body {   
color : black;    
text-align :center;    
font-family : verdana, arial, sans-serif;   
font-size: 8pt;
background: #fff;
}

container
{   
}

a {   
font-size: 8pt;
text-decoration : none;    
color : black;    
margin-bottom : 0px; 	      
margin-top : 0px;   
padding: 0px; 
}

h4 a {
color: #ffffff;
text-decoration : none;    
}

h5 a {
color: #ffffff;
text-decoration : none;    
}

ul.l {
margin-top: 0;
margin-left: 0;
margin-bottom : 14px; 	      
padding-left: 0;
list-style-type: one;
font-size : 8pt;   
border-left:1px solid #666;
border-right:1px solid #666;
border-bottom:1px solid #666;
}

ul.l a {
display: block;
text-decoration: none;
background-color : #d8dfea; 
color: black;
}

ul.l a:hover {
display: block;
text-decoration : underline;   
background-color : #afbdd4; 
}

ul.l li {
display: inline;
margin-bottom : 0px;    
margin-top : 0px; 
}

H3 {  
margin-bottom : 0px;    
margin-top : 0px; 
margin-bottom : 5px; 	      
font-size : 8pt;
text-align :center;    
}

H4 {  
background-color : #3b5998;   
color: #ffffff;
margin-bottom : 0px;    
margin-top : 0px; 
font-size : 8pt;
border-top:1px solid #666;
border-left:1px solid #666;
border-right:1px solid #666;
}

H5 {  
background-color : #6d84b4;    
color: #ffffff;
margin-bottom : 0px;    
margin-top : 0px; 
font-size : 8pt;
border-top:1px solid #666;
border-left:1px solid #666;
border-right:1px solid #666;
}

#footer {
	clear: both;
}

#footer p {
	padding: 15px;
	font-size: 85%;
}

tr.odd {
font-size: 7pt;;
text-align: right;
}

tr.even{
font-size: 7pt;;
background: #d8dfea;
text-align: right;
}

/*  IE fixes */

* html dl.feature { /* for IE5+6 */
	height: 1%; 
	}
*:first-child+html .feature { /* for IE7 */
	min-height: 1px; 
	} 

#calendario{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	border-collapse: collapse;
	border-right: 2px solid #999999;
	border-bottom: 2px solid #999999;
}

/*#mesCalendario para configurar aspectos de la caja que muestra el mes y el año*/
#mesCalendario{
	font-weight: bold;
	text-align: center;
	color: #FFFFFF;
	background-color: #afbdd4;


}
#calendario th, #calendario td{
	border: 1px solid #999999;
	padding: 3px;
	font-size: 110%;
}
#calendario th{
	color: #000000;
}
/*.Hoy para configurar aspectos de la caja que muestra el día actual*/
.Hoy{
	color: #ffffff;
	background-color: #3b5998;
	font-weight: normal;
}
#miCalendario{
	text-align: center;
}
/*.selectores para configurar aspectos de los campos para el mes y el año*/
.selectores{
	font-family: verdana;
	font-size: 10px;
	color: #3b5998;
	margin-bottom: 2px;
}

	div.thumbnail
	{
		width: 140px;
		margin: 0 10px 10px 0;
		background: url(g/tha.gif) no-repeat;
		text-align: center;
	}
	
	div.thumbnail img
	{
		border: 1px solid #777;
		margin:  10px 25px 10px 10px;
	}
	
	div.thumbnail p
	{
		margin: 0;
		padding: 0 20px 20px 10px;
		background: url(g/thb.gif) no-repeat 0 100%;
		color: black;
		
	}

	.clear { clear: left; }