* {
	font-family: "Raleway", Helvetica, Arial, sans-serif;
}
body {
	background-color: #fff;
}
img {
	border:0;
	}
th {
	text-align: left;
	text-transform:capitalize;
	text-decoration: none;
	}
td {
	vertical-align:top;
	}

#login {
	margin-left: auto;
	margin-right: auto;
	margin-top: 50px;
	margin-bottom: 200px;
	width:300;
}
.becado {
	padding-bottom: 5px;
	padding-right: 5px;
	margin-right: 5px;
	float: left;
	} 
.busqueda {
	float: right;
	padding-bottom: 5px;
	padding-right: 5px;
	margin-right: 5px;
	}
.bus_left {
	float: left;
}
.bus_right {
	float: right;
}
.bus_tit {
	margin: 0px;
	width: 100%;
	font-size: 10px;
	font-weight: lighter;
}
.porcentaje { 
	font-size: 2em;
	color: 	rgb(255,0,0);
}
input.boton_busqueda { 
	position:absolute; 
	right:4px; 
	top:2px; 
	background:url(/images/buscar.png) no-repeat 1px 1px; 
	color:rgb(15,142,182); 
	border:none; 
	font-style:normal !important; 
	font-weight:bold; 
	width:15px !important; 
	height:15px; 
	padding:0;
	cursor:pointer;  
	}
.clear { 
	clear:both; 
	height:0px; 
}
.tabs-nav {
	width:100%;
}
.ui-tabs-panel {
    border-top: 1px solid #97a5b0;
    border-bottom: 1px solid #97a5b0;
		border-left: 1px solid #97a5b0;
		border-right: 1px solid #97a5b0;
    xpadding: 1em 8px;
    background: #FFFFFF; /* declare background color for container to avoid distorted fonts in IE while fading */
    min-height: 400px;
    overflow: auto;
}

h1,h2,h3 
{
/*	text-transform: uppercase;*/
	text-align: center;
}

.Titulote
{
	color: black;
	font-size: 28px;
	font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
}

.resaltado
{
	background: pink;
	font-weight: bold;
}

.punteado {
	border-bottom: 1px dashed #cccccc;
}

.scrolldiv {
	overflow: auto;
	width: 90%;
	margin: 0 auto;
	border: 1px solid #DFA73A;
}
}

@media print {
    .scrolldiv {
        overflow: none;
    }
}
.w200 { 
	width: 200px !important; 
	
	}

.alerta {
	color: red;
	font-size: 1.3em;
}


.bg_I{
	background-color: yellow;
}
.bg_M {
	background-color: green;
}
.bg_A {
	background-color: pink;
}
.bg_E {
	background-color: gray !important;
}
.aviso {
	width: 60%;
	margin: 0 auto;
	border: 1px solid #DFA73A;
	margin-bottom: 5px;
	overflow: auto;
	padding: 10px;
}

.aviso.par {
	background: #FDF4E3;
}
.aviso.impar {
	background: #f7f7f7;
}
.aviso img {
	float: left;
	width: 80px;
	margin: 5px;
	margin-right: 15px;
	border: 1px solid #eeEEee;
	padding: 4px;
	background: white;
}

.aviso h2 {
	margin-top: 0px;
	margin-bottom: 0px;
	text-decoration: none;
}
.aviso p {
	margin-top: 0px;
	margin-bottom: 0px;
}
.aviso a {
	text-decoration: none;
}

.aviso span {
	/* float: left;*/
	font-size: 0.8em;
	margin: 5px;
	color: gray;
}


.veraviso {
	width: 60%;
	margin: 0 auto;
	border: 1px solid #DFA73A;
	margin-bottom: 5px;
	overflow: auto;
	padding: 10px;
}

.veraviso img {
	margin: 5px;
	margin-right: 15px;
	max-width: 250px;
	float: left;
}
.aviso hr {
	border: 1px dashed #eeeeee;
	margin: 0px;
}

.veraviso h2 {
	margin-top: 0px;
	margin-bottom: 0px;
	text-decoration: none; 
}
.veraviso p {
	margin-top: 0px;
	margin-bottom: 0px;
}
.veraviso a {
	text-decoration: none;
}
.veraviso hr,  {
	border: 1px dashed #eeeeee;
}

.maschico {
	font-size: 0.8em;
}

.botonera_srmc {
	float: right;
	border: 1px solid #DFA73A;
	margin: 15px;
	overflow: auto;
	padding: 10px;
	background: #FDF2D7;
}

.botonera_srmc img {
	margin: 10px;
}

.titulo_srmc {
	font-size: 25px;
	text-align: center;
	/*float: right; */
	margin: 0 auto;
	margin-top: 25px;
}

.srmc_resumen {
	float: left;
	margin: 15px;
}
.srmc_encabezado {
	overflow: auto;
	margin: 0 auto;
	margin-bottom: 20px;
}

.srmc_caja_negra {
	border: 2px solid black;
	padding: 10px;
	width: 45%;
	overflow: auto;
	margin: 5px;
	float: left;
}

.logo {
	margin-bottom: 0px;
}

.footer {
	clear:both;
	border-top: 1px solid #ccc;
	margin-top: 20px;
	font-size: 10px;
	color: #ccc;
	height: 25px;
	padding: 4px;
}
.box{
	-moz-box-shadow: 3px 3px 15px #bbb;
-webkit-box-shadow: 3px 3px 15px #bbb;
box-shadow: 3px 3px 15px #bbb;
}
.box button {
	-moz-box-shadow: 3px 3px 15px #bbb;
-webkit-box-shadow: 3px 3px 15px #bbb;
box-shadow: 3px 3px 15px #bbb;
}
.autocenter {
	margin: 0 auto;
	max-width: 400px;
	}

pre {
	font-family: courier;
}

.rojo {
	color: red;
}

.resaltar {
	background: red;
}

.menu-becados {
	width: 100%;
	clear: both;
}
.login-wrapper .logo {
	width: 330px;
	height: auto;
}
.soloprint {
	display: none;
}
.footer {
	margin-top: 100px;
	position: fixed;
	bottom: 20px;
	width: 100%;
	/*background: rgba(255,255,255,0.4); */
}

.superoverlay {
/*background: url(https://pic.gluk.cl/images/trama.png);*/
	z-index: 1;
	height: 100%;
	width: 100%;
	position: fixed;
}
.login-wrapper {
	position: relative;
	z-index: 2
}
.nav li a {
	padding: 15px 5px;
	
}
.nav li a img {
	height: 32px;
	width: auto;
}

.table-condensed>thead>tr>th, .table-condensed>tbody>tr>th, .table-condensed>tfoot>tr>th, .table-condensed>thead>tr>td, .table-condensed>tbody>tr>td, .table-condensed>tfoot>tr>td {
padding: 2px;
font-size: 0.7em;
}

.container {
	margin-bottom: 50px;
}

.navbar .container {
	margin-bottom: 0px;
}


.es_regular {
	border-radius: 4px;
	background: #006700;
	color: white;
	padding: 0 10px;
}
.es_becado {
	border-radius: 4px;
	background: #000067;
	color: white;
	padding: 0 10px;
}
.es_titulado {
	border-radius: 4px;
	background: #670000;
	color: white;
	padding: 0 10px;
}

.es_egresado {
	border-radius: 4px;
	background: #664707;
	color: white;
	padding: 0 10px;
}
.es_pda {
	border-radius: 4px;
	background: orange;
	color: white;
	padding: 0 10px;
}

.rol {
	border-radius: 4px;
	padding: 1px 10px;
	font-size: 8;
}

.rol-1 {
	color: white;
	background: aqua;
}
.rol-2 {
	color: white;
	background: red;
}
.rol-3 {
	color: black;
	background: pink;
}
.rol-4 {
	color: white;
	background: blue;
}
.rol-5 {
	color: white;
	background: fuchsia;
}
.rol-6 {
	color: white;
	background:  green;
}
.rol-7 {
	color: black;
	background:  lime;
}
.rol-8 {
	color: white;
	background:maroon;
}
.rol-9 {
	color: white;
	background: navy;
}
.rol-10 {
	color: white;
	background: olive;
}
.rol-11 {
	color: white;
	background: purple;
}
.rol-12 {
	color: white;
	background: teal;
}