.dia0,.dia1,.dia2,.dia3,.dia4,.dia5,.dia6{
	float:left;text-align:center;width:23px;height: 20px; color: #999999;
	}
.dia1{
	clear:left;
	}
#calendario{
	clear:both;
	text-align:center;
	overflow: hidden;
	width: 161px;
	background-color:white;
	border-right:4px solid #DFDFDF;
	border-left:4px solid #DFDFDF;
	border-bottom:4px solid #DFDFDF;
	margin-bottom:10px;
	}
.nombreMes{
	text-align: center;
	float:left;
	color:#ffffff;
	background-color:#808080;
	overflow: hidden;
	width: 169px; 
	/*height:13px; */
	border-bottom: 1px solid #ffffff;
	}
	#homeDerecha .nombreMes a{
		padding: 0 0; 
		margin: 0 0; 
		float:left;
		}
	.nombreMes p{
		float:left;
		margin:0;
		width:120px;
		}
.nombreDia{
	text-align:center;
	background-color:#dfdfdf;
	color:#484946;
	}
	
	#homeDerecha #calendario a img{
		background:none;
		border:0;
		padding:0;
		margin:0;
	}
#homeDerecha #calendario a img.anterior{
	padding: 0 0; 
	margin: 0 0; 
	float:left;
	}
#homeDerecha #calendario a.derecha{
	padding: 0 0; 
	margin: 0 8px 0 0; 
	float:right;
	}
#contenido .contenidoGeneral ul li.centrado{
	display:inline;
	width:215px; 
	text-align:center;
	}
#contenido .contenidoGeneral ul li.centrado INPUT{
	float:none;
	}