body {
background-image: url(images/horizontal2.jpg);
background-repeat: repeat-x;
background-color: #104EAB;
}

/*Contenedores*/
#barra {
	float:left;
	width: 155px;
	background: #CCCCCC;
	margin-top: 15px;
	margin-left: 10px;
	height: 570px;
	border-top: 1px solid #000000;}
	
#bloquecalendario {
	text-align:center;
	font-size: 0.7em;
	padding: 10px;
	background: #CCCCCC;
	height: 140px;
	line-height: 1.2 em;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;}
	
#todo {
font-family:Lucida Sans Unicode, Lucida Sans, Arial;
background-color:#EFFBFF;
width: 720px;}

#contenido {
float: right;
width: 510px;
margin-right: 15px;
margin-left: 10px;
margin-top: 10px;
margin-bottom:20px;
border-left: 1px dotted #26378A;
border-right: 1px dotted #26378A;}

#logo {
background-image: url(images/logo_web.jpg);
background-repeat: repeat-x;
width: 720px;
height: 150px;
}

#menu {
background-color:#FFCC33;
text-align: center;
padding: 10px;}

/*Barra*/
#titulo_barra {
text-align: center;
font-size: 0.8em;
line-height: 1.6em;
color: #26378A;
border-left: 1px solid #000000;
border-right: 1px solid #000000;
}

#titulo_calen {
text-align: center;
font-size: 0.8em;
line-height: 1.6em;
color: #26378A;
border-left: 1px solid #000000;
border-right: 1px solid #000000;
}


#bloque1 {
padding: 6px;
border-top: 1px solid #000000;
border-left: 1px solid #000000;
border-right: 1px solid #000000;
cursor:pointer;
text-align:center;}

#bloque1:hover{
background: #FFFFFF;}

#bloque2 {
padding: 6px;
border-top: 1px solid #000000;
cursor:pointer;
text-align:center;
border-left: 1px solid #000000;
border-right: 1px solid #000000;}

#bloque2:hover{
background: #FFFFFF;}

#bloque3 {
padding: 6px;
border-top: 1px solid #000000;
cursor:pointer;
text-align:center;
border-left: 1px solid #000000;
border-right: 1px solid #000000;}

#bloque3:hover{
background: #FFFFFF;}

#bloque4 {
padding: 6px;
border-top: 1px solid #000000;
cursor:pointer;
text-align:center;
border-left: 1px solid #000000;
border-right: 1px solid #000000;
border-bottom: 1px solid #000000;}

#bloque4:hover{
background: #FFFFFF;}

#bloque_separador {
padding: 6px;
border-bottom: 1px solid #000000;
text-align:center;
background:#EFFBFF; }

.barra_titulo {
display:block;
text-align:center;
color:#26378A}

#barra ul {
list-style-type: none;}

/*Textos*/	
h1 {
font-size: 2em;;
color: #26378A;
text-align: right;
letter-spacing: 5px;
word-spacing: 5px;
font-weight: bold;
line-height: 1.5em;
padding-left: 15px;
padding-right: 15px;}

p {
padding-left: 15px;
padding-right: 15px;
font-size: 0.8em;
font-weight: normal;
text-align:justify}

p.footer {
font-size:0.6em;
text-align:center;}

/*Links*/
a:link {
color: #26378A;
font-weight: bold;
text-decoration: none;}

a:visited {
color: #26378A;
font-weight: bold;
text-decoration: none;}

a:hover {
color: #CC0000;
font-weight: bold;
text-decoration:none;
text-decoration: none;}

a:active {
color: #26378A;
font-weight: bold;
text-decoration: none;}

/*Imagenes*/
img.abajo {
	position:absolute;
	left: 33px;
	top: 2px;
	z-index: -1;
	width: 116px;
	height: 56px;}
.style2 {color: #FF0000}
.style3 {color: #000000}
