@charset "utf-8";
/* CSS Document */

body {
	background-image: url(../imagenes/fondofedup.jpg);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	text-align: center;
	background-color: #FFF;
}


.todo {
		
		width:983px;
		
}


.contenido {
		background-color: #FFF;
		width:983px;
		
}
.TD-fecha { background: url(../imagenes/line-fecha.jpg) ; 
background-repeat: repeat-x; } 

.TD-pie {
	background: url(../imagenes/pie-pagina.jpg);
	background-repeat: repeat-x;
	text-align: center;
} 

#lista-dia {
	list-style-type:square;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0378c3;
	list-style-position: outside;
	text-align:left;
}

#lista-dia a {
	text-decoration:none;
	text-align:center;
	font-size:11px;
	color:#0377C2;	
}
#lista-dia a:hover {	
text-decoration:none;
	text-align:center;
	font-size:11px;
	color:#f00;

}

.txt-pie {
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFF;
	font-weight: bold;
}

.txt-rosa {
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FF00FF;
	font-weight: bold;
}


.txt-h{
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #003399;
	font-weight: bold;
}

.txt-negro{
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	font-weight: bold;
}