@charset "utf-8";
/* CSS Document */

body{background-color:#333333;}

body, table{
	font-size:8pt;
	font-family:Arial, Helvetica, sans-serif;
}

.Barra tr{
	background:url(images/Barra_IZQ.jpg);
	background-repeat:no-repeat;
	width:14px;
	height:48px;
}
.Barra td{
	background:url(images/Barra_DER.jpg);
	background-repeat:no-repeat;
	background-position:top right;
	width:14px;
	height:48px;
	padding-left:14px;
}

.Barra div{
	background:url(images/Barra_CEN.jpg);
	background-repeat:repeat-x;
	background-position:top;
	width:960px;
}

.Banner{
	background:url(images/Banner.jpg);
	width:988px;
	height:209px;
}

.BarraSeparacion{
	margin-top:5px;
	background:#6d497c;
	height:34px;
	width:988px;
	text-align:left;
	color:#FFFFFF;
	font-size:14px;
	font-weight:bold;
	line-height:30px;
}

.BarraSeparacion a{
	color:#FFFFFF;
	text-decoration:none;
	padding:7px;
}

.BarraSeparacion a:hover{
	color:#FFCC00;
}


.Fondo{
	width:988px;
	height:400px;
	overflow:auto;
	background-color:#efd5e9;
}

.Pie{
	margin-top:5px;
	background:#6d497c;
	height:15px;
	line-height:15px;
	padding-right:5px;
	width:988px;
	font-size:7pt;
	text-align:right;
	color:#efd5e9;
	font-weight:bold;
}

.Lateral{
	width:255px;
	float:left;
	overflow:auto;
	text-align:center;
}


.Cuerpo{
	background:url(images/BackgroundBody.jpg);
	background-repeat:no-repeat;
	background-position:center;
	width:710px;
	height:400px;
	float:right;
}

.Agenda{
	border:1px solid #6d497c;
	background-color:#FFFFFF;
	font-size:8pt;
	width:200px;
	height:180px;
	float:left;
	margin:5px;
}

.Calendar td{
	border:1px solid #6d497c;
	color:#6d497c;
}

.Calendar th{
	border:1px solid #6d497c;
	text-align:left;
	color:#6d497c;
	width:60px;
}

.Agenda_Titulo{
	background:#6d497c;
	text-align:center;
	height:30px;
}

.Agenda_Titulo a, .Agenda_Titulo td{
	color:#FFFF00; 
}

.Agenda_DiasSemana{
	background:#ab70c4;
	color:#FFFF00; 
	height:20px;
}

.Agenda_Dias td, .Agenda_Dias td a{
	color:#6d497c;
	background:#FFFFFF;
	text-align:center;
}

.Agenda_Dias th{
	color:#6d497c;
	background:#efd5e9;
	text-align:center;
}

.TituloCentro{
	background:url(images/tituloNoticias.png);
	background-repeat:no-repeat;
	width:308px;
	height:49px;
	font-size:10pt;
	font-weight:bold;
	text-align:center;
}

.BirthDay, .BirthDay td, .BirthDay th{
	font-size:9px;
	text-align:left;
}

.BirthDay{
	margin-left:5px;
	border:1px solid #6d497c;
	background-color:#FFFFFF;
	width:200px;
	height:80px;
	
	font-size:6pt;
}

.BirthDay th{
	color:#6d497c;
}

a{text-decoration:none; color:#000000;}
