*{
	font-family: Arial, Helvetica, sans-serif;
}
body{
	margin: 0px;
	padding: 0px;
	padding-bottom: 10px;
	text-align: center;
	background-color: #0B0439;
}

#container {
    width: 766px
	margin: 0px;
	text-align: left;
	padding: 0px;
	padding-left: 3px;
	padding-right: 3px;
	border-left: 2px solid #28A01F;
	border-right: 2px solid #28A01F;
	background: url(../imagenes/mapaFondo.gif) center 10px repeat-y;
	background-color: #EDF5FA;
}

/**
* Area 1 o encabezado
*/
#pageHeader {
	width: 770px;
	height: 186px;
	background: url(../imagenes/header.jpg) left top no-repeat;
	overflow: auto;
}

#pageHeader h1{
    margin: 0px;
	padding: 0px;
}
#pageHeader h1 span {
    display: none;
}
#pageHeader div{
	height: 50px;
	padding-left: 547px;
	padding-top: 115px;
	float: left;
}
#pageHeader div label{
	font-size: 12px;
	font-weight: bold;
	color: #007236;
	padding: 0px;
	padding-right: 3px;
}
#pageHeader div input{
	width: 100px;
	font-size: 12px;
	color: #007236;
}
#pageHeader div input.boton{
	width: 34px;
	height: 35px;
	border: 0px;
	vertical-align: middle;
}



/**
* Zona Bloque 1
*/
#columnaEnlaces {
	width: 175px;
	margin: 0;
	padding: 0;
	vertical-align: top;
	float: left;
}

.tabla1 {
	margin: 0;
	padding: 0;
	padding-bottom: 31px;
	margin-bottom: 5px;
	background: url(../imagenes/tabla1B.gif) left bottom no-repeat;
}

.titulo1 {
    color: #FFFFFF;
	font-weight: bold;
	font-size: 0.8em;
	width: 175px;
	height: 47px;
	
	background: url(../imagenes/tabla1A.gif) left center no-repeat;
	
	padding: 17px 3px 0px 7px;
	margin-top: 0px;
	margin-bottom: 0px;
}
.contenido1 {
	border-collapse:collapse;
	padding-left: 5px;
	background: url(../imagenes/tabla1Fondo.gif) right top no-repeat;
	background-color: #160E49;
	padding: 0px;
	color: #FFFFFF;
	font-size: 0.7em;
}

.enlace1{
	margin: 0;
	padding: 0;
}
.enlace1 li{
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
	padding-left: 14px; 
	
	background: url(../imagenes/vinetaEnlace1.gif) 5px 7px no-repeat;
}
.enlace1 a{
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
	
	padding: 3px 0px 5px 0px;
	
	margin: 0px;
	margin-right: 5px;
}
.enlace1 a:hover{
    text-decoration: underline;
}




/**
* Zona Bloque 2
*/
#columnaContenido {
	width: 400px;
	font-size: 0.74em;
	margin: 0;
	padding: 5px;
	float: left;
	vertical-align: top;
}
#columnaContenido2 {
	width: 575px;
	font-size: 0.74em;
	margin: 0;
	padding: 5px;
	float: left;
	vertical-align: top;
}


/**
* Zona Bloque 3
*/
.tabla2, .tabla3 {
	width: 175px;
	padding: 0px;
	padding-bottom: 5px;
	margin: 0px;
}
.titulo2, .titulo3 {
   	font-weight: bold;
	color: #FFFFFF;
	font-size: 12px;
	text-align: left;
	height: 23px;

	
	background: url(../imagenes/tabla2A.gif) center top no-repeat;
	
	padding: 8px 0px 0px 10px;
	margin: 0px;
}
.contenido2, .contenido3 {
	color: #0054A6;
	border: 1px solid #0071BC;

	text-align: left;

	border-collapse:collapse;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 5px;
	display: block;
	font-size: 66%;
}
.tabla2 input.labelBloque {
	float: right;
	padding: 0px;
	margin: 0px;
}

.tabla2 input.boton, .tabla3 input.boton {
	font-size: 1000px;
	padding: 0px;
	border: 0px;
	width: 28px;
	height: 28px;
	color: #FFFFFF;
	margin-left: 70px;
	margin-top: 5px;
}

.tabla2 input.boton {
	background: url(../imagenes/botonLogin.gif) left top no-repeat;
}

.tabla2 input.boton:hover {
	background: url(../imagenes/botonLogin.gif) left bottom no-repeat;
}

.tabla3 input.boton {
	background: url(../imagenes/botonEncuesta.gif) left top no-repeat;
}

.tabla3 input.boton:hover {
	background: url(../imagenes/botonEncuesta.gif) left bottom no-repeat;
}



/**
* Zona Bloque 3
*/
#footer{
	color: #FFFFFF;
	font-size: 11px;
	width: 755px;
	height: 74px;
	background: url(../imagenes/footer.gif) center top no-repeat;
	background-color: #0B0439;

	text-align: right;
	padding: 0px;
	padding-top: 40px;
	padding-right: 15px;
}




h1.pub{
	display: none;
}


/**
* estilos para noticias
*/
.notBloque{
	text-align: left;
	margin: 3px;
	overflow: auto;
	font-size: 0.99em;
}

.notBloque br{
	clear: all;
}

.notBloque h3, .notBloque h4, .notBloque p{
	margin: 5px;
}

.notBloque p{
	font-size: 12px;
}

.notBloque h3 a{
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	color: #00A650;
	padding: 5px 0px 3px 10px;
	text-align: left;
	/*background: url(../imagenes/vinetaVerde.gif) 3px center no-repeat;*/
}
.notBloque h3 a:hover{
	text-decoration: underline;
}

.notBloque h4 a{
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	color: #0071BC;
	text-align: left;
	padding: 3px 5px 4px 22px;
margin: 5px;
width: 100%;
	background: url(../imagenes/vinetaTitulo.gif) left center no-repeat;
	border-bottom: 1px solid #00A650;
}
.notBloque h4 a:hover{
	text-decoration: underline;
}


.notBPrincipal h3{
	font-size: 18px;
	/*background: url(../imagenes/vinetaTitulo.gif) left 3px no-repeat;*/
	padding: 3px 3px 3px 23px;	
	border-bottom: 1px solid #00A650;
}
.notBPrincipal h3:hover{
	color: #8DC63F;
	text-decoration: none;
}
.notBPrincipal h3 img{
	padding-top: 22px;
}

.notBGeneralTit{
	text-align: left;
	color: #005334;
	font-size: 16px;
	padding-left: 23px;
	padding-bottom: 3px;
	background: url(../imagenes/vinetaTitulo.gif) left top no-repeat;
	border-bottom: 1px solid #8D8D8D;
}
.notBGeneral h3{
	border-bottom: 2px solid #00A668;
}
.notBGeneral h3 a{
	color: #000000;
	font-size: 12px;
	text-decoration: none;
}
.notBGeneral h3 a:hover{
	color: #007C4E;
	background-color: none;
	text-decoration: none;
}





.h1NotTema{
	font-size: 20px;
	border-bottom: 2px solid #00A668;
}




#nexura img{visibility: hidden; width:69px; height: 23px;}
#nexura a{ background: url(../imagenes/nexura.gif) top; }