body {
	font-family: "Trebuchet MS", Arial, Helvetica;
	font-size: 12px;
	color: #333333;
	margin: 0px;
	padding: 0px;
	background-color: #1A517C;
}

.clear {
	clear: both;
}
table {
	font-size: 95%;
	margin: 0px;
	padding: 0px;
}

#contenedor {
	background-color: #FFFFFF;
	width: 955px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	margin-top: 0px;
	overflow: hidden;
}

#contenido {
	margin-top: 145px;
	margin-right: 0px;
	margin-left: 5px;
	clear: both;
	z-index: -1000;
	
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
th {
	background-color: #DDECE5;
}
.flotar_derecha {
	text-align: right;
	float: right;
}
/*header*/

#header {
	width: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	height:140px;
}
#top {
	clear: both;
}

#logo_mineduc, #encabezado {
	float: left;
}
#logo_mineduc {
	margin-right: 5px;
	margin-left: 5px;
}
#encabezado {
	background-image: url(../images/fondos/fondo_header.gif);
	background-repeat: no-repeat;
	height: 90px;
	width: 841px;
	font-size: 120%;
	color: #FFFFFF;
	background-position: bottom;
}
#encabezado h1 {
	font-size: 250%;
	color: #81C5FC;
	margin-top: 5px;
	margin-bottom: 15px;
}
#menu {
	clear: both;
	padding-top: 10px;
}

.identificacion, #encabezado h1 {
	margin-left: 25px;
}
.identificacion {
	margin-right: 10px;
}
.identificacion a {
	color: #FFFFFF;
}
.identificacion a:hover {
	text-decoration: underline;
}

/*fin header*/

/*formularios*/

  .inputTabla input[type="text"], table input[type="text"], 
  .postular input[type="password"], 
  .form_registro input[type="password"]  {
	border: 1px solid #CCCCCC;
}
.inputTabla input {
	clear: both;
}
.caja_selecciona  {
	/*width:120px;*/
	position: relative;
}

.seleccione_min {
	width: 38px; /* 35 */
	background-position: 33px; /* 30 */
	padding-top:3px;
	padding-bottom:3px;
	padding-left:1px;
	padding-right:2px;
	display: block;
	background-image: url(../images/botones/flecha_desplegable.gif);
	background-repeat: no-repeat;
	color: #333333;
	font-size:95%;
	border: 1px solid #CCCCCC;
	background-color: #F6F6F6;
}

.seleccione, .seleccione_familiar {
	width:120px;
	background-position: 110px;
	padding: 3px;
	border: 1px solid #CCCCCC;
	background-color: #F6F6F6;
	display: block;
	background-image: url(../images/botones/flecha_desplegable.gif);
	background-repeat: no-repeat;
	color: #333333;
	font-size:95%;
}

.seleccione:hover, .seleccione_min:hover, .seleccione_familiar:hover {
	cursor: pointer;
	background-color:#DDECE5;
}

.estilo_boton {
	cursor: pointer;
}

.boton_dinamico {
	color: #FFFFFF;
	/* background-color: #FFFFFF; */
	height: 31px;
	width: 117px;
	background-image: url(../images/botones/boton.gif);
	background-repeat: no-repeat;
	font-weight: bold;
	padding-top: 8px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}

.infoingresos {
	position: absolute;
	display: none;
	z-index: 1000;
	font-size:95%;
	background-color: #FFFFFF;
}

.desplegable {
	position: absolute;
	display: none;
	z-index: 1000;
	font-size:95%;
	height: 100px;
}

.desplegable ul{
	min-width:193px;
	width:auto!important;
	width:193px;
	/*_width: 193px;*/  /* IE6 hack */
	/* ashomaly
	background-color: #F6F6F6;
	border: 1px solid #CCCCCC;
	*/
}

.desplegable li {
	cursor: pointer;
}
.desplegable li:hover {
	/* OJO
	 * TODO también cambiar el color en el helper de hover
	 */
	background-color: #999999;
}

.caja_selecciona_min li:hover {
	/* OJO
	 * TODO también cambiar el color en el helper de hover
	 */
	background-color: #999999;
}

.caja_selecciona_min{
	position: relative;
	width: 40px;
	margin-left:auto;
	margin-right:auto;
}

.desplegable_min  {
	padding: 3px;
	position: absolute;
	display: none;
	background-color: #F6F6F6;
	top: 22px;
	/*z-index: 1000;*/
	font-size:95%;
	border: 1px solid #CCCCCC;
}


.desplegable_min {
	min-width:40px;
	width:auto!important;
	width:40px;
	right:-8px;
	text-align:left;
}
.headerSubPestana{
	
	width: 910px;
	clear: both;
}
.tabla{
	
	width: 910px;
	clear: both;
}
.comprobante{
	
	width: 910px;
	clear: both;
}


.headerSubPestana h1 {
	font-size: 150%;
	color: #2572AF;
	margin-top: 2px;
	margin-bottom: 2px;
}
.bloqueTitulo {
	font-size: 110%;
	clear: both;
	display: block;
	color: #2572AF;
	margin-top: 2px;
	margin-bottom: 2px;
}

.bloqueTabla, .bloqueTabla4 {
	width: 910px;
	clear: both;
	background-color: #F6FBFF;
	border: 1px solid #CCCCCC;
	min-height:125px;/*140*/
	height:auto!important;
	height:125px;/*140*/
	font-size: 95%;
	padding: 5px;
	margin-top: 5px;
	margin-right: 3px;
	margin-bottom: 5px;
	margin-left: 3px;

}

.bloqueTabla7 {
	width: 910px;
	clear: both;
	background-color: #F6FBFF;
	border: 1px solid #CCCCCC;
	min-height:155px;
	height:auto!important;
	height:155px;
	font-size: 95%;
	padding: 5px;
	margin-top: 5px;
	margin-right: 3px;
	margin-bottom: 5px;
	margin-left: 3px;

}

.bloqueTexto {
	font-size: 80%;
	width:150px;
	/* agrandado segun j
	font-size: 95%;
	*/
}

.bloqueTabla .inputTabla {
	float: left;
	margin: 5px;
	padding:2px;
	max-width:130px;
	width:auto!important;
	/*width:50px;*/
}
.bloqueTabla4 .inputTabla {
	
	float: left;
	margin: 5px;
	padding:2px;
	width:210px;
	margin-right:5px;
	
}
.bloqueTabla7 .inputTabla {
	float: left;
	margin: 5px;
	padding:2px;
	max-width:130px;
	width:auto!important;
	/*width:50px;*/
}

.inputTabla a, .caja_selecciona_min a, .desplegable a {
	text-decoration: none;
	color: #333333;
}
.inputTabla ul, .caja_selecciona_min ul, .desplegable ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.inputTabla li, .caja_selecciona_min li, .desplegable li{
	white-space: nowrap;
}
.inputTitulo {
	vertical-align: middle;
	clear:both;
}
.inputTitulo img {
	padding-left: 4px;
}

.bottomSubPestana{
	padding: 5px;
	margin-top: 5px;
	margin-right: 3px;
	margin-bottom: 5px;
	margin-left: 3px;
	height: 70px;
	width: 910px;
	clear: both;


}
.calendario {
	background-image: url(../images/calendario.gif);
	background-repeat: no-repeat;
	font-weight: bold;
	font-size: 170%;
	float: left;
	width: 57px;
	height: 57px;
}
.calendario p {
	margin-right: 5px;
	margin-left: 12px;
	margin-top: 10px;
}
.finalizar {
	float: left;
	margin-left: 5px;
}
.finalizar p, .finalizar h3 {
	margin-top: 2px;
	margin-bottom: 2px;
}
.registro_guardado {
	float: right;
	text-align: center;
	width:140px;
}
.registro_guardado_btn {
	float: right;
}
.alinea_superior {
	vertical-align: top;
}
.headerSubPestana li {
	list-style-image: url(../images/fondos/bullet_naranjo.gif);
}
.tabla table {
	background-color: #F6FBFF;
	width:920px;
	text-align:center;
	margin-top: 5px;
	margin-right: 3px;
	margin-bottom: 5px;
	margin-left: 3px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	
}

th {
	text-align:center;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	padding-right: 3px;
	padding-left: 3px;
	background-color: #DDECE5;
	font-weight:normal;
}
th  a, .tabla td a {
	color: #333333;
}
.tabla table td {
	padding:2px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	text-align: center;
}
.los_ingresos input[type="text"]{
width:67px;
}
.tabla .los_ingresos, .comprobante table{
width:903px;
}
.el_total{
font-size:100%;
font-weight:bold;
color:#FFFFFF;
background-color: #1A517C;
width:100px;
}

.ingreso_actual {
	color: #96462B;
	font-weight: bold;
}
.ingreso_anterior {
	color: #E7A82D;
}
.celda_nombre {
	width: 85px;
}
.celda_agnos {
	width: 30px;
}
.tabla .total_mensual {
	width: 400px;
	float:right;
}
.tabla .total_mensual .ingreso_anterior,  .tabla .total_mensual .fondo_ingresoActual, .tabla .total_mensual th {
text-align:left;
}
.fondo_ingresoActual {
	background-color: #F9EBA8;
}
.postular {
	width: 900px;
	padding-top: 40px;
	font-size: 100%;
	height: 300px;
}
.postular  .clear, .comprobante .clear {
	text-align: center;
	font-size: 110%;
}
.postular input[type="password"]{
padding:3px;
}
.comprobante .clear {
	text-align: center;
	font-size: 110%;
}
.form_registro {
	background-color: #F6FBFF;
	border: 1px solid #CCCCCC;
	margin-top:20px;
	overflow: hidden;
		
}
.form_registro table {
	float: left;
	padding:5px;
	margin-top:30px;
	margin-bottom:10px;
	margin-right: 5px;
	margin-left: 5px;
	width: 400px;
}
.form_registro td {
	padding:2px;	
}
.form_registro .inputTabla {

margin-left:0px;	
}

.espaciador td {
	padding:5px;
}
/*
 * estilos de error
 */

.tabla .error .seleccione_min {
	border: 2px solid #990000;
}

.caja_selecciona_min .error {
	border: 2px solid #990000;
}
.inputTabla .error input {
	border: 2px solid #990000;
}

.inputTabla .error .seleccione {
	border: 2px solid #990000;
}

.tabla .error .caja_selecciona_min {
	border: 2px solid #990000;
}

.inputTabla .error .error_radio {
	border: 2px solid #990000;
}
.error_radio {
	border: 2px solid #990000;
}

.tabla .error input {
	border: 2px solid #990000;
}

.postular .error input {
	border: 2px solid #990000;
}

/* para inscripcion */
.form_registro .error input {
	border: 2px solid #990000;
}

/* parece que ie6 no toma esto */
.error > input {
	border: 2px solid #990000;
}

/*
span.error input[type="password"] {
	border: 2px solid #990000;
}
*/

._error {
	width: 200px;
	height: 400px;
	display: none;
	/*position: absolute; top: 22px; z-index: 1000; font-size:95%; overflow: auto;*/
}

/*nuevos jime*/
.nota {
width:30px;
}

input {
height:20px;
font-size:100%;
font-family:"Trebuchet MS", Helvetica, Arial;
}

.tabla a:hover {
	/* cursor: pointer; */
	background-color: #999999;
}
.bloqueTabla_integrantes{
	width: 910px;
	clear: both;
	background-color: #F6FBFF;
	border: 1px solid #CCCCCC;
	height:60px;
	font-size: 95%;
	padding: 5px;
	margin-top: 5px;
	margin-right: 3px;
	margin-bottom: 5px;
	margin-left: 3px;

}

.tabla .vinculo {
	text-decoration: underline;
	cursor: pointer;
}

.tabla .vinculoIngreso {
	text-decoration: underline;
	cursor: pointer;
}

.ancho_td_ingresos {
	width: 50px;
}

.infoingresos {
	padding: 2px;
	width: 130px;
	font-size: 95%;
	border: 1px solid #666666;
	background-color: #FFFFFF;
	font-family: "Trebuchet MS", Helvetica, Arial;
}
.infoingresos h1 {
	margin-top: 2px;
	margin-bottom: 2px;
	font-size: 110%;
	text-align: center;
	color: #333333;
}
.infoingresos p {
	margin-top: 1px;
	margin-bottom: 1px;
}
