/* CSS Document */
body {
	background-image:url(media/fondopagina.gif);
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;}

.txt {
	font-family:Tahoma;
	color:#000000;
	font-size:small;}
	
.negri{
	font-family:Tahoma;
	font-size:small;
	color:#FFFFFF;
	font-weight:bold;}
	
.texto {
	font-family:Tahoma;
	font-size:small;
	color:#FFFFFF;
}
.textoError {
	font-family:Tahoma;
	font-size:small;
	color: #FF3300;
}
.textoChico {
	font-family:Tahoma;
	font-size: x-small;
	color:#FFFFFF;
}
.textoChicoOscuro {
	font-family:Tahoma;
	font-size: x-small;
	color:#666666;
}
.txt_lin {
	font-family: Tahoma;
	font-size: small;
	color: #FFFFFF;
	text-align: justify;
	font-weight: normal;
	text-decoration: underline;
}	
a:link {
	font-family: Tahoma;
	font-size: small;
	color: #FFFFFF;
	text-align: justify;
	font-weight: normal;
	text-decoration: underline;
}
a:hover {
	font-family: Tahoma;
	font-size: small;
	color: #FFFFFF;
	text-align: justify;
	font-weight: normal;
	text-decoration: none;
}

.txt-lin-SUBmenu {
	font-family: Tahoma;
	font-size: small;
	color: #FFFFFF;
	text-align:left;
	font-weight: bold;
	text-decoration:underline;
}

.txt-lin-SUBmenu:hover {
	font-family: Tahoma;
	font-size: small;
	color: #FFFFFF;
	text-align:left;
	font-weight: bold;
	text-decoration: none;
}

.txt-lin-SUBmenu:link {
	font-family: Tahoma;
	font-size: small;
	color: #FFFFFF;
	text-align:left;
	font-weight: bold;
	text-decoration: underline;
}


/* Tablas con fondo (No compatible con accesibilidad) */
.fondoArribaBuscar {
	background-image: url("./media/aribabuscar.jpg");
}
.fondoAbajoBuscar {
	background-image: url("./media/abajobuscar.jpg");
}