@import url("base00.css");
/*----------------------*/
/*---     CAPAS      ---*/
/*----------------------*/
#DivEncabezado {
	left: 0px;
	top: 0px;
	width: 100%;
	height: 200px;
	border: 1px solid #000000;
	/*background-color: #FFCC00;*/
	position: absolute;
	z-index: 2;
}

#DivMenu {
	left: 0px;
	top: 200px;
	width: 170px;
	min-height: 90%;
	padding: 50px 0px 50 px 10px;
	text-align: center;
	position: absolute;
	z-index: 4;
	border-top: 0px solid #000000;
	border-right: 1px solid #000000;
	border-bottom: 0px solid #000000;
	border-left: 0px solid #000000;
}

#DivNovedades {
	font-size: 0.9em;
	text-align: left;
	border: 1px solid #000000;
	margin: 10px;
	padding: 2px;
	display: block;	
	z-index: 5;
}

#DivContenido {
	left: 170px;
	top: 200px;
	max-width: 100%;
	max-width: 100%;
	min-height: 90%;
	padding: 0px 0px 0px 20px;
	border: 0px; /*1px solid #000000;*/
	position: absolute;
	z-index: 1;
	/*padding: 20px;*/
}
/*
Pegado a la esquina, pero entonces obliga a quitar el PADDING de DivContenido
#DivMenuPagina {
	left: 0px;
	top: 0px;
	min-width: 100%;
	height: 50px;
	border: 1px solid #000000;
	/*background-color: #FF9900;
	/*position: absolute;
	z-index: 3;
}
*/
/*Estatico, a 20px de borde de DivContenido, permite mantener el PADDING en DivContenido
  y quitarlo de todos los tipos Texto*/
#DivMenuPagina {
	text-align: center;
	left: 0px;
	top: 0px;
	min-width: 100%;
	height: 50px;
	border: 0px; /*solid #000000;*/
	/*background-color: #FF9900;*/
	/*position: absolute;*/
	z-index: 3;
	/*overflow: hidden;*/
}

#TabPortada {
	width: 100%;
	font-size: 1em;
	position: relative;
	border: 0px; /*1px solid #00FF00;*/
	z-index: 4;
	overflow: visible;
}

#TabPortada td {
	padding: 10px;
	/*border: 1px solid #00FF00;*/
}

#TdPresentacion {
	width: 85%;
	height: auto;
	/*padding: 10px;*/
}

#TdDocumentos {
	text-align: center;
	overflow: auto;
}

#TdNoticias {
	width: 15%;
	border: 1px solid #000000;
	vertical-align: top;
	overflow: auto;
}

#MqNoticion {
	font-size: 2em;
	font-weight: bold;
}

#FotoPortada {
	/*width: 50%;*/
	vertical-align: top;
	text-align: center;
	overflow: hidden;
}

/*----------------------*/
/*---    IMAGENES    ---*/
/*----------------------*/
#ImgCabecera {
	margin-top: 35px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	display:block
}

.FotoIzq {
	float: left;
	margin: 10px;

}
.FotoDcha {
	float: right;
	margin: 10px;

}
.FotoCentro {
	margin-left:auto;
	margin-right:auto;
	margin-bottom: 0px;
	text-align:center;
	display:block;
}

/*----------------------*/
/*---     LISTAS     ---*/
/*----------------------*/
.ListaNormal{
	display: block;
	}

.ListaNormal li ul{
	list-style-type: disc;
	display: block;
	}
	
.ListaVertical{
	list-style-type: none;
	position: relative;
	display: block;
	border: 0px; /*solid;*/
	margin-top: 15px;
	margin-left: 15px;
	padding: 0px;
	text-align: left;
}

.ListaHorizontal{
	list-style-type: none;
	position: relative;
	display: block;
	border: 0px; /*solid;*/
	left: auto;
	right: auto;
	top: 0px;
	width: 100%;
	margin-top: 10px;
	margin-bottom: 2px;
	padding: 0;
}

.ListaHorizontal li{
	margin-left: 2%;
	margin-right: 5%;
	padding: 0;
	border: 0px; /*solid;*/
	display: block;
	float: left;
	position: relative;
	width: 10%;
	text-align: center;
	vertical-align: top;
	font-weight: normal;
}

#ElementoActivo{
	border: 1px solid #0066FF;
	/*padding: 2px;*/
}

#Botonera {
	width:95%;
	list-style-type: none;
	margin-top: 50px;
	margin-bottom: 5px;
	margin-right: 0px;
	margin-left: 5px;
	padding-left:0px;
	text-align: center;
	/*border: 1px solid #000000;*/
}

#Botonera li{
	border: 1px solid #FFCC33;
	list-style-type: none;
 	height: auto;
	margin-top: 7px;
	margin-left: 0px;
	margin-right: 5px;
	padding: 5px;
	background-color: #666666;

}

#Botonera li:hover {
	background-color: #999999;
}

#Botonera a:hover{
	font-weight: bolder;
}

/*--------------------------*/
/*---------ENLACES----------*/
/*--------------------------*/
.ListaHorizontal a {
	font-color: #062B70;
	font-weight: bold;
	text-decoration: none;
}

.ListaHorizontal a:hover {
	font-weight: bold;
	text-decoration: underline;
}

.ListaHorizontal a:visited {
	font-color: #3400D8;
}

.ListaVertical a {
	font-color: #062B70;
	text-decoration: none;
}

.ListaVertical a:hover {
	font-weight: bold;
	text-decoration: underline;
}

.ListaVertical a:visited {
	font-color: #3400D8;
}

#DivContenido a {
	color: #0033CC;
	text-decoration: none;
	cursor: hand;
}

#DivContenido a:visited {
	color: #0066FF;
}

#DivContenido a:hover {
	/*font-weight: bolder;*/
	text-decoration: underline;
}
/*
#DivEncabezado a {
	text-decoration: none;
}

#DivEncabezado a:hover{
	font-weight: bolder;
}
*/
a.EnlaceTitular {
	font-color: #000000;
	font-weight: bold;
	display: inline;
}

a.EnlaceBorde {
	font-color: #000000;
	font-weight: bold;
	display: inline;
	border: 1px solid #0033CC;
	padding: 3px;
}

a.EnlaceBorde:hover {
	/*font-weight: bolder;*/
	text-decoration: none;
	border: 2px solid #0033CC;
}
/*--------------------------*/
/*----FORMATOS DE TEXTO-----*/
/*--------------------------*/
.TextoTitulo {
	font-size: 1.4em;
	font-weight: bold;
	font-color: #000000;
	margin: 20px 0px 20px 0px;
}

.TextoTituloParrafo {
	font-size: 1em;
	font-weight: bold;
	margin: 0px 0px 20px 0px;
}

/*Parrafo justificado, con margenes y padding*/

.TextoParrafo {
	font-size: 1em;
	text-align: justify;
	width: 90%;
}

/*Igual q texto parrafo, pero 100% de ancho*/
.TextoParrafo100 {
	font-size: 1em;
	text-align: justify;
	width: 100%;
}

/*Igual q texto parrafo, pero 100% de ancho*/
.TextoParrafoEstrecho {
	font-size: 1em;
	text-align: justify;
	width: 60%;
}

/*Para las noticias y textos ocultos, se muestran al hacer click sobre algun enlace*/
.TextoParrafoOculto {
	font-size: 1em;
	width: 90%;
	text-align: justify;
	margin-top: 0px;
	display: none;
}

/*Para ocultar y ampliar texots, cuando contienen varios parrafos*/
.DivParrafosOcultos {
	/*width: 90%;*/
	display: none;
}

/*Texto pequeño en cursiva, titulos de fotos, fuente noticias, etc*/
.TextoEpigrafe {
	font-size: 1em;
	font-style: italic;
	display: inline;
}

/* Asterisco u otra marca*/
.TextoNovedad {
	font-size: 2em;
	font-weight: bold;
	margin: 0px 0px 20px 0px;
	color: #FF6600;
	text-decoration: blink;

}

/***
.TextoTitularPortada {
	font-size: 1.2em;
	font-weight: bold;
	text-align: left;
	width: 90%;
	margin-top: 20px;
}
***/

/*Titulares destacados de la portada. Son enlaces,
  asi q ademas de esto cogen el estilo DivContenido a*/
.TextoNoticiaPortada {
	font-size: 1em;
	font-style: normal;
	text-align: left;
	width: 90%;
}

/*Ojo, igual que #Menu a en Menu.css, modificar los dos a la vez*/
.TextoMenu {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	color: #FFCC66;
}

/*--------------------------*/
/*----   FORMULARIOS   -----*/
/*--------------------------*/
#ChColor {
	border: 1px solid #000000;
	margin-top:50px;
	margin-bottom: 50px;
	margin-left: auto;
	margin-right: auto;
	background: #FFFFFF;
}
