@charset "utf-8";
/* CSS Document */

.top{
	width:830px;
	height:220px;
	clear:both;
}

.topLeft{
	width:620px;
	height:220px;
	float:left;
	background-image:url(../cortes/gaTopLeft.jpg);
}

.topRight{
	width:200px;
	height:220px;
	float:left;
	margin-left:10px;
	background-image:url(../cortes/gaTopRight.jpg);
}

.menu{
	clear:both;
	width:830px;
	height:50px;
	margin-top:20px;
}

.menuItenSel{
	width:200px;
	height:48px;
	border-top: 2px black solid;
	float:left;
	margin-right:10px;
	background-color:#FFFFFF;
}

.menuItenSel a{
	height:42px;
	display:block;
	padding-left:8px;
	padding-top:6px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
	color:#000000;
}

.menuIten{
	width:200px;
	height:48px;
	border-top: 2px black solid;
	float:left;
	margin-right:10px;
	background-color:#FFFF00;
}

.menuIten a{
	height:42px;
	display:block;
	padding-left:8px;
	padding-top:6px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
	color:#000000;
}

.menuIten a:hover{
	background-color:#FFFFFF;
}

.calendario{
	margin-left:0px;
	width:200px; 
	height:130px; 
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	line-height:9px;
}