/***********************************************************************************************/
/***                                     CALENDARIO PEQUEÑO                                  ***/
/***********************************************************************************************/
#formulario_peque{
	min-width: 160px;
	width: 160px;
	margin: 0px;
	border: 0px;
}
#capa_peque {
	text-align: left;
	position: absolute;
}
.capaTitulo_peque {
	padding: 0px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: 10px;
	position: relative;
	color: #5498BC;
	background-color: #E8EAEF;
	border-bottom: 2px solid #C7D8E0;
}
.capaTexto_peque {
	padding: 0px;
	font-family: verdana;
	font-size: 10px;
	list-style: none;
	text-indent: 0px;
	margin-left: 0px;
	_margin-left: -15px;
}
.dias_semana_peque {
	font-weight: bold;
	color: #da1f2a;
	background-color: #ffffff;
	font-size: 11px;
}
.calendario_peque {
	text-align: center;
	width: 160px;
	padding: 0px;
	margin: 0px;
	font-weight: bold;
}
.dia_peque {
	height: 15px;
	width: 15px;
	color: #000000;
	background-color: #ffffff;
	text-align: center;
	font-size: 11px;
}
.selected_peque {
	height: 15px;
	width: 100%;
	cursor: pointer;
	text-align: center;
	background: #C7DAE9 url(/images/selected.gif) no-repeat;
	background-position: center;
	color: #006;
}
.selected_peque2 {
	height: 15px;
	width: 100%;
	cursor: pointer;
	text-align: center;
	background: #FFCC66 url(/images/selected.gif) no-repeat;
	background-position: center;
	color: #006;
}
.actual_peque {
	height: 15px;
	width: 100%;
	background-color: #FFFFEA;
	color: #da1f2a;
}
.selected2_peque {
	height: 15px;
	width: 100%;
	cursor: pointer;
	text-align: center;
	background: #C7DAE9 url(/images/selected2.gif) no-repeat;
	background-position: center;
	color: #006;
	line-height: 500%;
}
.actual2_peque {
	height: 15px;
	width: 100%;
	text-align: center;
	background-color: #FFFFEA;
	color: #5498FF;
	line-height: 500%;
}
a.enlaces_calendario:link, a.enlaces_calendario:active, a.enlaces_calendario:visited, a.enlaces_calendario:hover{
	color: #FFFFFF;
	text-decoration:none;
}


