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

#link1{
	width:330px;
	height:320px;
	left:326px;
	position:absolute;
}

#link1 a{
	width:330px;
	height:320px;
	display:block;
}

#link2{
	width:171px;
	height:15px;
	left:31px;
	top:162px;
	position:absolute;
}

#link2 a{
	width:171px;
	height:15px;
	display:block;
}


#link3{
	width:141px;
	height:50px;
	left:19px;
	top:264px;
	position:absolute;
}

#link3 a{
	width:141px;
	height:50px;
	display:block;
}

.header_bg{
	position:absolute;
	top:0px;
	left:0px;
	right:0px;
	height:320px;
	background-color:red;
	z-index:-1;	
	background-image:url(../cortes/fundo.jpg);
}

.top{
	width:830px;
	height:320px;
	background-image:url(../cortes/homeLogo.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-size:13px;
	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:#85c4b9;
}

.menuIten a{
	height:42px;
	display:block;
	padding-left:8px;
	padding-top:6px;
	font-size:13px;
	font-weight:bold;
	text-decoration:none;
	color:#000000;
}

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

.calendario{
	height:130px; 
	font-size:12px;
	line-height:9px;
	position:absolute;
	top:20px;
	right:10px;
}

.calendario td{
	padding:2px;
}
