html,body {
	height:100%;
	margin:0;
	padding:0;
	font-family: Arial, Verdana, sans-serif;
	font-size: .9em;
	color: #000;
	font-weight:lighter;
}

body {
}

h1.h1a {
	padding:.3em 0;
	margin:0;
	font-size: 1.1em;
	color:#002e5a;
	font-family:Georgia;
	border-bottom:1px solid #ccc;
}

h1.h1b {
	padding:.3em 0;
	margin:0;
	font-size: 1.3em;
	color:#002e5a;
	font-family:Georgia;
	text-transform:uppercase;
}

h2.h2a {
	padding:.3em 0;
	margin:0;
	font-size: .8em;
	color:#999;
	font-family:Georgia;
	border-bottom:1px solid #ccc;
	text-transform:uppercase;
	font-weight:normal;
	letter-spacing:.1em;
}

h2.h2b {
	padding:0;
	margin:0;
	font-size: 1em;
	color:#002e5a;
	font-family:Georgia;
}

p.p1 {
	padding:.5em 0 1.5em 0;
	margin:0 0 1.5em 0;
	line-height: 1.5em;
	font-size: 1em;
	color:#666;
	font-family:Georgia;
	text-align:center;
	border-bottom:1px solid #ccc;
}

p.p2 {
	padding:.5em 0 1em 0;
	margin:0 0 1em 0;
	line-height: 1.5em;
	font-size: 1em;
	color:#666;
	font-family:arial;
}

.idPage {
	width:100%;
	padding:0 0 0 0;
	margin:0 auto;
	background-color:#ebebeb;
	border-bottom:1px dashed #ccc;
}

.calendario_titulo h1 {
	display:none;
	font-size:1em;
	text-align:center;
	text-transform:uppercase;
}

#HeaderCalendario {
	background-color:#BBBBBB;
	text-align:center;
	padding:0;
	margin:0 .15em 0 .15em;
}

#calendario_topbar {
	height:50px;
	background-image:url(../calendario/images/logo_calendario.gif);
	background-position:top left;
	background-repeat:no-repeat;
}

.boton_imprimir {
	float:right;
	padding:2em 2em 0 0;

}

.boton_imprimir img {
	vertical-align:bottom;
	border:none;
	padding:0 .51em 0 0;

}

.boton_imprimir a , .boton_imprimir a:active , .boton_imprimir a:visited {
	font-size:.7em;
	text-transform:uppercase;
	color:#111;
	padding:.5em;
	text-decoration:none;
}

.boton_imprimir a:hover {
	color:#666;
	background-color:#555555;

}

.calenndario_select {
	background-color:#BBBBBB;
	text-align:center;
	padding:0 0 1em 0;
	margin:0;
}

table.calendar { 
	width: 100% ;
	height: 100% ;
	text-align:center;
}

table.calendar td{ 
	width: 14%  ;
}

td.calendar { 
	background-color: #ffffff ;
	height: 80px ;
}

td.calendarToday {
	background-color: #FF0000;
	height: 80px ;
}
td.calendarFinde {
	background-color: #D7E4E7;
	height: 80px ;
	padding: 0 ;  
}
td.calendarHeader {
	height: 30px; 
	padding: 0px ; 
	font-size: 1.2em ; 
}


td.evento_calendario {

	text-align: left ;
	margin: 0; 
	padding: 0px ; 
	background-color: #FAED81  ; 
}

td.evento_escolar_calendario {
	text-align: left ;
	margin: 0; 
	padding: 0px ; 
	background-color: #C4FCAC  ; 
}

div.texto_evento {
	font-size:.7em;
	text-align:center;
	padding:.5em;
	margin:0em .5em 0 .5em;
	border-bottom:dotted #F1B268 thin;
	clear:both;

}

div.no_border {
	border-bottom:none;
}

td.escolar_calendario {
	text-align: left ;
	margin: 0; 
	padding: 0px ; 
	background-color: #8CDEF6  ; 
}

.dia_calendario {
	font-size:.7em;
	float:right;text-align: center ;
	margin: 0; 
	padding:.25em .5em ; 
	color: #000000 ;
	background-color:#FFFFFF;
}

.calendarHeaderDias {
	font-size:.6em;
	text-align: center ;
	margin: 0; 
	padding:.5em ; 
	color: #fff ;
	background-color:#0E3553;
}

.calendarHeaderDiasFinde {
	font-size:.6em;
	text-align: center ;
	margin: 0; 
	padding:.5em ; 
	color: #000000 ;
	background-color:#85A2AF;
}




