/*


	Navegador Académico
	Dirección de Servicios de Informáica y Comunicaciones - DISC
	PONTIFICIA UNIVERSIDAD CATÓLICA DE VALPARAÍSO
	Diseño: e[ad] Escuela de Arquitectura y Diseño PUCV - 2008
	CSS: Pantalla - IExplorer

*/

body{
	width: 100%;
	font: normal .75em/120% 'Roboto', Arial, Helvetica, Sans-serif;
	text-align: center;
	color:#4e4a47;
	background-image:url(img/headerBack.jpg);
	background-repeat: repeat-x;
	background-color: #339fc3;
}

*, form{
	margin: 0;
	padding: 0;
	font-family: 'Roboto', Helvetica, Arial, sans-serif;
}

/***********************************************************************************  ESTRUCTURA ***/


.center{
	width: 950px;
	margin: 0 auto;
	text-align: left;
}

.left{
	display: block;
	float: left;
}
.right{
	display: block;
	float: right;
}
#header .center{
	position: relative;
	height: 120px;
}

#main{
	margin-top: 5px;
	padding-top: 30px;
	background: #FFF;
	padding-bottom: 2em;
}

#main2{
	margin-top: 5px;
	padding-top: 10px;
	padding-left: 15px;
	padding-right: 15px;
	background: #FFF;
	padding-bottom: 2em;
}
#main2 a.print{
	float: right;
	font-family: Verdana;
	font-size: 9px;
	text-decoration: none;
	color: #B1B3AD;
	padding: 0 0.5em 0 3em;
	background-image: url(img/printOff.gif);
	background-repeat: no-repeat;
	background-position: 7px 0;
}

#main2 a.print:hover{
	color: #df5900;
	background-image: url(img/printOn.gif);
}

#content{
	float: right;
	min-height: 200px; 
	width: 660px;
	padding: 15px 15px 0px 10px;
}

#sidebar{
	float: left;
	width: 245px;
	/*border-top: 1px dotted #999;*/
	margin-right: 5px;
	/*background-image: url(img/sidebarShadow.jpg);*/
	/*background-position: top right;*/
	/*background-repeat: no-repeat;*/
	background-color: #f7f7f9;
	border: 1px solid #e1e1e8;
	min-height: 400px;
}

#footer{
	padding: 1.5em;
	border-top: 1px solid #CCC;
}

h1{
	font: 'Roboto', normal Arial, Helvetica, sans-serif;
	color: #FFF;
	font-size: 2.7em;
	font-weight: normal;
}

h2{
	font-style: normal;
	font-weight: 500;
	font-size: 2.3em;
	margin: 0 0 20px 0;
	color: #E87E04;
	line-height: 30px;
}

h3{
	color: #29588c;
	font-weight: normal;
	font-size: 1.4em;
	margin: 15px 0 15px 0;
	line-height: 18px;
}

h4{
	font-size: 1.1em;
	margin: 15px 0 3px 0;
	color: #000;
	line-height: 18px;
}

p{
	font: 'Roboto', normal 1em Helvetica, Arial, sans-serif;
	color: #333;
	line-height: 1.5em;
	margin-bottom: 15px;
}

a{
	color: #4C8FD3;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

ol li{
	text-indent:10px;
	padding-bottom:20px;
	text-align:justify;
}
ul li{
	list-style: none;
}
ul li.circuloDentro{
	list-style:circle inside; 
}

table{
	width: 100%;
	margin-bottom: 30px;
	border-collapse: collapse;
}

table td{
	padding: 4px;
	vertical-align: top;
	line-height: 15px;
}

#content hr{
	border: 0;
	height: 2px;
	background-color: #F2F5F7;
}

/***********************************************************************************  header ***/

/*------------------------------------- Top */
#top{
	float: right;
	margin-top: 5px;
	/*text-transform: capitalize;*/
}

#top li{
    margin: 0 6px 0 0;
	padding: 0 6px 0 0;
	line-height: 100%;
	border-right: 1px solid #CCC;
	color: #fff;
	font-size: .90em;
	font-family: 'Roboto', Verdana, Arial, Helvetica, sans-serif;
}

#top a{
	color: #FFF;
	font-family: inherit;
}

#top li.last{
	border-right: none;
}

/*------------------------------------- Titulo */

#header{
	background-image: url(img/logoPUCV-header.png);
	background-repeat: no-repeat;
	background-position: 70% 30%;
}

#header h1{
    position: absolute;
	bottom: 45px;
	left: 0;
	line-height: 180%;
}

#header h1 span{
	display: none;
}

#header h1 a{
	display: block;
	width: 388px;
	height: 41px;
	background-image: url(img/isoNA.png);
	background-repeat: no-repeat;
}

#header h1 span.ImgHeaderAdmUsu{
	display: block;
	width: 950px;
	height: 50px;
	margin: 0 auto;
	background-image: url(img/admin_user_Hader.png);
	background-repeat: no-repeat;
}

#header h1 span.ImgHeaderPostulaciones{
	display: block;
	width: 950px;
	height: 50px;
	margin: 0 auto;
	background-image: url(img/postulaciones_Header.png);
	background-repeat: no-repeat;
}


#header2{
	display: none;
}
/*------------------------------------- Menu */
#header ul li{
	float: left;
    list-style: none;
}

#menu{
	position: absolute;
	bottom: -5px;
	margin-left: 0px;
	font-weight: 500;
}

#menu li{
	margin-right: 4px;
}

#menu li a, #menu li.inicio a{
    display: block;
	text-transform: uppercase;
	padding: 15px 1px 10px 16px;
	font-size: 1.1em;
	text-decoration: none;
	color: #4e4a47;
}

#menu li a:hover{
	color: #666;
}

#menu li.acti a{
	color: #df5900;
	background-color: #FFF;
	/*border-top: 1px solid #B1B3AD;*/
	border-left: 1px solid #B1B3AD;
	border-right: 1px solid #B1B3AD;
	border-bottom: 1px solid #FFF;
	
}

#menu li.inicio a{
	display: block;
	width: 11px;
	height: 12px;
	background-image: url(img/inicio.gif);
	background-repeat: no-repeat;
	background-position: 50% 53%;
}

#menu li.inicio a{
	padding: 15px 10px 13px 10px;
}
#menu li.inicio a:hover {
	background-image: url(img/inicioOver.gif);
}

#menu li.inicio.acti a{
	background-image: url(img/inicioActi.gif);
}

#menu li.inicio span, #menu li.inicio.acti span{
	display: none;
}

/****************************************************************************  MAIN ***/
/*****************************************  Sidebar ***/

#submenu li{
	display: block;
	line-height: 16px;
	padding: 9px;
	color: #29588c;
	font-weight: 500;
	text-decoration: none;
	/*border-bottom: 1px dotted #999;*/
	font-size: 1.3em;
	
}

#submenu li:hover{
	background-image: url(img/submenuOver.gif);
	background-repeat: repeat-y;
}

#submenuDetalle li:hover{
	background-image: none;
}

#submenu li.acti{
	background-image: url(img/capsulaBack.jpg);
	background-repeat: repeat-x;
	line-height: 16px;
}


#submenu li.acti:hover {
	background-image: none;
	background-color: #405677;
}

#submenu li.acti a{
	color: #FFF;
	font-weight: bold;
}

#submenu li.acti a:hover{
	color: #FFF;
}

#submenu li a{
	display: block;
	line-height: 16px;
	color: #666;
	text-decoration: none;
}

#submenu li a:hover{
	color: #df5900;
}

#submenu li a:active{
	color: #FFF;
	text-decoration: none;
}
/*******************************  Submenu Detalle ***/
#submenuDetalle{
	/*background-image: url(img/submenuDetalleBack.png);*/
	background-position: bottom right;
	/*background-repeat: no-repeat;*/
	padding: 5px 0px 5px 15px;
	border-bottom: 1px solid #e1e1e8;
}

#submenuDetalle li{
	font-size: 1em;
	border: none;
	font-weight: normal;
	padding: 0;
}

#submenuDetalle li a{
    background-image: url(img/sidebarBulletGray.jpg);
	background-repeat: no-repeat;
	background-position: left 50%;
	padding: 5px 0px 5px 15px;
	color: #666;
}

#submenuDetalle li a:hover{
	color: #E87E04;
	background-image: url(img/sidebarBulletActi.jpg);
	background-repeat: no-repeat;
	background-position: left 50%;
}

#submenuDetalle li.acti a:hover{
	color: #E75900;
}

#submenuDetalle li.acti{
	font-weight: bold;
	background-image: none;
}

#submenuDetalle li.acti:hover{
	background-color: inherit;
}

#submenuDetalle li.acti a{
	background-image: url(img/sidebarBulletActi.jpg);
	background-repeat: no-repeat;
	background-position: left 50%;
	color: #E87E04;
}

/*******************************  Banner ***/
.banner{
	position: relative;
	width: 240px;
	height: 100px;
	background-color: #CCC;
	margin: 10px 0 10px 0;
}
/***********************************************************  Content ***/

/*******************************  Div ***/
#OvPreinscripcion {
	overflow:auto; 
	height:420px; 
	overflow-x: hidden; 
}
#OvInscripcion {
	overflow:auto; 
	min-height:0px;
	max-height:200px;
	//height:200px; 
	overflow-x: hidden; 
}
/****************************************/

/*******************************  Tablas ***/
#content a.accion_pagina{
	float: right;
	font-family: Verdana;
	font-size: 9px;
	text-decoration: none;
	color: #B1B3AD;
	padding: 0 0.5em 0 3em;
	background-repeat: no-repeat;
	background-position: 7px 0;
}
#content a.accion_pagina.print{
	background-image: url(img/printOff.gif);
}
#content a.print{
	float: right;
	font-family: Verdana;
	font-size: 9px;
	text-decoration: none;
	color: #B1B3AD;
	padding: 0 0.5em 0 3em;
	background-image: url(img/printOff.gif);
	background-repeat: no-repeat;
	background-position: 7px 0;
}

#content a.print:hover{
	color: #df5900;
	background-image: url(img/printOn.gif);
}
a.libro{
    float: right;
    font-family: Verdana;
    font-size: 9px;
    text-decoration: none;
    color: #B1B3AD;
    padding: 0 0.5em 0 3em;
    background-image: url(img/libro.jpg);
    background-repeat: no-repeat;
    background-position: 7px 0;
    background-size: 15px;
}
#content form{
	width: 700px;
}

table strong{
	color: #000;
}

table a{
	color: #4c8fd3;
	text-decoration: underline;
}

table a:hover{
	color: #df5900;
}

.tablaFicha, .tablaAlumno, .tablaGeneral, .tablaImpriPeq{
	font-size: 1em;
	line-height: 15px;
	margin-bottom: 15px;
	border-collapse: separate;
	width: auto;
}

td.label{
	font-weight: bold;
	text-align: right;
	background-color: #F2F5F7;
	
}

tr.color{
	background-color: #F2F5F7;
}

tr.color2{
	background-color: SILVER;
}

td.color{
	background-color: #FFF;
}

td.color2{
	background-color: SILVER;
}

span.obligatorio{
	color: #E87E04;
}

tr.tablaTitulo, tr.tablaTituloOrden, td.tablaTitulo{
	/*background-image: url(img/capsulaBack.jpg);*/
	/*background-repeat: repeat; */
	text-align: left;
	color: #FFF;
	background-color: #29588c;
	font-weight: 500;
}



tr.tablaTitulo td{
	color: #FFF; 
	text-transform: uppercase;
	padding-left: 5px;
}

tr.tablaTitulo th{
	color: #FFF; 
	text-transform: uppercase;
	padding: 3px;
}
td.tablaTitulo2{
	background-image: url(img/capsulaBack.jpg);
	text-transform: uppercase;
	font-weight: bold;
	background-repeat: repeat; 
	text-align: left;
	color: #FFF;
}

tr.tablaTituloOrden td{
	text-transform: uppercase;
	padding-left: 5px;
}

tr.tablaTituloOrden td a{
	color: #FFF;
	text-decoration: none;
}

tr.tablaTituloOrden td a:hover{
	text-decoration: underline;
}

tr.tablaTituloOrden td a.acti{
	font-weight: bold;
	background-image: url(img/iconoAbajo.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 12px;
}

td.tablaSubtitulo{ 
	color: #405677;
	font-size: 1.1em;
	line-height: 20px;
	font-family: Helvetica, Arial, sans-serif;
}

td.tablaLeyenda{
	width: auto;
	color: #5979A8;
	font-size: .9em;
	text-align: left;
	/*text-transform: lowercase;*/
	margin: 15px 0 15px 0;
	border-top: 2px solid #F2F5F7;
	border-bottom: 2px solid #F2F5F7;
}

td.tablaNumero{
	text-align: center;
}
td.tablaIzquierda{
	text-align: left;
}

td.tablaDerecha{
	text-align: right;
}

a.linkEliminar{
	float: right;
}

table.borde{
	border: 1px solid #CCC;
}

table.borde td{
	height: 24px;
	border: 1px solid #CCC;
}

table.roster{
	font-size: 0.8em;
	/*text-transform: capitalize;*/
}

table.mapa h3{
	color: #4c8fd3;
}


table.mapa li a{
    background-image: url(img/sidebarBulletGray.jpg);
	background-repeat: no-repeat;
	background-position: left 50%;
	line-height: 200%;
	padding: 7px 0px 7px 15px;
	color: #666;
	text-decoration: none;
}

table.mapa li a:hover{
	color: #E75900;
	background-image: url(img/sidebarBulletActi.jpg);
	background-repeat: no-repeat;
	background-position: left 50%;
}

.tablaBorde {
	border: 1px solid #000000;
}

/*******************************  Buscadores ***/

#buscador .label{
	text-align: right;
}

#buscador tr{
	height: 35px;
}

input{
	width: auto;
	padding: 1px 3px;
	font-size: .9em;	
}

textarea{
	width: auto;
	padding: 1px 3px;
	font-size: .9em;	
}

input.boton, input.botonSolo{
	width: auto;
	/*float: right;*/
	/*margin-right: 100px;*/
	background-color: #E87E04;
	border: 1px solid #E87E04;
	padding: 3px;
	color: #FFF;
	font-weight: bold;
	font-size: 14px;
	border-radius: 4px;
	line-height: 1.5;
}

input.botonDisabled{
	width: auto;
	/*float: right;*/
	/*margin-right: 100px;*/
	background-color: #df5900;
	border: 1px solid #E87E04;
	padding: 3px;
	color: #999;
	font-weight: bold;
	font-size: 14px;
	border-radius: 4px;
	line-height: 1.5;
}
input.botonSolo {
	float: left;
	margin-right: 100px;
}

input.boton:hover, input.botonSolo:hover{
	background-color: #FFA631;
	border-color: #FFA631;
}

input.botonPaso {
	background-image: url(img/capsulaBack.jpg);
	border: none;
	width: auto;
	margin: 0;
	background-color: #5979a8;
	padding: 3px;
	color: #FFF;
	font-weight: bold;
	font-size: 14px;
	float: none;
}


input.botonPaso:hover{
	width: auto;
	background-image: none;
	background-color: #405677;
	padding: 3px;
	color: #FFF;
	font-weight: bold;
	font-size: 14px;
}

.obligatorio{
	color: #E75900;
}

input.disabled{
	color: #666;
}


/********************************* Validacion formulario buscador ( actividad )*/
.tesis, .practica, .idioma, .academica, .extracurricular { 
	display: none;
}
label.error {
	background: #feffda;
	margin: 0px; 
	color: #91822f;
	text-align: center;
}
label.success {
	background: #feffda;
	margin: 0px;
	color: #91822f;
	text-align: center;
}
.capitalize{
	text-transform: capitalize;
}
.uppercase{
	text-transform: uppercase;
}

/*** Agregado por Patricio Schmidt 24-10-2012 **/
.lowercase
{
	text-transform: lowercase;
}
/*******************************  Ficha Alumno ***/
#fotoAlumno{
	float: right;
	clear: none;
}

/****************************** Estilos de textos ***************/
.lineaSuperior {
	border-top: 1px solid #000000;
	border-right: 1px none #000000;
	border-bottom: 1px none #000000;
	border-left: 1px none #000000;
	/*font-family: Verdana, Arial, Helvetica, sans-serif;*/
	/*//font-size: 10px;
	//font-weight: bold;*/
}

/*************************** Estilos de impresión para el content *********/
.ocultarImpresion{
    display: inline;
}

.mostrarImpresion{
    display: none;
}

/*******************************  ¨ªconos pdf y carta ***/

#content ul.iconos{
	margin-bottom: 20px;
}

#content ul.iconos li{
	display: inline;
	margin-right: 10px;
}

#content li a.iconoPagina{
	line-height: 25px;
	display: inline-block;
	height: 25px;
	background-image: url(img/iconoDoc.gif);
	background-repeat: no-repeat;
	background-position: center left;
	padding-left: 17px;
}

#content li a.iconoPdf{
	line-height: 25px;
	display: inline-block;
	height: 25px;
	background-image: url(img/iconoPdf.gif);
	background-repeat: no-repeat;
	background-position: center left;
	padding-left: 20px;
}

/*******************************  ¨ªconos visto, cruz, m¨¢s y menos, colores ***/

.iconoVisto{
	font-size: 0.8em;
	display: block;
	margin: 0 5px 0 5px;
	background-image: url(img/iconoVisto.gif);
    background-repeat: no-repeat;
    padding: 0 0 0 17px;
    height: 16px;
    color: #75911f;
}

.iconoCruz{
	font-size: 0.8em;
	display: block;
	margin: 0 5px 0 5px;
	background-image: url(img/iconoCruz.gif);
    background-repeat: no-repeat;
    padding: 0 0 0 17px;
    height: 16px;
    color: #be5004;
}
.iconoAlerta{
	font-size: 0.8em;
	display: block;
	margin: 0 5px 0 5px;
	background-image:  url(img/iconoAlerta.jpg);
    background-repeat: no-repeat;
    padding: 0 0 0 17px;
    height: 16px;
    color: #000000;
}
.icono{
	font-size: 0.8em;
	display: block;
	margin: 0 5px 0 5px;
    background-repeat: no-repeat;
    padding: 0 0 0 17px;
    height: 16px;
    color: #75911f;
}
.iconoExcel{
	display: block;
	margin: 0 5px 0 5px;
	background-image: url(img/iconoExcel.gif);
    background-repeat: no-repeat;
    padding: 0 0 0 17px;
    height: 16px;
   
}

/**
 *  Agregado por Patricio Schmidt 27-02-2013.
 */
.iconoPdf{
	display: block;
	margin: 0 5px 0 5px;
	background-image: url(img/iconoPdf.gif);
    background-repeat: no-repeat;
    padding: 0 0 0 17px;
    height: 16px;
}
/** Fin modificación */

.iconoEditarPrograma{
	/*ine-height: 30px;*/
	display: inline-block;
	background-image: url(../imagen/programacion_asignatura/icono_editar_programa.png);
	background-repeat: no-repeat;
	background-position: center;
	padding-left: 25px;
	padding-bottom:30px;

}
.iconoDescargarPrograma{
	/*ine-height: 30px;*/
	display: inline-block;
	background-image: url(../imagen/programacion_asignatura/icono_descargar_programa.png);
	background-repeat: no-repeat;
	background-position: center;
	padding-left: 25px;
	padding-bottom:30px;

}
.iconoEliminarPrograma{
	/*ine-height: 30px;*/
	display: inline-block;
	background-image: url(../imagen/programacion_asignatura/icono_eliminar_programa.png);
	background-repeat: no-repeat;
	background-position: center;
	padding-left: 25px;
	padding-bottom:30px;

}
.iconoAgregarPrograma{
	/*ine-height: 30px;*/
	display: inline-block;
	background-image: url(../imagen/programacion_asignatura/icono_agregar_programa.png);
	background-repeat: no-repeat;
	background-position: center;
	padding-left: 25px;
	padding-bottom:30px;

}
.iconoEditarContenido{
	/*ine-height: 30px;*/
	display: inline-block;
	background-image: url(../imagen/programacion_asignatura/icono_editar_contenido.png);
	background-repeat: no-repeat;
	background-position: center;
	padding-left: 25px;
	padding-bottom:30px;

}
.iconoDescargarContenido{
	/*ine-height: 30px;*/
	display: inline-block;
	background-image: url(../imagen/programacion_asignatura/icono_descargar_contenido.png);
	background-repeat: no-repeat;
	background-position: center;
	padding-left: 25px;
	padding-bottom:30px;

}
.iconoEliminarContenido{
	/*ine-height: 30px;*/
	display: inline-block;
	background-image: url(../imagen/programacion_asignatura/icono_eliminar_contenido.png);
	background-repeat: no-repeat;
	background-position: center;
	padding-left: 25px;
	padding-bottom:30px;

}
.iconoAgregarContenido{
	/*ine-height: 30px;*/
	display: inline-block;
	background-image: url(../imagen/programacion_asignatura/icono_agregar_contenido.png);
	background-repeat: no-repeat;
	background-position: center;
	padding-left: 25px;
	padding-bottom:30px;

}

.iconoReloj{
	font-size: 0.8em;
	display: block;
	margin: 0 5px 0 5px;
	background-image: url(img/iconoReloj.gif);
    background-repeat: no-repeat;
    padding: 0 0 0 20px;
    height: 16px;
    color: #75911f;
}

.iconoFlecha{
	font-size: 0.8em;
	display: block;
	margin: 0 5px 0 5px;
	background-image: url(img/flecha.png);
    background-repeat: no-repeat;
    padding: 0 0 0 17px;
    height: 16px;
    color: #75911f;
}

.reloj-arena{
	background-image: url(img/reloj-arena.png);
    color: #75911f;
}
.visto{
	background-image: url(img/iconoVisto.gif);
    color: #75911f;
}
.cruz{
	background-image: url(img/iconoCruz.gif);
    color: #be5004;
}
.alerta{
	background-image:  url(img/iconoAlerta.jpg);
    color: #000000;
}

.download{ 
	background-image:  url(img/icono_descargar_contenido.png);  /* azul */
    color: #000000;
}
.descargar-contenido{ 
	background-image:  url(img/icono_descargar_contenido.png);  /* azul */
    color: #000000;
}
.descargar-programa{ 
	background-image:  url(img/icono_descargar_programa.png); /* naranjo */
    color: #000000;
}
.oculto{
	display:none;
}

/***********	Barra de avance 	************/
.barraAvance{
	width: 90%;
	padding: 1px;
}
.barraAvance_header{
	border: 1px solid white;
}
.barraAvance_0_75{
	background: #9BBB59; 
	/* background: #cd5c5c;   rojo */
}
.barraAvance_76_99{
	background: #9BBB59;
	/* background: #FFDc05;  amarillo */
}
.barraAvance_100{
	background: #9BBB59; /*  verde */
}

.mnsj_oculto{
	display:none;
}

a.linkEnTitulo{
	font-family: Verdana, sans-serif;
	font-weight: normal;
	color: #FFF;
	background-color: #4C8FD3;
	border: 1px solid #5979a8;
	text-transform: uppercase;
	letter-spacing: 0.3ex;
	padding: 1px 3px 1px 3px;
	font-size: 9px;
	margin: 0 0 0 1em;
}

a.linkEnTitulo:hover {
	border-color: #df5900;
	border-width: 1px;
	border-style: solid;
	text-decoration: none;
	color: #FFF;
	background-color: #df5900;

}
a.iconoMas{
	background-image: url(img/iconoMas.gif);
	height: 14px;
	width: 14px;
	padding-top: 2px;
	background-repeat: no-repeat;
	background-position: center left;
	padding-left: 20px;
}

.abrev{
	color: #4c8fd3;
	font-weight: bold;
}

.rojo{
	color: #be5004;
}

.verde{
	color: #75911f;
}

.azul{
	color: #154185;
}

.gris{
	color: #666666;
}

.naranjo{
	color: #FFA500;
}

.rojo_puro
{
	color: #FF0000;
}

.borde_blanco{
	border:1px solid  #FFFFFF; 
	background: #FFFFFF;
}

.normal{
	font-size: inherit;
}
.small{
	font-size: smaller;
}
h3 span.fecha-actualizado, span.fecha-actualizado{
/* Rmunoz 15:15 16-08-2012 EXALUMNOS */
	font-size: small;
}
/*******************************  Links anterior y siguiente ***/

#paginacion{
	font-weight: bold;
	color: #405677;
	font-size: 0.75em;
	text-transform: uppercase;
	letter-spacing: 0.3ex;
	margin: 0 auto;
	text-align: center;
}

#paginacion li{
	display: inline;
	padding: 1ex 3ex 1ex 3ex;
}


li.anterior{
	padding: 1ex 3ex 1ex 12px;
	background-image: url(img/flechaAnterior.gif);
	background-repeat: no-repeat;
	background-position: left 35%;
}

li.siguiente{
	padding: 1ex 12px 1ex 3ex;
	background-image: url(img/flechaSiguiente.gif);
	background-repeat: no-repeat;
	background-position: right 35%;
}

#paginacion a{
	font-weight: normal;
	color: #4C8FD3;
	margin: 2ex 0 0 0;
}



#paginacion a:hover{
	color: #df5900;
	text-decoration: none;
}
/*******************************  POP UP ***/

.popup { 
	text-align: left; 
	margin-left:30px; 
	background:#FFFFFF; 
	/* min-width: 500px; */
}
.ui-dialog-content .popup { 
	text-align: left; 
	margin:0px; 
	background:#FFFFFF; 
	/* min-width: 500px; */
}

.popup .label { 
	width: 180px;
}
.popup .boton{ 
	position: absolute; 
	right: 100px; 
	width: 120px; 
	display: block; 
}
.popup input.botonSolo{  
	width: auto;
	float: left; 
	margin-right: 10px; 
	background-color: #df5900;
	border: 1px solid #E75900;
	padding: 3px;
	color: #FFF; 
	/* font-size: 14px;
	font-weight: normal; */
	
}

/*******************************  Cuadro amarillo ***/
#cuadroAmarillo{
	width: 90%;
	background-color: #feffda;
	border: 1px solid #dcce7f;
	padding: 1em;
}

#cuadroAmarillo p{
	margin: 0;
	color: #91822f;
	font-size: 1.2em;
	text-align: center;
}
.cuadroAmarillo{
	width: 90%;
	background-color: #feffda;
	border: 1px solid #dcce7f;
	padding: 1em;
}

.cuadroAmarillo p{
	margin: 0;
	color: #91822f;
	font-size: 1.2em;
	text-align: center;
}

/* agregado por Marcelo Aranda al 21-09-2011 para mostrar mensajes con textos importantes */
#cuadroAlerta{
	width: 90%;
	margin: 10px 0px 10px 0px;
	border: 1px solid #000000;
	padding: 1em;
}

#cuadroAlerta p{
	margin: 0;
	color: #be5004;
	font-size: 1.2em;
	text-align: center;
}

.cuadroAlerta{
	width: 90%;
	margin: 10px 0px 10px 0px;
	border: 1px solid #000000;
	padding: 1em;
}

.cuadroAlerta p{
	margin: 0;
	color: #be5004;
	font-size: 1.2em;
	text-align: center;
}

/*******************************  Listas ***/
ul.lista li{
	background-image: url(img/iconoLista.gif);
	background-repeat: no-repeat;
	background-position: left;
	text-indent: 12px;
	line-height: 25px;
}


/***********************************************************************************  FOOTER ***/
#footer{
	/*background-image: url(img/footerBack.jpg);*/
	background-repeat: repeat-x;
	background-color: #339fc3;
	height: 100px;
	color: #fff;
	line-height: 160%;
	overflow: hidden;
	font-size: 0.8em
}


#footer a{
	color: #FFF;
	text-decoration: none;
	font-weight: 500;
}
#footer strong{
	color: #EEE;
}
#footer a:hover{
	text-decoration: underline;
}
#footer a.pucv span{
	display: none;
}

#footer a.pucv {
   display: inline-block;
   width: 213px;
   height: 90px;
   background-image: url(img/logoPUCV.png);
   background-repeat: no-repeat;
   border-right: 1px solid #FFF;
   padding: 0 30px 0 0;
}

#footer .creditos{
	font-family: Verdana, sans-serif;
	display: block;
	width: 670px;
	vertical-align: middle;
	padding: 2.2em 0 0 0;
	margin: 0;
}

/***********************************************************************************  HOME  ***/

#home{
	background-color: #FFF;
}
#cajaLogin{
	background-image: url(img/cajaLoginBack.jpg);
	background-repeat: repeat-x;
	background-color: #FFF;
}

#cajaLogin .fachada{
	/*background-image: url(img/fachada.png);*/
	background-repeat: no-repeat;
	background-position: bottom;
	background-color: transparent;
	width: 842px;
	height: 200px;
	margin: 0 auto;
}

#cajaLogin h1{

	padding: 15px 0 0 0;
	background-image: url(img/fachadaSombra.jpg);
	background-repeat: repeat-x;
	background-color: transparent;
}

#cajaLogin h1 a{
	display: block;
	width: 950px;
	height: 50px;
	margin: 0 auto;
	background-image: url(img/navegadorHome.jpg);
	background-repeat: no-repeat;
}

#cajaLogin h1 span{
	display: none;
}
#cajaLogin h1 span.ImgIndexAdmUsu{
	display: block;
	width: 950px;
	height: 50px;
	margin: 0 auto;
	background-image: url(img/admin_user_Home.png);
	background-repeat: no-repeat;
}
/*Agregado por Arnoldo Vidal, 10-11-2011 para formato del cnsultor de usuarios para soporte
*/
#header h1 span.ImgIndexPorWifi{
	display: block;
	width: 950px;
	height: 50px;
	margin: 0 auto;
	background-image: url(img/isoNA_portalwifi.png);
	background-repeat: no-repeat;
}
/*---------------*/

/*Agregado por Arnoldo Vidal, 07-09-2011 para formato del cnsultor de usuarios para soporte
*/
#cajaLogin h1 span.ImgIndexConUsu{
	display: block;
	width: 950px;
	height: 50px;
	margin: 0 auto;
	background-image: url(img/consultor_user_Home.png);
	background-repeat: no-repeat;
}
/*---------------*/
#cajaLogin h1 span.ImgIndexPostulaciones{
	display: block;
	width: 950px;
	height: 50px;
	margin: 0 auto;
	background-image: url(img/postulaciones_Home.png);
	background-repeat: no-repeat;
}


#ads{
	float: left;
	width: 245px;
	margin-right: 5px;
	min-height: 200px;
}

#formLogin{
	width: 100%;
	color: #182746;
	/*background-image: url(img/formLoginSombra.jpg);*/
	background-repeat: repeat-x;
	background-position: bottom;
	font-size: 1.3em;
	overflow: hidden;
}


#formLogin input.inputHome{
}

#formLogin input.inputDigito{
	width: 15px;
}


#login{
	padding: 5px 0 30px 0;
	width: 1100px;
	margin: 0 0 30px 10%;
	background-repeat: no-repeat;
}


#login td{
	vertical-align: middle;
	text-align: left;
}

#login .labelHome{
	text-align: right;
}


#login td.pregunta a{
	color: #4C8FD3;
	font-size: 12px;
	margin: 50%;
}



#login input.boton{
	text-transform: uppercase;
	margin: 0 250px 0 0;
	padding: .8ex .8ex .5ex .8ex;
}


#noticia{
	padding: 25px 15px 0 20px;
	background-repeat: repeat-x;
}

h2.home{
	font-size: 2em;
	color: #91822F;
	line-height: 10px;
}
p.noticia{
	font-size: 1.2em;
	color: #666;
	margin-bottom: 35px;
}
p.noticiaFecha{
	color: #DFB931;
	font-style: italic;
	font-weight: bold;
	line-height: 0px; 
	font-size: 1.1em;
}
p.informacion{
	font-size: 0.9em;
	color: #666;
	margin-bottom: 30px;
}

/*El objeto habilitado*/
input.inputDesahilitado{
	width: auto;
	padding: 1px 3px;
	font-size: .9em;	
}
/*El objeto deshabilitado color rojo*/
.inputDesahilitado:disabled {
	background-color: #D8D8D8;
	border: 1px solid #A4A4A4; 
} 

.inputDesahilitado[readonly] {
	background-color: #D8D8D8;
	border: 1px solid #A4A4A4;
}

/***********************************************************************************  AUXILIARES  ***/

/*************************************************************************************/
/*------------------------------------- Clear Fix */
.cf:after{
	display: block;
	content: ".";
	height: 0;
	clear: both;
	visibility: hidden;
}
/* Hides from IE-mac \*/
* html .cf{
	height: 1%;
}
/* End hide from IE-mac */

.min120 {
	width:120px; 
	min-width:120px;
}
.300px {
	width:300px; 
	min-width:300px;
}
/*------------------------------------- width en porcentaje */
.w2{ width: 2%; }
.w5{ width: 5%; }
.w6{ width: 6%; }
.w7{ width: 7%; }
.w8{ width: 8%; }
.w9{ width: 9%; }
.w10{ width: 10%; }
.w12{ width: 12%; }
.w14{ width: 14%; }
.w15{ width: 15%; }
.w20{ width: 20%; }
.w25{ width: 25%; }
.w30{ width: 30%; }
.w35{ width: 35%; }
.w40{ width: 40%; }
.w50{ width: 50%; }
.w60{ width: 60%; }
.w70{ width: 70%; }
.w75{ width: 75%; }
.w80{ width: 80%; }
.w90{ width: 90%; }
.w95{ width: 95%; }
.w98{ width: 98%; }
.w100{ width: 100%; }


.botonera_derecha {
    float: right;
    margin-bottom: 0em;
    margin-top: 0em;
    text-align: right;
    width: 56em;
}


#arbol_espacios li
{
	text-align: left;
}

.btn_agr_elemento
{
	background-color: silver;
	border: 2px gray dashed;
	cursor: pointer;
	height: 2em;
}

.btn_agr_elemento:hover
{
	background-color: gray;
	border: 2px silver dashed;
	cursor: pointer;
	height: 2em;
}

/**
 *  Agregado por Patricio Schmidt 20-10-2012
 */
.fh1
{
	font-size: 1.5em;
}

.fh2
{
	font-size: 1.2em;
}

.fh3
{
	font-size: 1.0em;
}

.fh4
{
	font-size: 0.733em;
}

.clase_grafico 
{
	width:24em;
	text-align:right!important;
	padding:0.4em;
	border:1px dashed #ccc;
	line-height:120%
}

.clase_grafico_invertido
{
	width:24em;
	text-align:right!important;
	padding:0.4em;
	border:1px dashed #ccc;
	line-height:120%
}

.tabulado 
{
	text-indent: 1.5em;
}

.texto_negrita
{
	font-weight: bold;
}	
/** Fin agregado **/

