/* CSS Document */

h2 {
	background-image: url(/img/en/location/titulo.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 26px;
}

address {
	font-size: 1.2em;
	text-align: center;
	padding: 15px 0px;
	background-color: #DCE6F4;
	margin-bottom: 30px;
}
* html address {
	font-style: normal;
	font-weight: bold;
}
* + html address {
	font-style: normal;
	font-weight: bold;
}
p strong {
	display: none;
}
p.phone, p.fax, p.mail {
	padding: 7px 0px;
	font-size: 12px !important;
}
p.phone {
	padding-left: 40px;
	background: url(/img/localizacion/ico_phone.png) no-repeat left center;
}
p.fax {
	padding-left: 40px;
	background: url(/img/localizacion/ico_fax.png) no-repeat left center;
}
p.mail {
	padding-left: 40px;
	background: url(/img/localizacion/ico_mail.png) no-repeat left center;
}
#left ul.opciones {
	display: block;
	margin-left: 5px;
	margin-top: 10px;
}
#left ul.opciones li {
	display: inline;
}
#left ul.opciones li a {
	float: left;
	display: block;
	background-repeat: no-repeat;
	background-position: left top;
	height: 62px;
}
#left ul.opciones li a:hover, #left ul li a.actual {
	background-position: left bottom;
}
#left ul.opciones li a span {
	display: none;
}
#left ul.opciones li a.direccion {
	width: 91px;
	background-image: url(/img/en/location/menu_direccion.png);
}
#left ul.opciones li a.distancias {
	width: 83px;
	background-image: url(/img/en/location/menu_distancias.png);
}
#left ul.opciones li a.ocio {
	width: 60px;
	background-image: url(/img/en/location/menu_ocio.png);
}
#left ul.opciones li a.transportes {
	width: 96px;
	background-image: url(/img/en/location/menu_transportes.png);
}
#left ul.opciones li a.enlaces {
	width: 66px;
	background-image: url(/img/en/location/menu_enlaces.png);
}
/*************************************************************************************
ENLACE TRIPADVISOR
*************************************************************************************/	
a.tripadvisor {
	background: url(/img/localizacion/logo_tripadvisor.png) no-repeat left top;
	display: block;
	height: 27px;
	padding-left: 160px;
	font-size: 11px;
	padding-top:18px;
	margin-top: 5px;
}
/*************************************************************************************
MAPA GOOGLE
*************************************************************************************/
#map {
	background-color: #e3e3e3;
	width: 480px;
	height: 290px;
}