BODY {
	background: fixed url(images/fondo7.jpg) repeat;
	font : 8pt Verdana, Geneva, Arial, Helvetica, sans-serif;
	color : #4C0C06;
	margin : 20px 0px 20px 0px;
	text-align: center;
}
A, A:ACTIVE, A:FOCUS, A:LINK, A:VISITED {
	color : #4C0C06;
	
}
A:HOVER {
	color: #93160C;
}

H1{
	text-align:center;
}
#borde{
	border: 2px solid #4C0C06;
	text-align: left;
	width: 760px;
	margin:auto;
}
#contenedor{
	text-align: left;
	width: 760px;
	margin-top: auto;
	background-color:#eeeeee;

}
#cabecera{
	height : 95px;
	width: 760px;
}


#navegador{
	background : #4C0C06;
	padding : 9px 0px 0px 0px;
	border-top : 1px solid #4C0C06;
	border-bottom : 1px solid #4C0C06;
	text-align:center;
}

ul#nav{
	list-style-type:none;
	height:2em;
}

ul#nav li{
	display:inline;
	text-align:center;
	margin-left:9px;
	margin-right:9px;
	font-weight: bold;
}

ul#nav a{
	text-decoration:none;
	color: #C1382D;
}


ul#nav a:ACTIVE,  ul#nav a:FOCUS{
	color: #C1382D;
} 

ul#nav a:HOVER{
	color: #93160C;
}

#cuerpo{
	float:right;
	width:740px;
	padding: 0px 15px 10px 5px;
	background-color:#eeeeee;
	text-align:justify;
}

#navabajo{
	margin-top: 10px;
	left: 0;
	text-align:center;
	font-size:1em;
	font-weight:bold;
}


/*pie de página*/
#pie{
	clear : both;
	color : #4C0C06;
	text-align : right;
	margin : 20px 10px 10px 10px;
	font-size:9px;
}
/*----------------------------- C A L E N D A R I O ----------------------------------*/

#calendar {position:relative; width:350px; height:330px; border:1px solid #000; background:#FFFFFF; margin:0 auto;}
#calendar h2 {position:absolute; width:240px; left:110px; top:150px; text-align:center; font-size:2em;}
#year a {text-decoration:none; color:#000;}
#year {padding:54px 0 0 0; margin:0; list-style-type:none; width:110px;}
#year li {display:block; width:100px; height:17px; line-height:17px; padding-left:10px; background:transparent;}
#year table {border-collapse:collapse; width:240px; height:270px;}
#year table td {height:33px; width:35px; text-align:center; line-height:33px;}
#year table tfoot td{width:240px; background:#C1382D; height:67px; font-size:10px;}
#year table caption {color:#93160C; height:32px; line-height:32px; padding:0; margin:0; background:#EACAC8; font-size:1.5em;}
#year table thead th {text-align:center; background:#93160C; color:#FFFFFF;}
#year li table {display:none;}
#year li:hover {cursor:default; background:#4C0C06; color:#FFFFFF;}
#year li:hover table {display:block; position:absolute; left:110px; top:0; background:#4C0C06;}
#year td a {display:block; border:1px solid #EACAC8; margin:-1px; color:#FFFFFF;}
#year td a:hover {display:block; background:#FFFFFF; color:#000;}
#year td a div {display:none; cursor:default;}
#year td a:hover div.popup{display:block; position:absolute; top:260px; left:0px; line-height:12px;
						   width:218px; height:48px; background:#C1382D;
						   border:1px solid #93160C; text-align:left;  color:#ffffff;
						   padding:10px; font-size:12px;}
