/******** LOGIN ***********/

.divResultado{
	color: red;
	font-size: 20px;
	font-style: italic;
	height: 28px;
}
/******************************

/******** CABECERA **********/

@font-face {
	font-family: 'bpmenu';
	src:url('/siies/fonts/bpmenu/bpmenu.eot');
	src:url('/siies/fonts/bpmenu/bpmenu.eot?#iefix') format('embedded-opentype'),
		url('/siies/fonts/bpmenu/bpmenu.woff') format('woff'),
		url('/siies/fonts/bpmenu/bpmenu.ttf') format('truetype'),
		url('/siies/fonts/bpmenu/bpmenu.svg#bpmenu') format('svg');
	font-weight: normal;
	font-style: normal;
}

body, html { 
	font-size: 100%; 
	padding: 0; 
	margin: 0px;
	height: 100%;
	background: #f2f2f2;
}

a {
	/*color: #f0f0f0;*/
	text-decoration: none;
}

a:hover {
	/*color: #000;*/
}

.clearfix:before, .clearfix:after { 
	content: " "; 
	display: table; 
}
.clearfix:after { 
	clear: both; 
}

.img-logo{ 
	float: left; 
	width: 260px;
	height: 100px;
}

.iconoUsuario{
	font-size: 0;
	vertical-align: bottom;
	margin-right: 10px;
}

.nombre-usuario { 
	text-align: right; 
	margin: 1.5em 0em 0em ; 
	vertical-align: center; 
	font-size: 20px;
}

.nombre-usuario > span a { 
	
}

.nombre-usuario > span a:hover { 
	color: red;
}

.botonSalir{
	font-size: 0;
	margin-left: 20px;
	vertical-align: bottom;
}

.container {
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
}

.container > header {
	width: 95%;
	/*max-width: 80em;*/
	margin: 0 auto;
	padding: 1em 0em 0.2em;
}
 
.container > header h1 {
	font-size: 2.125em;
	line-height: 1.3;
	margin: 0 0 0.6em 0;
	float: left;
	font-weight: 400;
}

.container > header > span {
	display: block;
	position: relative;
	z-index: 9999;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.5em;
	padding: 0 0 0.6em 0.1em;
}

.container > header > span span:after {
	width: 30px;
	height: 30px;
	left: -12px;
	font-size: 50%;
	top: -8px;
	font-size: 75%;
	position: relative;
}

.container > header > span span:hover:before {
	content: attr(data-content);
	text-transform: none;
	text-indent: 0;
	letter-spacing: 0;
	font-weight: 300;
	font-size: 110%;
	padding: 0.8em 1em;
	line-height: 1.2;
	text-align: left;
	left: auto;
	margin-left: 4px;
	position: absolute;
	color: #fff;
	background: #47a3da;
}

.container > header nav {
	float: right;
	text-align: center;

}

.container > header nav a {
	display: inline-block;
	position: relative;
	text-align: left;
	width: 2.5em;
	height: 2.5em;
	background: #fff;
	border-radius: 50%;
	margin: 0 0.1em;
	border: 4px solid #47a3da;
}

.container > header nav a > span {
	display: none;
}

.container > header nav a:hover:before {
	content: attr(data-info);
	color: #47a3da;
	position: absolute;
	width: 600%;
	top: 120%;
	text-align: right;
	right: 0;
	pointer-events: none;
}

.container > header nav a:hover {
	background: #47a3da;
}

/**** CABECERA RESPONSIVE ******/
@media screen and (max-width: 55em) {

	.container > header h1,
	.container > header nav {
		float: none;
		display: block;
		text-align: center;
		
	}
	.container img{
		display: block;
	    margin: auto;
	    float: none;
	}

	.nombre-usuario { 
		text-align: center; 
		margin: 0em 0em 1em;
	}

/*	.phone-link{
		margin: 0em 0em 1em;
	}*/

	.botonSalir{
		font-size: 40px;
		vertical-align: bottom;
	}
	.container > header > span,
	.container > header h1 {
		text-align: center;
	}

	.container > header nav {
		margin: 0 auto;
	}

	.container > header > span {
		text-indent: 30px;
	}
}

/*****************************/

/********** CONTENIDO PRINCIPAL ************/

#main-content {
    background: white;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: 20px;
    margin-right: 20px;
    min-width: 1100px;
    box-shadow: 0 0 10px rgba(0,0,0,.1);
    min-height: 500px;
    
}

.select-style {
    border: 1px solid #ccc;
    width: auto;
    border-radius: 3px;
    overflow: hidden;
    font-size: 20px;
    height: 35px;
   
}

/******************************************/

/********* CEDULA ************/

#fotosAlum{
    max-width: 320px;
    height: 200px;
}

.tamano-div{
	width: 320px;
	height: 200px;
}

#custom-search-input{
    padding: 3px;
    border: solid 1px #E4E4E4;
    border-radius: 6px;
    background-color: #fff;
}

#custom-search-input input{
    border: 0;
    box-shadow: none;
    text-align: center;
}

#custom-search-input button{
    margin: 2px 0 0 0;
    background: none;
    box-shadow: none;
    border: 0;
    color: #666666;
    padding: 0 8px 0 10px;
    border-left: solid 1px #ccc;
}

#custom-search-input button:hover{
    border: 0;
    box-shadow: none;
    border-left: solid 1px #ccc;
}

#custom-search-input .glyphicon-search{
    font-size: 23px;
}


.resultado-consulta table { 
	border-collapse: collapse; 
	text-align: left; 
	width: 100%; 
	overflow: scroll; /* Scrollbar are always visible */
	overflow: auto;   /* Scrollbar is displayed as it's needed */
} 

.resultado-consulta{
	font: normal 12px/150% Arial, Helvetica, sans-serif; 
	background: #fff; 
	 
	border: 3px solid #006699; 
	-webkit-border-radius: 3px; 
	-moz-border-radius: 3px; 
	border-radius: 3px; 
}

.resultado-consulta table td, .resultado-consulta table th { 
	padding: 3px 10px; 
}

.resultado-consulta table thead th {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #006699), color-stop(1, #00557F) );
	background:-moz-linear-gradient( center top, #006699 5%, #00557F 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#006699', endColorstr='#00557F');
	background-color:#006699; 
	color:#FFFFFF; 
	font-size: 15px; 
	font-weight: bold; 
	border-left: 3px solid #0070A8; 
} 

.resultado-consulta table thead th:first-child { 
	border: none; 
}

.resultado-consulta table tbody td { 
	color: #00557F; 
	border-left: 3px solid #E1EEF4;
	font-size: 12px;
	font-weight: normal; 
}

.resultado-consulta table tbody .alt td { 
	background: #E1EEf4; 
	color: #00557F; 
}

.resultado-consulta table tbody td:first-child { 
	border-left: none; 
}

.resultado-consulta table tbody tr:last-child td { 
	border-bottom: none;
}

.boton-general{
	  padding: 5px 14px 5px 14px;
	  color: #FFF;
	  background-color: #003399;
	  font-size: 18px;
	  text-align: center;
	  font-style: normal;
	  border-radius: 5px;
	  min-width: 100px;
	  border: 1px solid #003399;
	  border-width: 1px 1px 3px;
	  box-shadow: 0 -1px 0 rgba(255,255,255,0.1) inset;
	  
	  cursor: pointer;

}
/*****************************/

/********** EVALUACION EXAMEN DE ADMISION *********/

.resultado-consulta table .formato-datos-titulo {
	font-size: 24px;
	height: 40px;
	padding: 5px;
	text-align: center;
}

.resultado-consulta table .formato-datos-contenido {
	font-size: 16px; 
	height: 20px;
}

.divResultadoGeneral{
	font-size: 20px;
	font-style: italic;
	height: 28px;
	text-align: center;
}

.tablaFormulas tr td{
	font-size: 16px;
	text-align: center;
}