﻿#animacion2
{
    position: relative;
	float: left;
	width: 80em;
	height: 22.8em;
	background-image: url(../images/cabecera.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	z-index: 0;
}
#contenido
{
    position: relative;
    float:left;
    width: 80em;
}
#principal_caja
{
    position: relative;
    float: left;
    width: 60em;
}
#principal
{
    position: relative;
    float: left;
    padding-top: 1.3em;
    padding-left: 2em;
    padding-right: 2.2em;
    padding-bottom: 2.5em;
}
#principal_caja
{
    position: relative;
    float: left;
    width: 60em;
}
#principal p
{
    font-size: 1.3em;
    margin-bottom: 0.6em;
}
#enlaces
{
    position: relative;
    float: left;
    width: 60em;
}
#enlaces li
{
    display: inline;
}
#enlaces img
{
    border: 0.1em solid #CCC;
    padding: 0.2em;
}
.enlace
{
    padding-right: 1.3em;   
}
#calendar
{
    position: relative;
    float: right;
    text-align: right;
}
#caja_fechas
{
    overflow: auto;
    position: relative;
    float: right;
    width: 18.8em;
    height: 17em;
    border: 0.1em solid #CCC;    
}
#fechas
{
    position: relative;
    float: right;
    width: 14.8em;
    padding: 1em;
}
#fechas a
{
    font-family: Arial;
    font-size: 1.2em;
    display: block;
    color: #012f63;
}
#eventos_actualidad
{
    position: relative;
    float: right;
    width: 20em;
    text-align: right;
}
#tit_eventos
{
    text-align: right;
    margin-top: 1.4em;
    margin-bottom: 1.4em;
}
#seleccion
{
    position: relative;
    float: left;
    width: 17em;
    text-align: left;
    margin-left: 1em;
    margin-top: 1em;
    margin-bottom: 1em;
}
.seleccion_fecha
{
    font-family: Tahoma;
    font-size: 1.1em;
    font-weight: bold;
    color: #004882;
    text-decoration: none;
}
.seleccion_titulo
{
    font-family: Tahoma;
    font-size: 1.1em;
    font-weight: bold;
    color: #d37508;
    text-decoration: none;
}
.seleccion_descripcion
{
    font-family: Tahoma;
    font-size: 1.1em;
    color: #333333;
    text-decoration: none;
}
.seleccion_descripcion strong
{
    color: #333333;
}
#actualidad_contenido
{
    overflow: auto;
    width: 17em;
    height: 15em;
    padding-right: 0.5em;
}
#actualidad
{
    position: relative;
    float: right;
    width: 17em;
    text-align: right;
    padding: 1em;
    background-color: #e7eaed;
    margin-top: 3em;
}
#actualidad img
{
    margin-top: 0.5em;
    margin-bottom: 1em;
}
#login_relativo
{
    position: absolute;
    float:left;
	top: 18.5em;
    width: 15.6em;
    height: 10.1em;
    z-index: 3;    
}
#login
{
    position: relative;
    float: left;
    width: 15.6em;
    height: 10.1em;
	left: 4em;
    background-color: #000;
    padding: 1em;
    z-index: 1;
}
#login_contenido
{
    position: relative;
    float:left;
	left: 4em;
	top: -12em;
    width: 15.6em;
    height: 9.1em;
    padding: 1em;
    z-index: 2;
}
#login_contenido label
{
    color: #FFF;
    font-family: Arial;
    font-size: 1.2em;
}
#login_contenido span
{
    font-family: Arial;
    font-size: 1.8em;
    color: #fefefe;
    font-weight: bold;
    text-decoration: none;    
}
#login_contenido a
{
    font-family: Tahoma;
    font-size: 1.1em;
    color: #fefefe;
    font-weight: bold;
    text-decoration: none;    
}
#login_campos 
{
    margin-top: 0.5em;
    margin-bottom: 0.2em;
}
#login_enlaces
{
    position:relative;
    float:left;
    width: 13em;
}
#login_enviar
{
    position:relative;
    float:left;
    width: 1.8em;
    text-align: right;
}

#datos
{
    width: 18em;
    position: relative;
    float:left;
    margin-top: 0.2em;
    padding: 0.5em;
    background-color: #000;
    display: none;
}
#datos p
{
    color: #FFF;
}