html {
    height: 100%;
}
body{
    height: 100%;
	margin: 0px;
	padding:0px;
	background: #FFFFFF url(images/fnd_body.gif) left top;
	text-align: center;
}
#contenido{
	position: relative;
	width: 770px;
	height:auto;
	margin: 0 auto;
	background: #FFFFFF;
	border-right: 1px solid #666666;
	border-left: 1px solid #666666;

}
#encabezado {
	height: 99px;
	width: 770px;
	padding:0;	
	margin: auto;
	z-index: 10;
	position:relative;
	background-color: #FFFFFF;
	background-image:url(images/fnd_cab.jpg);
	background-position: top left;
	background-repeat:no-repeat;
}

#logo {
	/*visibility:hidden;*/
	position:absolute;
	z-index:11;
	text-align:center;
	top:5px;
	left:655px;
	height: 70px;
	width: 70px;
	background-image: url(images/no_logo.gif);
}

#encabezado h2{
	font: bold 25px Verdana, Arial, Helvetica, sans-serif;
	text-align:left;
	width: 100%;
	margin: 0px;
	position:absolute;
	top:25px;
	left: 15px;
	color:#FFFFFF;
}

#pie{
	margin:0px;
	z-index: 1px;
	padding-top:15px;
	padding-bottom: 10px;
	position:relative;
	/*display:table;*/
	text-align:center;
	width: 770px;
	height:50px;
	margin:0px;
	/*top:900px;
	left: 0px;*/
	height: 20px;
	clear:both;
	border-top: 5px solid #666666;
}

#pie a{
	font:11px Arial,Helvetica,sans-serif;
	font-weight: bold;
	color:#666666;
	text-decoration:none;
}
#pie a:hover{
	font:11px Arial,Helvetica,sans-serif;
	font-weight: bold;
	color:#333333;
	text-decoration:none;
}

#correo{
	z-index: 1000;
    position:absolute;
	top: 300px;
	left:0px;
	height: 30px;
	width: 180px;
	background: url(images/fnd_mail.gif) center no-repeat;
	padding-right: 0px;
	text-align: right;
	padding-top: 7px;

}
#correo a {
	font:11px  Arial, Verdana, Helvetica, sans-serif;
	font-weight: bold;
	color:#FFFFFF;
	text-decoration:none;
	padding-right:43px;
}
#correo a:hover{
	font: 11px Arial, Verdana, Helvetica, sans-serif;
	font-weight: bold;
	color:#CCCCCC;
	text-decoration: none;
	padding-right:43px;
}
#secciones{
	position:relative;
	height: 100%;
	background: #FFFFFF url(images/fnd_secciones.jpg) left bottom no-repeat;
	width:180px;
	text-align:left;
	float:left;
	/*top:99px;
	left:0px;*/
}
#secciones h3{
	position:absolute;
	margin:0;
	height: 200px;
	width: 190px;
	left:30px;
	top: 0px;
	font-size: 1px;
	visibility: hidden;
}

#secciones .enlace{
	margin:0;
}

#secciones ul{
	position:relative;
	float:left;
	height: 250px;
	margin:0px;
	padding:0px;
	/*left:0px;
	top:0px;*/
	list-style-type:none;
}

#secciones li{
	height: 23px;
	background: url(images/list.gif) 10px 10px no-repeat;
	margin-bottom: 1px;
	height: 23px;
	padding-top: 2px;
	padding-left: 20px;
	}

#secciones  .actual {
	height: 23px;
	background: url(images/list.gif) 10px 10px no-repeat;
	margin-bottom: 1px;
	height: 23px;
	padding-top: 2px;
	padding-left: 20px;
}

#secciones .actual a{
	font: 13px Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color:#666666;
	text-decoration:none;
	padding-top: 2px;
	padding-bottom: 5px;

}
#secciones .actual a:hover{
	font: 13px Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color:#CCCCCC;
	text-decoration:none;
	padding-top: 2px;
	padding-bottom: 5px;
}
#secciones a{
	font: 13px Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color:#999999;
	text-decoration:none;
	padding-top: 2px;
	padding-bottom: 5px;
}
#secciones a:hover{
	font: 13px Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color:#CCCCCC;
	text-decoration:none;
	padding-top: 2px;
	padding-bottom: 5px;
}
#contenidos{
	width: 570px;
    float: right;
	height:auto;
	/*top: 99px;
	left: 190px;*/
	padding: 0px;
	background: #FFFFFF url(images/fnd_contenidos.gif) left top;
}
#alineado {
    width: 550px;
    padding-right: 20px !important;
    padding-bottom: 20px !important;
    margin:0px;
}
#contenidos h3{
	font:bold 20px  Verdana, Arial, Helvetica, sans-serif;
	color: #666666;	
	width: 100%;
	text-align:left;
    margin: 0px 0px 15px 0px;
	padding-bottom: 10px;
	background: url(images/barra_seccion.jpg) left bottom no-repeat; 
	
}
#contenidos h3 span{
	padding-left: 0px;
}
#contenidos div{
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	margin:0px 0px 15px 0px;
	line-height: 140%;
	color:#333333;
	padding: 0px;
	text-align:justify;
}
.parrafo {
    margin-bottom: 15px !important;
}
/*ENLACES*/
.enlaces_lista {
	padding:0px;
	margin:0px 0px 10px 0px;
	list-style:none;
	font-weight: bold;
}
.enlaces_lista li {
	color: #666;
	padding:0px;
	margin-bottom: 25px;
}
.enlaces_lista ul {
	padding:0px;
	list-style:none;
	font-size: 11px;
	font-weight: normal;
	margin:10px 0px 10px 0px;
}
.enlaces_lista ul a {
	font-weight: bold;
	color: #333 !important;
	
}
.categorias {
	color: #333;
	font-size:12px;
	margin:0px;
	padding: 0px 0px 0px 20px;
	list-style-type:square;
	list-style-position: outside;
	
}
.categorias li {
	margin: 5px 0px 5px 0px;
}
.categorias li a {
	color: #333;
	font-weight: bold;
}
.categorias li a:hover {
	color: #CCC;
	font-weight: bold;
}
.activo {
	background: #666;
	padding:2px;
	color:#FFFFFF !important;
	text-decoration:none;
	font-weight: bold;
}
/*FIN ENLACES*/

#tablaContacto {
	width: 540px;
	}
.tituloDatos {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin:0 0 10px 0;
	color:#666666;
	padding:3px;
	text-align:justify;
}
.datos {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	margin:0 0 10px 0;
	color:#666666;
	padding:3px;
	text-align:justify;
}

.datos a {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	margin:0 0 10px 0;
	color:#666666;
	padding:3px;
	text-align:justify;
}
/*CALENDARIO*/
.tablaCalendario {
margin-left: 20px;
    width:150px;
    background: #FFFFFF;
    border: 1px solid #666666;
    font-family: Arial, verdana;
    margin-top: 20px;
    margin-bottom: 20px;
}
.filaMes {
    background: #B9AA6F;
    height: 20px;
}
.txtMes {
    color: #FFFFFF;    font-size: 11px;
    font-weight: bold;
}
.filaDias {
    background: #666666;
}
.filaDias table td {
    height: 20px;
}
.filacalendario {
    background: #FFFFFF;
    border-bottom: 1px solid #CCCCCC;
}
.txtcalendariodia {
    color: #FFFFFF;    font-size: 11px;
}
.txtcalendario {
    color: #666666;
    font-weight: bold;
    font-size: 11px;
    height: 20px;
}
.EstiloDia {
    color: #000000;
}
.lnkblanco {
    color: #FFFFFF;
    font-weight: bold;
    text-decoration: none;
    font-size: 11px;
}
/*FIN CALENDARIO*/
h4 {
    font-size:16px;
    font-weight: bold;
    font-family: Arial, verdana;
    color: #666666;
    margin-bottom: 10px;
    text-align:left;
    clear: both;
}
h5 {
    font-size: 13px;
    font-weight: bold;
    color: #666666;
    text-align:left;
    margin-bottom: 10px;
    clear: both;
}
/*EVENTOS*/
#titulo_evento {
    font-weight: bold !important;
    font-size: 18px !important;
    width: 100%;
    margin: 0px;
    padding:0px;
}
.color_evento {
    width: 15px;
    height: 15px;
    margin:0px 10px 0px 0px;
    padding:0px;
    float:left;
    clear: right;
}
#fecha {
    font-size: 11px !important;
    font-weight: bold !important;
    color: #666666 !important;
    margin: 0px !important;
}
.adjuntos {
    border: 1px solid #CCCCCC;
    background: #F5F5F5;
    padding: 10px !important;
}
.documento {
    font-size: 11px !important;
    color: #666666 !important;
    padding-bottom: 10px !important;
}
.documento a {
    font-size:14px;
    font-weight: bold;
    text-decoration: underline;
    color: #B9AA6F !important;
    padding-bottom: 10px !important;
}
.descarga {
    font-size: 11px;
    font-weight: bold !important;
    color: #666666 !important;
    margin:5px 0px 0px 0px !important;
    padding:0px !important;
}
.descarga a {
 color:#666666 !important;
 font-size: 11px !important;
}
/*FIN EVENTOS*/


/*LISTADO NOTICIAS*/
.noticia {
    height: 110px;
    margin: 0px;
    padding:0px !important;
}
.noticia a {
    font-size: 14px;
    text-decoration: underline;
    font-weight: bold;
    color: #B9AA6F;
    padding-bottom:15px;
}
.noticia div {
    margin:5px 0px 0px 0px !important;
    padding: 0px !important;
}
.noticia img {
    float:left;
    padding: 2px;
    border: 1px solid #666666;
    margin: 0px 10px 0px 0px;
}
.noticia span a {
    font-size: 12px;
}
.paginacion {
    text-align: center !important;
    padding: 20px 0px 0px 0px !important;
}
.paginacion img {
    border: 0px;
}
.paginacion a {
    color: #666666;
    font-weight: bold;
    font-size: 11px;
}
/*FIN LISTADO NOTICIAS*/


/*DETALLE NOTICIA*/
#detalle_noticia {
    text-align:left;
    padding-bottom: 20px !important;
}
#fuente {
    font-size: 11px !important;
    color: #FFFFFF;
}
#fuente span {
    font-weight: bold;
}
#fotografias {  
    padding: 10px !important;
    color: #666666;
    margin-bottom: 20px !important;
    }
#fotografias a {
    color: #666666;
    background: url(images/ico_images.gif) left no-repeat;
    padding: 7px 0px 5px 30px !important;
    font-size: 12px;
}
.utilidades {
    padding: 5px !important;
    color: #666666;
    margin: 0px!important;
    text-align: right !important;
}
.utilidades a {
    font-size: 11px !important;
    color: #666666;    
}
.volver a {
padding: 0px 5px 0px 15px;
background: url(images/arrow_izq.gif) left 2px no-repeat;
color: #666666;
}
/*FIN DETALLE NOTICIA*/


