@charset "utf-8";
/* CSS Document */


.object {
	display:block;
}

a:link {
	text-decoration:none;
}


a:visited {
	text-decoration:none;
}


a:hover {
	text-decoration:underline;
}


a:active {
	text-decoration:none;
}


.imagenBorde {
	border:1px solid #000
}


body {
	background-image: url(images/motivo_fondo.gif);
	background-repeat: repeat;
}



.textoBlancoBarraSuperior {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #FFF;
	font-size: 13px;	
}

.textoRojoBarraSuperior {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #CB0000;
	font-size: 13px;	
}


.textoNegroNombreInstalaciones {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #000;
	font-size: 13px;
}

.textoCuerpoNegro {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #000;
	font-size: 13px;
}


.textoSubtituloRojo {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #CB0000;
	font-size: 22px;
}

.textoSubtituloNegro {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 22px;
}


.textoGrisPequePortada {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #676767;
	font-size: 11px;
}

.textoBarraInferior {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #000;
	font-size: 11px;	
}

.textoAvisoLegalRojo {
	color: #CB0000;
	font-weight: bold;
	font-family: Arial;
	font-size: 11px;
}

a.nav:hover{
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 9px;
	font-weight : bold;
	text-decoration : none;
	color : #FFFFFF;
}
a.nav:link, a.nav:visited, a.nav:active{
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 9px;
	font-weight : bold;
	text-decoration : none;
	color : #FFFFFF;
}

