body{
    margin :0 auto ;
    font-size : 14px;
    font-family : 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}
footer{
     background-image:url('../Imagenes/Sitio/footer.jpg') ;
     height :125px;
}
header{
       background-image:url('../Imagenes/Sitio/header_becas.jpg') ;
       height : 131px;
}
.transparente{
-webkit-transition: opacity 0.2s linear;
opacity: 0.1;
}
.scroll{
    overflow-y: auto;
}
/*.FondoDegradadoImagen {
    margin: 0 auto;
    background-image: url('../Imagenes/Sitio/imagen_becas_principal.jpg');
    filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr='#007d7d', EndColorStr='#005697');
    width: 900px;
    height: 100%;
    background-repeat: no-repeat;
    vertical-align:central;
}*/  
/* Borde*/
.bordeSolido {
    border-radius: 10px 10px 10px 10px !important;
    -moz-border-radius: 10px 10px 10px 10px !important;
    -webkit-border-radius: 10px 10px 10px 10px !important;
    border: 1px dotted #333 !important;
    height:40px !important;
    color: black;
    font-size: 11px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}

.bordeSolidoCuadrado {
    border: 1px dotted #333 !important;
    height:40px !important;
    color: black;
    font-size: 11px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}

.bordeAbajo {
  border-bottom: 1px solid #333 !important;
}

.bordeArriba {
  border-top: 1px solid #333 !important;
}

.letraTitulo {
    color: black;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}


.letraTituloBlanco {
    color: white;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}

/* Encabezado de las tablas de listado en cada seccion*/
.FondoEncabezadoCelda {
	border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 10px 10px;
    border: 1px solid #e4e3e3;

    color: black;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	background-color:#beb9b9;
    height:20px;
}

.FondoEncabezadoCeldaCuadrado {
    border: 1px solid #e4e3e3;
    color: black;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	background-color:#beb9b9;
    height:20px;
}

.FondoEncabezadoCeldaTinto {
	border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 10px 10px;
    border: 1px solid #761618;

    color:white;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	background-color:#761618;
    height:40px;
}

.FondoEncabezadoCeldaTintoCuadrado {
    border: 1px solid white;
    color: white;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	background-color:#761618;
    height:20px;
}

.FondoEncabezadoCeldaAmarilloCuadrado {
    border: 1px solid black;
    color: black;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	background-color:#e7f34a;
    height:20px;
}

.mensajeError {
  /*border-top: 1px solid red;
  border-right: 1px solid red;
  border-bottom: 1px solid red;
  border-left: 1px solid red;*/
  color:red;
}

/*
input[type="text"]{
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    border: 1px solid #ccc;
    border-radius: 4px;
    min-width :250px;
}
*/

input[type="text"]:disabled {
    background: #FFF;
    color: #000;
}

img {
    cursor:pointer !important;
}

select{
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    border: 1px solid #ccc;
    border-radius: 4px;
    min-width :250px;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

select[disabled] {
    background: #FFF;
    color: #000;
}

#mainContent {
    /*background: url('http://localhost:52584/Imagenes/fondo_rectoria.jpg') no-repeat ;*/
    min-height :550px;
}

#footer {
    background : #000;
    min-height : 150px;
    text-align :right ;
}
/*
#loguito{
    height: 16px;
    margin-top: 50px; 
    margin-left: 180px; 
    position: absolute;
    width: 20px;
    top: 4px;
    left: 0px;
}
#datos-personales{
    min-height : 200px;
    height: 265px;
    width: 154px;
}
#datos-laborales{
    min-height : 200px;
}
#datos-academicos{
    min-height : 200px;
}

.texto {
    font-family : 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    margin-left : 10px;
    text-align :center ;
}


.styletabla th{
    color:#990000;
    border-color: #666666;
    border-style: solid;
    border-width: 1px;
}
*/

.gvConsulta{
    background-color: #fff;  
    margin: 5px 0 10px 0;  
    border: solid 1px #525252;  
    border-collapse: collapse;

}
.gvConsulta th {
    padding: 4px 2px;
    background : #49090a;
    border-left: solid 1px #525252;
    color:white;
    font-weight:bold;
}  

.gvConsulta  th a {
    color:white;
    font-weight:bold;
}

.gvConsulta  .alt {  
    background: #fcfcfc ;
}
.gvConsulta td {  
    padding: 2px;  
    border: solid 1px #c1c1c1;  
    color: rgb(108,14,21);  
} 



/* --------- Grid view ----------- */
.gv-styletabla {
    border :none ;
    color:#6E0000;
    padding-right :15px;
}
.gv-styletabla td{
    border :none ;
    padding-right :15px;
}

.gv-alternating-item{
    background-color :#F0F0F0;
}
.gv-header{
    background-color :#6E0000;
    font-weight : bold ;
    color :#FFFFFF;
}

.lbl-subtitulo{
    color : #550505;
    font-weight :bold ;
    font-size : 16px;
    text-transform : uppercase ;
}


.lblDatosSesion{
    /*color: white;
    margin-left: 35px;
    margin-top: -60px;
    position: absolute;
        */
    color: white;
    font-size: 12px;
    margin-left: 35px;
    margin-top: -65px;
    position: absolute;
}
.lblDatosSesion img{
    width:35px;
}
.lblDatosSesion span{
    font-weight:bold;
    padding-left :10px;
    vertical-align:top;
}

/*-------------Grid fechas--------------------------*/
.styletabla{
                border : none ;
            }
            .styletabla th{
                background : #550505;
                border: none ;  
                color:white;
                font-weight:bold;
                padding-right :15px;
            }
            .styletabla td {  
                border: none ;  
                padding-right :15px;
            } 
           .alternateRowStyle{
               background-color : #AFAFAF;
            }

/* ---------------------- TAB MENU ------------------------------------*/
.menuPrincipal{
    background :linear-gradient(to top, #7E191B 0%, #651112 52%, #420605 100%) repeat scroll 0% 0% transparent;
    color: #ffffff;
    font-size: 16px;
    font-family:Arial, Helvetica, sans-serif;
}

div.menu ul{
    list-style: none;
}

div.menu ul li{
}

div.menu ul li a, div.menu ul li a:visited{
    color: #4b4b4b;
}

div.menu ul li a:hover{
    text-decoration: none;
    color : #7a2531;
}

div.menu ul li a:active{
    color: #7a2531;
}

#dv-menu {
    float: right;
    margin-top: 40px;
    margin-right: 20px;
    margin: 0px;
    padding: 0px;
}

 #mnuPrincipal ul:first-child ul{
    background :linear-gradient(to top, #7E191B 0%, #651112 52%, #420605 100%) repeat scroll 0% 0% transparent;
    margin-top :15px;
    padding-top :5px;
    padding-bottom:5px;
    margin: 0px;
    padding: 0px;
}

 #mnuPrincipal ul:first-child ul li a{
    color: #F1A828;
    font-weight: bold;
    margin-left :15px;
    margin-right :15px;
    padding-right :10px;
}

 #mnuPrincipal ul:first-child ul li a:hover{
     color :#FFF;
 }

 #mnuPrincipal ul:first-child  ul:before {
    border-bottom: 15px solid #420605 ;  /* #651112 #7a2531;*/
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    content: "";
    left: 50%;
    margin-left: -10px;
    position: absolute;
    top: -10px;
}

 /* ---------------------- FIN TAB MENU ------------------------------------*/

 .gv-styletabla .desemp-rojo,.desemp-rojo a{
     background :#740000;
     color:white ;
     font-weight :bold;
 }


 .titulo-seleccionado{
    color: #f1a828;
    font-size: 18px;
    font-weight: bold;
    /*margin-left :25%;*/
    /*text-align:center;*/
 }
 .titulo-seleccionado span{
     margin-left :80px;
     margin-top :-40px;
     position:absolute;
 }



 .btnProcesarArchivo{
     background:url('../Imagenes/vista_previa.png');
     background-repeat:no-repeat ;
     border:0;
     cursor :pointer ;
     height:35px;
     width:120px;
 }

 .gv-edoCta-subTotal{
    font-weight :bold;
}
  .gv-edoCta-Total{
    background:#E1962E;
    color :#FFF;
    font-weight: bold;
}


/* =========---------------------------- Evaluacion Continua------------------- */
.btn-tab{
    background: #d0d0d0 none repeat scroll 0 0;
    /*display: inline;*/
    /*height: 25px;*/
    /*position: absolute;*/
    margin-left: 10px;
    width: 420px;
}
.btnInactivo{
    background : #d0d0d0; /*linear-gradient(to top, #7E191B 0%, #651112 52%, #420605 100%) repeat scroll 0% 0% transparent;*/
    opacity: 0.8;
    padding:5px;
}
.btnSeleccionado{
    /*background : #fff;*/ /*linear-gradient(to top, #7E191B 0%, #651112 52%, #420605 100%) repeat scroll 0% 0% transparent;*/
    /*opacity: 0.8;*/
    /*padding: 3px 20px;*/
    background: #fff none repeat scroll 0 0;
    margin: -4px -4px -4px 2px;
    opacity: 0.8;
    padding: 6px;
}


.thumb{
    display: inline-block;
    /*margin: 2em;*/
    /*padding:2em;*/
    text-align: center;
    /*width: 100px;*/
}
/*.thumb-menu{
    display: inline-block;
    padding:2em;
    width: 100px;
    
}*/
.dv-titulo-thumb{
    display: none;
    position: absolute;
    width:auto;
}
.nombreAlu a:hover + div { 
    background-color: rgba(85, 12, 13, 0.9);
    border-radius: 0 160px 125px;
    box-shadow: 0 0 8px #300;
    color: #f8971d;
    display:block;
    font-size: 10px;
    font-weight: bold;
    margin-left :1em;
    /*margin-left: 50px;*/
    /*padding: 1.6em;*/
    padding: 0.6em;
}
.dv-titulo-thumb img{
    width :20px;
}

.rt90 {
     position:relative;/* place the text relateve to whatever tag is devined as absolute */
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    width :35px;
}
.nombreAlu{
    font-size: 12px;
    font-weight: bold;
    text-align: right;
}
.dv-datosencabezado{
    display:inline-block;
    margin-left:20px;
    font-weight :bold ;
}
.gv-concentrado{
    height :75px;
}
.gv-concentrado th {
    padding: 1em;
}
.gv-border{
    border :solid 1px;
}


.tbl-asistencia
.tbl-asistencia caption {
    font-weight :bold;
    padding :5px;
}
.th-cell, .th-transparente{
    background : #6e0000;
    color :#f1a828;
    font-weight :bold ;
    text-transform :capitalize ;
}
.th-transparente{
    opacity :.8;
}