/* CSS Document */

#micalendario select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	border:#669966 groove 1px;
	height: 14px;
	color:#666666;
	border: none;
}

.colorblanco { color: #FFFFFF !important; }
#micalendario { width:152px; }

#micalendario a { 
	text-decoration: none;
	color:#000000;
}
#micalendario a :focus {outline:none; }
#cdias td :hover { color: #FFF; }

.centrado { 
	display:block; 
	text-align: center;
	color:#666666;
}

#micalendario table { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	border-collapse:collapse;
	margin-left:auto;
	margin-right: auto;
	text-align: center;
	margin-left: auto;
	margin-right:auto;
	padding: 0px;
	width: auto;
}

#micalendario table td {
	width: 19px;
	height: 19px;
	margin: 0px;
	padding: 0px;
	border: 0px;
}

.fondogris{ 
	background-image:url("../imagenes/cuadro_redondeado_gris.gif");
	background-repeat: no-repeat;
	font-weight: bold;
}
	
.activo { 
	color: #FFFFFF;
	background-image:url("../imagenes/cuadro_redondeado_verde.gif") !important;
	background-repeat: no-repeat;
}

#mes { width: 75px; }

#ano { width: 50px; }

#micalendario br{
	line-height: 5px;
}
