
html,body  {
background-image:url('fondo.jpg');

top {margin:0px auto 0px auto; width:760px; height:100px;}

menu {position:relative; width:150px; margin:0px;}

contenido {width:760px;}
}
body{
	font-size:100%; 
	font-family: Verdana;
 color:#FFFFFF; line-height:100%
	}
ul{
	font-size:80%; 
	}
h2{
	color:#FFFFFF;
	}
h4{
	color:#FFFFFF;
	}
h5{
	color:#000000;
	}

	}
tr{
	color:#FFFFF;
	}


#principal li {
   display:inline;
   float:left;
   width:220px;
   background-color:#ffffcc;
   padding:5px;
   margin:10px;
   text-align: center;
   border-right: #a5a7aa solid 1px;
   border-bottom: #a5a7aa solid 1px;
} 


div#wrapper{
	width:600px;


}
table .cal_month{
	border:1px solid #DDDDDD;
	background-color:#ffffcc;
	}
thead td{
	text-align:center;
	font-size:80%;
}
.cal_title{
	border:1px solid #DDDDDD;
	background-color:#336699;
	text-align:center;
	font-size:70%;
	color:#FFFFFF;
	}
.cal_data{
	text-align:center; 
	}
.cal_empty{
	text-align:center;
	/*border:1px solid #EEEEEE;*/
	/*background:#704222;*/
	}