body{
    background: url("../img/fondo2.jpg") repeat;
}

.margen{
    width: 960px;
    margin: 0 auto;
    margin-top: 25px;
}

.logo{
    background: url("../img/logo.png");
    width: 389px;
    height: 50px;
    color:white;
}

.derecha{
    float: right
}

.izquierda{
    float:left;
}

.arribita{
    margin-top: 15px;
}

.arribita_no{
    margin-top: -44px;
}

.menu{
    margin-top: -20px;
}

.menu a{
    text-decoration: none;
    color: black;
}

.menu a:hover{
    text-decoration: none;
    color: gray;
}

.raya_azul{
    background: url("../img/raya_azul.jpg") repeat;
    height: 96px;
    margin-top: 30px;
}

.margen_texto{
    margin-left: 350px;
    margin-top: 15px;
    width:450px;
    height: auto;
    color: white;
    font-size: 14px;
}

.arial{
    font-family: Arial;
}

/*.revista{
    background: url("http://192.168.1.75/catalogos.autoagente.com/assets/previews/nueva/nueva.gif");
    width: 164px;
    height: 234px;
}*/

.sombra{
    -webkit-box-shadow: 3px 3px 5px #333;
    -moz-box-shadow: 3px 3px 5px #333;
    box-shadow: 3px 3px 5px #333;
}

.botones{
    margin-left: 20px;
}

.vehiculos{
    margin-top: -90px;
    width: 170px;
    
}

.vehiculos_boton{
    margin-top: 110px;
    margin-left: 5px;
    width: 141px;
    height: 54px;
    background: url("../img/btn-vehiculos.png");
}

.vehiculos_boton:hover{
    background: url("../img/btn-vehiculos.hover.png");
}

.vehiculos_letra{
    font-size: 23px;
    color:#c0bfbf;
    text-align: center;
    margin-top: -43px;
    text-decoration: none;
}

.propiedades{
    margin-top: -95px;
    margin-left: 2px;
    width: 144px;
    
}

.propiedades_boton{
    margin-top: 110px;
    margin-left: 5px;
    width: 141px;
    height: 54px;
    background: url("../img/btn-propiedades.png");
}

.propiedades_boton:hover{
    background: url("../img/btn-propiedades.hover.png");
}


.catalogos{
    margin-top: -105px;
    margin-left: 42px;
    width: 144px;
}

.catalogos_boton{
    margin-top: 85px;
    margin-left: 5px;
    width: 141px;
    height: 54px;
    background: url("../img/btn-catalogos.png");
}

.catalogos_boton:hover{
    background: url("../img/btn-catalogos.hover.png");
}

.info{
    width: 151px;
    margin-top: -63px;
    text-align: center;
    margin-left: 30px;
    font-size: 13px;
}

.image_carousel {
	padding: 15px 0 15px 40px;
}
.image_carousel img {
	border: 2px solid white;
	background-color: white;
	padding: 0px;
	margin: 0px;
	display: block;
	float: left;
}
.clearfix {
	float: none;
	clear: both;
}

.anunciantes_fondo{
    background: url("../img/barra-anunciantes.png") repeat-x;
}

.anunciantes_letra{
    text-align: left;
    margin-bottom: -20px;
    font-size: 15px;
    color: gray;
}

.loguitos{
    text-align: center;
}
.container{
    padding-top:120px;
    margin-bottom: -120px;
}

ul.menu
{
   list-style:none;
}
ul.menu li
{
   position:relative; /* Las coordenadas de los ul inferiores serán relativas al <li> que los contiene */
   width:70px;
}




ul.menu> li > ul /* Solo para los ul debajo de los li de primer nivel. */
{
   position:absolute;
   
   top:10px;
   display:block;
   list-style:none;
   background: white;
   width: 90px;
   margin-left: -10px;
}

ul.menu > li /* Sólo para li de primer nivel */
{
   display:inline;
}

.fondo_menu{
    background: white;
    border-color: black;
}

