/* lista de direcciones contacto*/
ul#lista_contacto  {list-style: none;float: left;}




ul#lista_contacto ol li a {
	
	font-size: 120%;
	color: #f3224f;
	background-color: #fff;
	padding: 0px;
	}


.titulo_lista1 , .titulo_lista2{font-size: 130%; }
.titulo_lista2{display:block; padding-top:0.5em;}
.grande{font-weight: bold;}

.linea{border-bottom: 1px solid #f3224f; padding-bottom: 5px;}

a#enlace_mail{
	border:none;	
}
a#enlace_mail:hover{
	text-decoration: underline;	
}

/* FIN lista de direcciones contacto*/

/* estilos del mapa*/

#mapa{ 
	display:block;
	border:4px solid #ecf830;
	width:602px;
	height:460px;
	background: url(../images_css/mapa.gif) no-repeat;
	margin-top:310px;
}

#enlace_mapa{
	display: block;
	paddin:20px;
	height:30px;
	background: #000 url(../images_css/ir.jpg) no-repeat 0px 0px;
	color:#888;
	text-indent:36px;
	margin-lef:100px;
	border-top:1em solid #000;
	border-bottom:1em solid #000;
	border-left:1em solid #000;
}
#enlace_mapa:hover{
	color:#ff0066;
	background: #000 url(../images_css/ir.jpg) no-repeat 0px -30px;
}
/* FIN estilos del mapa*/

#dibu_telefono{ 
	position: absolute;
	top:280px;
	right:90px;
	background: url(../images_css/telefono.jpg) no-repeat;
	width:259px;
	height:381px;
	
}
