@import url("./form.css");


*{
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
body{
	margin: 0px;
	padding: 5px 0px 20px 0px;
	font-size: 70%;
	text-align: center;
	background: url(../imagenes/fondoPortal.gif) left top repeat;
}
table{
	font-size: 11px;
}

p {
	text-align: justify;
}


/**********************************************************/


/**
* wrapper o contenedor
*/
#wrapper{
	text-align: left; /* fix center wrapper */
	margin: auto; /* fix ff */
	width: 747px;
}


/****
Containers
*/
.zonaBloque1 {
	width: 185px;
	/*min-width: 185px;*/
	margin: 0px;
	padding: 0px 5px 0px 8px;
}
.zonaBloque2 {
	min-width: 358px;
	margin: 0px;
	padding: 5px;
	text-align: left;
	border: 1px solid #CCCCCC;
}
.zonaBloque3 {
	width: 175px;
	text-align: left;
	padding: 0px 7px 0px 5px;
	margin-right: 5px;
}
.zonaBloque4 {
	width: 528px;
	margin: 0px;
	padding: 5px;
	margin-right: 15px;
	text-align: left;
	border: 1px solid #CCCCCC;
	
}
.zonaBloque4 p{
    font-size: 11px;	
}



/*** 
Cabezote
*/
#header {
	margin: 0px;
	padding: 0px;
	/*display: none;*/
}
#header h1 {
	text-indent: -9999px; /* oculta el texto */
	margin: 0px; /* fix espacios */
	padding: 0px; /* fix espacios */
	width: 747px;
	height: 153px;
	background: url(../imagenes/header.jpg) center center no-repeat;
}
#header h1 a { display: block; width: 100%; height: 100%; }
#header h1 a:hover { text-decoration: none;}




.fondoCont {
	margin: 0px;
	padding: 0px;	
	background: url(../imagenes/fondoCont.gif) left top repeat-y;
}

/***
******  Menu
*/

#bloqueMenu {
	margin: 0px;
	padding: 0px 30px 0px 30px;
	text-align: center;
	height: 33px;
	background: url(../imagenes/menuBloque.gif) left top no-repeat;
	float: center;
}
#linea {
	display: block;
	float: center;
}
.menu {
	margin: 0px;
	padding: 0px;
	text-align: center;
	float: center;
	/*display: block;*/
}
.menu li {
	list-style: none;
	margin: auto;
	padding: 0px;
	display: inline;
	float: left;
}
.menu .menuPrimero{border: none;}
.menu .menuSegundo{border: none; padding-left: 45px;}

.menu a {
	color: #FFFFFF;
	font-size: 0.9em;
	font-weight: bold;
	/*min-height: 30px;*/
	width: 117px;
	max-height: 20px;
	height: 23px;
	margin: 7px 3px 0px 3px;
	padding: 3px 0px 0px 0px;
	text-align: center;
	background: url(../imagenes/menu.gif) 0px 0px no-repeat;
	text-decoration: none;
	display: block;
}
.menu a:hover {
	text-decoration: underline;
	background: url(../imagenes/menu.gif) 0px -23px no-repeat
}


/****
	Buscar
**/

#buscar {
	float: right;
	height: 28px;
	max-height: 25px;
	margin: 0px;
	padding: 3px 0px 0px 10px;
	display: block;
}

#buscar a {
	color: #737373;
	margin: 0px;
	padding: 6px 3px 0px 0px;
	float: left;
}

#buscar form{
	margin: 0px;
	padding: 0px;
}

#buscar input{
	width: 70px;
	font-size: 12px;
	float: left;
	background: #F7F7F7;
	margin: 3px 0px 0px 0px;
	display: block;
}

#buscar input.boton{
	padding: 0px;
	border: 0px;
	background: url(../imagenes/botonBuscar.gif) left top no-repeat;
	width: 24px;
	height: 25px;
	color: #FFFFFF;
	margin-left: 2px;
	position: relative;
	top: -3px;
}



/***
Enlaces
*/
.tabla1 {
	margin: 0px 0px 0px 0px;
	padding: 5px 0px 5px 0px;
}

.titulo1 {
	color: #0071BC;
   	font-weight: bold;
	font-family: arial;
	font-size: 1.1em;
	text-align: left;	
	padding: 3px 3px 12px 34px;
	margin: 0px;
	background: url(../imagenes/titulo1.gif) left bottom no-repeat;
}
.contenido1 {
	text-align: left;
	margin: 0px;
	padding: 0px 0px 0px 30px;
}
.enlace1{
	margin: 0;
	padding: 0;
}
.enlace1 li{
	list-style: none;
	/*display: block;*/
	margin: 0px;
	padding: 0px;
	background: url(../imagenes/enlace1.gif) 0px 7px no-repeat;
}
.enlace1 a{
	color: #737373;
	/*font-weight: bold;*/
	height:10px;
	padding: 4px 2px 4px 13px;
	margin: 0px;
	text-decoration: none;
	display: block;
}
.enlace1 a:hover{
	color: #004A80;
	text-decoration: underline;
}


/****
Columna 2
*/
.contenido0	a{
	color: #363636;
	padding: 0px 0px 0px 8px;
	background: url(../imagenes/enlaceInfo.gif) 0px 3px no-repeat;
	text-decoration: none;
}
.contenido0	a:hover{
	color: #000000;
	text-decoration: underline;
}

/****
Columna 3
*/

.tabla2,.tabla3 {
	padding: 0px;
	padding-bottom: 5px;
	background: #DADADA;
	margin: 0px 0px 10px 0px;
}
.tabla3 {background: #FFFFFF; padding-bottom: 0px;}

.titulo2 {
   	font-weight: bold;
	color: #0071BC;
	font-size: 1.1em;
	text-align: left;
	letter-spacing: 0.1em;
	height: 28px;
	xwidth: 150px;
	background: url(../imagenes/titulo2.gif) 0px 0px no-repeat;
	padding: 8px 0px 0px 22px;
	margin: 0px;
}

.contenido2 {
	text-align: left;
	border-collapse:collapse;
	margin: 0px;
	padding: 7px;
	display: block;
}

.tabla2 input.labelBloque {
	float: right;
	padding: 0px;
	margin: 0px;
}

.tabla2 input.boton {
	font-size: .0em;
	text-align: center;
	padding: 0px 0px 16px 0px;
	border: 0px;
	width: 32px;
	height: 31px;
	color: #CCE4F3;
	margin: 5px;
}

.tabla2 input.boton {
	background: url(../imagenes/botonEncuesta.gif) 0px 0px no-repeat;
}


.titulo3 {display: none;}
.contenido3 {
	text-align: left;
	border-collapse:collapse;
	margin: 0px;
	padding: 2px;
	display: block;
}
.enlace3{
	margin: 0;
	padding: 0;
}
.enlace3 li{
	list-style: none;
	display: block;
	margin: 0;
	padding: 2px 0px 2px 5px;
	background: url(../imagenes/flecha2.gif) 0px 4px no-repeat;
}
.enlace3 a{
	font-size: 1em;
	font-weight: bold;
	text-decoration: none;
	color: #004A80;
	padding: 0px 2px 0px 10px;
	margin: 0px;
}
.enlace3 a:hover{
	color: #000000;
	text-decoration: underline;
}



/**
Footer
*/
.footer {
	width: 747px;
	height: 49px;
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	text-align: center;
	background:  url(../imagenes/footer.png) center top no-repeat;
	float: auto;
}
.footer span {
	margin: auto;
	padding: 10px 0px 0px 0px;
	float: center;
	display: block;
}


/********************************************
Publicaciones
*/
.notBloque{
	text-align: left;
	margin: 3px;
	overflow: auto;
	font-size: 0.99em;
}

.notBloque br{
	clear: all;
}

.notBloque h3, .notBloque h4, .notBloque p{
	margin: 0px 0px 2px 0px;
}

.notBloque p{
	font-size: 12px;
}



.notBloque h3{
	padding: 3px 3px 2px 28px;
	min-height: 25px;
}
.notBloque h4 a{
	font-size: 14px;
	color: #636363;
	text-decoration: none;
}
.notBloque h4 a:hover{
	color: #000000;
	text-decoration: underline;
}

/*.notBPrincipal h3 img{
	padding-top: 22px;
}*/

.notBGeneralTit{
	text-align: left;
	color: #005334;
	font-size: 16px;
	padding-left: 20px;
	padding-bottom: 3px;
	background: url(../imagenes/vineta2.gif) left top no-repeat;
	border-bottom: 1px solid #8D8D8D;
}
.notBGeneral h3{
	border-bottom: 2px solid #00A668;
}










.h1NotTema26{
	border: 1px dotted #00FF00;
}


.labelBloque {
	width: 60px;
}

.formGen label {
	width: 120px;
}

.pub {
	font-size: 12px;
}
h1.pub, .h1NotTema, h1.pub a, .pub h1{
	font-size: 1.5em;
	font-weight: bold;
	color: #0071BC;
	background: url(../imagenes/vineta1.gif) 0px 7px no-repeat;
	padding: 0px 5px 3px 10px;
	border-bottom: 2px solid #E5E5E5;
}
h1.pub a {text-decoration: none;}
h1.pub a:hover {text-decoration: underline;}

.pub a {color: #333333;}
.pub a:hover {color: #C00000;}


/*.pub h2, .notBPrincipal h3{
	color: #666666;
	font-size: 1.3em;
	font-weight: bold;
	margin: 0px;
	padding: 0px 2px 4px 10px;
	background: url(../imagenes/vineta2.gif) 0px 5px no-repeat;
	border-bottom: 1px solid #6DCFF6;
}*/

/* jmf */
.zonaBloque2 hr{
	color: #FFFFFF;
	border: 0px;
	border-bottom: 1px dashed #737373;;
}
.zonaBloque2 p{
   font-size: 11px;
   
   }

.notBloque h4{
	display: none;
}

.notBloque h3{
	color: #666666;
	font-size: 1.3em;
	font-weight: bold;
	margin: 0px;
	padding: 0px 2px 0px 10px;
	background: url(../imagenes/vineta2.gif) 0px 5px no-repeat;
}

.notBPrincipal h3{
	background: url(../imagenes/vineta1.gif) 0px 5px no-repeat;
}


.notBloque h3 a{
	color: #737373;
	font-size: 14x;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
}
.notBPrincipal h3 a{
	color: #0071BC;
}
.notBloque h3 a:hover{
	text-decoration: underline;
}

.notBloque p img{
	float: left;
	margin: 8px;
}

/* jmf */

.pub h3 {
	color: #0071BC;
	font-size: 1.2em;
	font-weight: bold;
	margin: 0px;
	padding: 0px 2px 4px 10px;
	background: url(../imagenes/flecha2.gif) 0px 5px no-repeat;
}

.pubHijos {
	margin: 0px 0px 0px 10px;
	padding: 0px 0px 10px 0px;
}
.pubHijos li {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.pubHijos a {
	color: #6C6C6C;
	font-size: 12px;
	font-weight: bold;
	padding: 2px 0px 2px 8px;
	background: url(../imagenes/enlaceInfo.gif) 0px 6px no-repeat;
	text-decoration: none;
}
.pubHijos a:hover {
	color: #C00000;
	text-decoration: underline;
}

.pubRastro {
	font-size: 12px;
}
.dSinDisenno {
	width: 737px;
	min-width: 757px;
	margin: 52px 10px 10px 10px;
	padding: 10px;
	float: center;
	background: url(../imagenes/logoDiario.gif) 500px 5px no-repeat #FFFFFF;
	border: 5px solid #005D3A;
}

#nexura img{visibility: hidden; width:69px; height: 23px;}
#nexura a{ margin-top: 5px;padding: 5px; background: url(../imagenes/nexura.gif) center bottom no-repeat; }
