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

#menu_arriba {
	width: 750px;
	margin-top: 8px;
	background-image: url(../fotos/fondos/menu_verde.jpg);
	height: 40px;
	font-family: Arial, Helvetica, sans-serif !important;
}

#mapa_web, #sub_mapa_web {
	margin-top: 10px;
	margin-bottom: 10px;
}

#tabla_caracteristicas {
	border-collapse: collapse;
	border: 2px solid #73AA0C;
	padding: 10px;
}

#tabla_datos_contacto {
	height: 100%;
	width: 100%;	
}

#lista_mapa {
	list-style-type: square !important;
	list-style-image: none !important;
}

.primero {
	text-indent: 0px !important;
}

.primero:first-letter {
	font-size: 150%;
	font-weight: bold;
	color: #0067C5;
}

.primero:first-line {
	line-height: 110%;
}

.centrado {
	text-align: center !important;
}

.aviso {
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: 20px;
	line-height: 160%;
}

.boton {
	border: 1px solid #76B900;
	letter-spacing: 1px;
	margin-top: 5px;
	margin-right: 5px;
	padding: 2px;
	cursor: pointer;
	background-color: #F9F9F9;
	color: #0067C5;
	font-size: 85%;
}

.idiomas {
	text-indent: 20px !important;
	text-align: left !important;
	padding-top: 0px;
	margin-top: 2px;
}

.azul {
	color: #0067C5;
}

.celda_verde {
	background-color: #76B900;
	width: 3%;
}

.celda_azul {
	background-color: #0067C5;	
	width: 95%;
}

.foto_izq {
	float: left;
	clear: left;
	margin: 10px;
}

.foto_der {
	float: right;
	clear: right;
	margin: 10px;
}

.foto_centro {
	float: none;
	clear: both;
	margin: 0px;
}

.advertencia {
	color: #FF0000;
	font-weight: bold;
	letter-spacing: 1px;
	font-size: 68%;
	text-indent: 0px;
}


