@charset "utf-8";
@import url("estilos_html.css");
/* CSS Document */

div#formulario{
	float:left;
	width:385px;
	display:block;
	margin-right:15px;
}
div#img_mapa{
	float:left;
}
div#direcciones ul{
	font-family: tahoma, verdana;
	font-size:0.69em;
	color:#666666;
	margin-left: 60px;
	margin-top:20px;
	list-style-type:none;
}
div#direcciones li{
	width:260px;
	height:110px;
	margin-top:20px;
	float:left;
	/*border: 1px solid #DB002E;*/
	padding: 10px;
	margin-right:40px;
}
div#direcciones li a{
	color:#DB002E;
	text-decoration:none;
}
div#direcciones li a:hover{
	color:#b7002c;
	text-decoration: underline;
}
.texto_contacto{
	font-family: tahoma, verdana;
	font-size:0.81em;
	color:#666666;
	margin-left:30px;
	text-align: right;
	display:block;
	width:80px;
}
.lista_direcciones li{
	background-image:url(../images/vinieta_cuadrada.gif);
	background-repeat:no-repeat;
	background-position:left 15px;
	height: 80px;
	padding: 5px;
}
/*.lista_direcciones li{
	border: 1px solid #DB002E;
	padding: 10px;
	background: transparent none repeat scroll 0% 0%;
	width: 100px;
	height: 80px;
	float:left;
}*/
