*{
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
body{
	margin: 0px;
	padding: 0px 0px 20px 0px;
	font-size: 70%;
	text-align: center;
	background: url(../imagenes/FondoContraloria.gif) left top repeat;
}
table{
	font-size: 11px;
}

#nexura {
	display: none;
}


#nexuraLogo {

	display: block;
	width: 96px;
	height: 34px;
	margin: 0px 0px 0px 350px;

	background: url(../imagenes/logoNexura.gif) left top no-repeat;
	text-indent: -9999px; /* oculta el texto */
}


/**********************************************************/


/**
* wrapper o contenedor
*/
#wrapper{
	text-align: left; /* fix center wrapper */
	margin: auto; /* fix ff */
	width: 760px;
	padding: 5px 0px 10px 0px;
	background: #FFFFFF;
}


/****
Containers
*/
.zonaBloque1 {
	width: 165px;
	min-width: 165px;
	/*min-width: 185px;*/
	margin: 0px;
	padding: 5px 0px 0px 0px;
	border-left: 1px solid #D7D7D7;

}
.zonaBloque2 {
	max-width: 320px;
	width: 320px;
	margin: 0px;
	padding: 10px 5px 10px 5px;
	text-align: left;
}
.zonaBloque3 {
	width: 192px;
	text-align: left;
	padding: 10px 0px 0px 0px;
	margin: 0px;
	border-right: 3px solid #D7D7D7;
}
.zonaBloque4 {
	width: 522px;
	min-width: 585px;
	margin: 0px;
	padding: 10px 15px 10px 5px;
	text-align: left;
	border-right: 3px solid #D7D7D7;
	background: #FFFFFF;
}


/*** 
Cabezote
*/
#header {
	margin: 0px 4px 0px 0px;
	padding: 0px;
	width: 235px;
	display: block;
}
#header h1 {
	text-indent: -9999px; /* oculta el texto */
	margin: 0px; /* fix espacios */
	padding: 0px; /* fix espacios */
	width: 235px;
	height: 140px;
	background: url(../imagenes/logo.jpg) 0px 0px no-repeat;
	display: none;
}
#header h1 a { display: none; width: 100%; height: 100%; float: left;}
#header h1 a:hover { text-decoration: none;}

#headerFlash {
	width: 525px;
	height: 178px;
	padding: 0px;
	margin: 10px 0px 0px 0px;
}
#buscar {
	width: 100%;
	height: 38px;
	margin: auto;
	/*text-align: center;
	vertical-align: center;*/
	background: url(../imagenes/fondoBuscar.gif) 0px 0px no-repeat;
}
#buscar form{
	margin: 0px;
	padding: 0px;
}

#buscar input{
	width: 115px;
	height: 20px;
	margin: auto;
	padding: 0px;
	font-size: 12px;
	float: left;
	position: relative;
	left: 10px;
	top: 5px;
	display: block;
}

#buscar input.boton{
	font-size: 0.1em;
	text-indent: -9999px; /* oculta el texto */
	margin: 0px;
	padding: 0px;
	border: 0px;
	background: url(../imagenes/botonBuscar.gif) left top no-repeat;
	width: 95px;
	height: 38px;
	color: #FFFFFF;
	margin-right: 4px;
	float: right;
	position: relative;
	left: 0px;
	top: 0px;
}

.fondoCont {
	margin: 0px;
	padding: 0px;	
	background: url(../imagenes/fondoCont.gif) left top repeat-y;
}

/***
******  Menu Superior
*/

.superior {
	margin: 0;
	padding: 0;
	height: 25px;
}
.superior span{margin: 5px 0px 0px 5px; float: left;}

.menuSup, .menuInf {
	margin: 0px;
	padding: 0px;
	text-align: center;
}
.menuInf {padding: 13px 0px 0px 185px;}

.menuSup li, .menuInf li {
	list-style: none;
	margin: auto;
	padding: 0px;
	display: inline;
	float: right;
}

.menuInf li {float: left;}

.menuSup .menuPrimero, .menuInf .menuPrimero{border: none;}

.menuSup a, .menuInf a {
	color: #3C515E;
	font-size: 0.9em;
	/*min-height: 30px;*/
	margin: 5px 0px 0px 0px;
	padding: 0px 15px 0px 15px;
	background: url(../imagenes/menu1.gif) 0px 0px no-repeat;
	text-decoration: none;
	border-left: 1px solid #3C515E;
	display: block;
}
.menuInf a {color: #FFFFFF; border-left: 1px solid #FFFFFF;}
.menuSup a:hover {
	color: #000000;
	text-decoration: underline;
}
.menuInf a:hover {text-decoration: underline;}
.menuSup img {margin: 0; padding: 0;}

/***
******  Menu
*/

#secretaria {
	margin: 0px;
	padding: 0px 30px 0px 30px;
	text-align: center;
	height: 44px;
	background: url(../imagenes/menuFondo.png) 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: #626353;
	font-size: 0.8em;
	/*min-height: 30px;*/
	margin: 5px 0px 0px 0px;
	padding: 0px 7px 0px 7px;
	background: url(../imagenes/menu1.gif) 0px 0px no-repeat;
	text-decoration: none;
	border-left: 1px solid #626353;
	display: block;
}
.menu a:hover {
	color: #0071BC;
	text-decoration: underline;
}

/***
Enlaces
*/
.tabla1 {
	margin: 0px;
	padding: 5px 0px 5px 0px;
}

.titulo1 {
	color: #FFFFFF;
   	font-weight: bold;
	font-size: 1em;
	text-align: left;	
	padding: 9px 3px 9px 10px;
	margin: 0px;
	background: url(../imagenes/titulo1.png) right top no-repeat;
}
.contenido1 {
	text-align: left;
	margin: 0px;
	padding: 0px;
}
.enlace1{
	margin: 0;
	padding: 0;
}
.enlace1 li{
	list-style: none;
	display: block;
	margin: 0px 0px 0px 8px;
	padding: 0;
	background: url(../imagenes/enlace1.gif) 0px 7px no-repeat;
}
.enlace1 a{
	text-decoration: none;
	color: #545454;
	font-size: 0.9em;
	height: 10px;	
	min-height: 20px;
	padding: 3px 2px 0px 13px;
	margin: 0px 0px 2px 0px;
	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 {
	padding: 0px;
	margin: 0px 0px 10px 0px;
}

.titulo2 {
   	font-weight: bold;
	color: #FFFFFF;
	font-size: 1em;
	text-align: left;
	background: url(../imagenes/titulo2.png) right top no-repeat;
	padding: 5px 0px 10px 15px;
	margin: 0px;
}

.contenido2 {
	text-align: left;
	border-collapse:collapse;
	margin: 0px;
	padding: 0px;
	display: block;
}
.enlace2{
	margin: 0;
	padding: 0;
}
.enlace2 li{
	list-style: none;
	display: block;
	margin: 0px 0px 0px 8px;
	padding: 0;
	background: url(../imagenes/vineta1.gif) 0px 7px no-repeat;
}
.enlace2 a{
	text-decoration: none;
	color: #545454;
	font-size: 0.9em;
	font-weight: bold;
	height: 10px;	
	min-height: 20px;
	padding: 3px 2px 0px 13px;
	margin: 0px 0px 2px 0px;
	display: block;
}
.enlace2 a:hover{
	color: #004A80;
	text-decoration: underline;
}

.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;
}
.tabla3 input.boton {
	background: url(../imagenes/botonLogin.gif) 0px 0px no-repeat;
}

.tabla3 {
	padding: 0px;
	padding-bottom: 5px;
	/*background: #DADADA;*/
	margin: 0px 0px 10px 0px;
}
.tabla3 {background: #FFFFFF; padding-bottom: 0px;}
.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/vineta1.gif) 0px 4px no-repeat;
}
.enlace3 a{
	font-size: 1.2em;
	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: 760px;
	height: 108px;
	color: #626262;
	margin: 0px;
	padding: 0px;
	text-align: center;
	background:  url(../imagenes/footer.png) center top no-repeat;
	/*float: auto;*/
}
.footer a {text-decoration: none;}
.footer a:hover {text-decoration: underline;}
.footer span {
	color: #3C515E;
	margin: 0;
	padding: 15px 0px 0px 50px;
	float: left;
	display: block;
}






/**
* Formularios, configuracion especial para mejorar la presentacion en la contraloria
*/
	.formContRendicionFormatos{ clear: both; }
	.formContRendicionFormatos br{ clear: left; }
	
	.formContRendicionFormatos legend{
		text-transform: uppercase;
	}

	.formContRendicionFormatos input, .formContRendicionFormatos select, .formContRendicionFormatos textarea{
		clear: left;
		margin-left: 30px;
	}
	
	
	.formGen label{
		color: #555555;
	}
	.formContRendicionFormatos label{
		width: auto;
		text-align: left;
		padding-right: 5px;
		font-size: 12px;
	}
	
	.formContRendicionFormatos fieldset input{ width: 80%; }
	.formContRendicionFormatos fieldset textarea{ width: 80%; height: 80px; }
	.formContRendicionFormatos div.botones input{ width: auto; }


/**
* Estilos para resaltar algunos formatos especiales en ContRendicion
*/
.contRendicionTr1 td{
	font-weight: bold;
	border-bottom: 1px solid;
}
.contRendicionTr2 td{
	font-weight: bold;
	background: #DDDDDD;
	border-top: 2px solid;
	border-bottom: 2px solid;
}