/* CSS Document */

@font-face {
	font-family: Cambria OK;
	font-weight: bold;
	src: url(../fuentes/Cambria OK.ttf);
}


body{
	font-size:12px;
	font-style:inherit;
	font-family: Cambria OK, Verdana, Geneva, sans-serif;
	margin:0;

}



h1{font-size:15px;
font-weight:normal
}


#contenedor {
                position: absolute;
                left: 50%;
                top: 50%;
                width: 950px;
                height: 450px;
                margin-top: -325px;
                margin-left: -475px;
 
                
        }


#cabecera{
	width:950px;
	height:100px;
	border:0;
	}
	#cabecera a{
	text-decoration:none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#menu{width:auto;
float:left;
height:60px;
margin-left:6%;


}


#menu li{
list-style-type:none;
width:auto;
height:50px;

float:left;
font-size:14px;
margin:10px;
border-top:10px solid #999;
}
#menu li a{text-decoration:none;
color:#666;font-size:13px;
}

#menu ul #donde a:hover{border-top:11px solid #F90;}
#menu ul #tipos a:hover{border-top:11px solid #FF0;}
#menu ul #docu a:hover{border-top:11px solid #CF3;}
#menu ul #cont a:hover{border-top:11px solid #FCC;}

#contenido{width:50%;
display:block;
height:290px;
float:left;
margin:50px 0;;



}
#imagenes{width:50%;
display:block;
height:290px;

float:right;}
#pie{width:950px;
height:50px;
margin:10px;
float:left;

}
#contacto{padding:10% 0;
margin-right:5px;
letter-spacing:1px;
border-top:1px dotted #666;}
#contacto a{text-decoration:none;
}
#reco{padding:10% 0;
margin-right:5px;
letter-spacing:1px;
border-top:1px dotted #666;
}
#reco li{
margin-top:20px;	
margin-left:50px;
text-transform:capitalize;
letter-spacing:1px;
}
#mapa{margin-top:5%;}
#conductores a, #armas a, #seguridad a, #animales a, #nauticos a, #gruas a{color:black;text-decoration:none;}
#conductores a:hover, #armas a:hover, #seguridad a:hover, #animales a:hover, #nauticos a:hover {color:#999}
