﻿/*Propiedades Texto*/
*{
    font-family: Montserrat;
}
/* COLORES */
.font-negro{
    color: black;
}

.AlinearDerecha {
    text-align:right;   
}
.AlinearIzquierda{
    text-align:left;   
}
.FontBold{
    font-weight: bold;
}

/*RENGLON*/
.RenglonTituloVerde
{
    font-family: Trebuchet MS;
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	background-color: #74A846;
	border-left: 2px solid #74A846;
	border-right: 2px solid #74A846;
}
.RenglonBordeVerde
{
	border-left: 2px solid #74A846;
	border-right: 2px solid #74A846;
	border-bottom: 2px solid #74A846;
}
.RenglonTituloGris
{
    font-family: Trebuchet MS;
	font-size: 14px;
	font-weight: bold;
	color: #F78D1D;
	background-color: #F3F3F3;
}

.TablaPrincipal{
    border:none;    
    width:90%;
    margin:0px auto;
}

.RenglonInfoIzq{
    box-shadow: 0 5px 5px -5px #65944A;	
    width:30%;
    color:black;
    font-weight:bold;    
}
.RenglonInfo60{
    box-shadow: 0 5px 5px -5px #65944A;	
    width:60%;
}

.RenglonInfoIzq30{
    box-shadow: 0 5px 5px -5px #65944A;	
    width:30%;
    color:black;
    font-weight:bold;    
    text-align:right;
}
.RenglonInfoDer70{
    box-shadow: 0 5px 5px -5px #65944A;	
    width:70%;
    color:#646262;
    font-weight:bold;    
    text-align:left;
}

.TablasEdicion{
     border:none;
     box-shadow:none;
}
.TablasEdicion td{
     border:none;
     box-shadow:none;

}
	.TituloCarreras:before { content: "- "; font-weight: bold;}
	.TituloCarreras2:before { content: "+ "; font-weight: bold;}
	.TituloCarreras
	{	
		font-family: Trebuchet MS;
		font-size:16px;
		color:white;
		background-color:#559679;
		padding:2px;
		margin-left:1px;
		margin-right:1px;
		margin-top: 5px;
	}
	.TituloCarreras2
	{
		font-family: Trebuchet MS;
		font-size:16px;
		color:white;
		background-color:#45755F;
		padding:2px;
		margin-left:1px;
		margin-right:1px;
	}  
	.tableCarreras {
		border-style:none;
		background-color: #F3F3F3;		
		width: 100%;
	}
	.tableCarreras tr{
		height:auto;
	}
	.tableCarreras td {		
		text-align:left;
		color: black;
		font-weight: bold;
		font-size: 12px;
		font-family: Trebuchet MS;
		background-color: #F3F3F3;		
        padding-left: 0px;        
	}
	.tableCarreras input[type=checkbox]{
		float:left;
	}
	.tableCarreras label,input[type=checkbox]{
		margin-top: 2px;
		margin-bottom: 1px;
        margin-left: 4px;
	}

#filtroCarreras {
    float:left;
}        
.TablaAlumnos tr:nth-child(odd) {
    background-color: #E6E6E6;
}
/*TABLAS*/
.BordeVerde
{
    border-left: 2px solid #74A846;
    border-right: 2px solid #74A846;
    border-bottom: 2px solid #74A846;        
}
.TablaVerdePino th {
    background-color:#59977e;
}
.TablaVerdePino{    TituloCarreras
    border:none;
}
.tituloSeccion{
    color:#74A846;
    font-size:14px;
    font-weight:bold;
}
.tablaExterna{
    border-style:none;    
    box-shadow:none;
    font-family:'Trebuchet MS' , Arial , Sans-Serif;
}
.tablaExterna td{
    border-style:none;    
    box-shadow:none;
    font-family:'Trebuchet MS' , Arial , Sans-Serif;
    color:#585858;
    font-size:13px;
}
.tablaInterna{
    width:100%;
    border-style:none;
    box-shadow:none;
}
.tablaInterna td{
    border-style:none;
    box-shadow:none;
    font-family:'Trebuchet MS' , Arial , Sans-Serif;
}
.tablaInterna h2{
    margin: 10px 15px 10px 15px;
    text-align: center;    
    font-size:15px;
    color:#74A846;
    text-decoration:underline;
}
.TablaSinBorde
{
    border:none;
}
.AlternarFilas tr:nth-child(2n+1)
{
    background-color:#F0F0FA;
}

/*Imagenes*/
imgEditar{
    width:10px;
    height:10px;
    filter: alpha(opacity=00);    
}
imgEditar:hover{
    filter: alpha(opacity=70);
}

#tablaLogin,#tablaRecuperar{
    margin: 0px auto; 
    width:420px; 
    text-align: center; 
    margin-top: 30px;            
    border: 1px solid #74A846;
    border-spacing: 0px;
    box-shadow: 2px 2px 1px #c0c0c0;
}
.BigRed{
    color:red;
    font-size:large;
}
.show_hide {
    display:none;
}
.radiobutton Label{
    display:inline;
}
.RadioBoton label
{
    display: inline;
    margin: 5px;
    font-family: Trebuchet MS;
	font-size: 12px;
}
/*TEXTBOX*/
.TextBox{
    border-radius:5px 5px 5px 5px;
}

/*LINK*/
.LinkAgregar
{
    text-shadow: 2px 2px 5px #74A846;
    font-size:14px;
    font-weight:bold;
}
.LinkCancelar
{
    color:red;
    text-shadow: 2px 2px 5px Red;
    font-size:14px;
    font-weight:bold;
}

.EnlaceDesactivado
{
    color: #808080;
    text-decoration:none;
    font-weight:normal !important;
}
.EnlaceDesactivado a{
    text-decoration:none;    
}
.EnlaceDesactivado a:link {
    color: #808080;
}
.EnlaceDesactivado a:visited {
    color: #808080;
}
.EnlaceDesactivado a:hover {
    color: #808080;
}
.EnlaceDesactivado a:active {
    color: #808080;
}
.LinkVerde
{
    font-family: Century Gothic;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
    color: #74A846;
    text-decoration: underline;
}
.LinkVerde:hover
{
    font-family: Century Gothic;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
    color: #DE650C;
    text-decoration: underline;
}
.LinkDisabled
{
    font-family: Century Gothic;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
    color: #666;
    text-decoration: underline;
}


.ListaNivel1 {    
    background-color: #F9F8FB;
    padding: 5px 2px;    
}
.ListaNivel1 li{    
    list-style-image: none !important; /*url(bullet.gif);*/    
    list-style:none;            
}

.ListaNivel1 a:link,visited,active,hover{
    text-decoration:none;    
}
.ListaNivel1 > li{    
    background-color: #f5f5f5;/*#e1e0e6;D1CFDE*/
    box-shadow: 1px 1px 3px #7E7E7E;
    border-radius: 2px;
    margin-bottom: 2px;
    font-size:15px;
    font-family: Georgia, serif;
    font-weight: bold;
}
.ListaNivel1 > li:before{
    content: "►";    
    padding-right: 5px;
    color: #868686;
}

.ListaNivel2 li:before{
    content: "»";
    padding-right: 5px;
    color: #868686;
    float:left;
}
.ListaNivel2 li{
    font-size:13px;
    font-weight: bold;
    margin-bottom: 5px;
    margin-top: 5px;
    /*height:20px;*/
}
.ListaNivel2Info li:before{
    content: url("../graphics/comment.gif");
    padding-right: 5px;
    color: #868686;
    float:left;
}
.ListaNivel2Info li{
    font-size:13px;
    font-weight: bold;
    margin-bottom: 5px;
    margin-top: 5px;    
}
.pointer{
    cursor: pointer;
}

.Ayuda{
    width:16px;    
    font-family: 'Arial Black';
}
.AyudaDetalles{
    display:none;
    box-shadow:3px 3px 10px #926161;      
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color:white;
    padding: 1em;
}
.Ayuda:hover .AyudaDetalles{
    display: inline-block;
    position: absolute; 
    margin-top: -10px;  
    margin-right: -10px;          
}

.imagenIzq {
    float:right;    
}

/*BOTONES*/

/* BOTON */

.BotonGeneral
{
    font-family: Century Gothic;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    color: #FFF;
    cursor: pointer;
    background: #F78D1D;
    padding: 2px 8px 2px 8px;
    border: 1px solid #F47C20;
    border-radius: 2px;
}
.BotonGeneral:hover
{
	font-family: Century Gothic;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    color: #FFF;
    cursor: pointer;
    background: #D7620B;
    padding: 2px 8px 2px 8px;
    border: 1px solid #D7620B;
    border-radius: 2px;
}
.BotonGeneralDisabled
{
    font-family: Century Gothic;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    color: #808080;
    cursor: auto;
    background: #D4D4D4;
    padding: 2px 8px 2px 8px;
    border: 1px solid #999;
    border-radius: 3px;
    height: 28px;
}
.BotonDisabled
{
    font-family: Century Gothic;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    color: #808080;
    cursor: auto;
    background: #D4D4D4;
    padding: 2px 8px 2px 8px;
    border: 1px solid #999;
    border-radius: 3px;
    height: 28px;
    cursor: not-allowed;
}
.BotonNaranja
{
    font-family: Century Gothic;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    color: #FFF;
    cursor: pointer;
    background: #F78D1D;
    padding: 2px 8px 2px 8px;
    border: 1px solid #F47C20;
    border-radius: 2px;
    height: 28px;
}
.BotonNaranja:hover
{
	font-family: Century Gothic;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    color: #FFF;
    cursor: pointer;
    background: #D7620B;
    padding: 2px 8px 2px 8px;
    border: 1px solid #D7620B;
    border-radius: 2px;
    height: 28px;
}
.BotonVerde
{
    font-family: Century Gothic;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    color: #FFF;
    cursor: pointer;
    background: #74A846;
    padding: 2px 8px 2px 8px;
    border: 1px solid #74A846;
    border-radius: 2px;
    height: 28px;
}
.BotonVerde:hover
{
	font-family: Century Gothic;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    color: #FFF;
    cursor: pointer;
    background: #507430;
    padding: 2px 8px 2px 8px;
    border: 1px solid #507430;
    border-radius: 2px;
    height: 28px;
}
.BotonAzul
{
    font-family: Century Gothic;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    color: #FFF;
    cursor: pointer;
    background: #0095CD;
    padding: 2px 8px 2px 8px;
    border: 1px solid #0095CD;
    border-radius: 3px;
    height: 28px;
}
.BotonAzul:hover
{
    font-family: Century Gothic;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    color: #FFF;
    cursor: pointer;
    background: #006991;
    padding: 2px 8px 2px 8px;
    border: 1px solid #006991;
    border-radius: 3px;
    height: 28px;
}

/*LABELS*/
.LabelGrandeNegro{
    font-family: Trebuchet MS;
    font-size: 16px;
    font-weight:bold;
    color:black;    
}

.LabelVerdeGeneral
{
    font-family: Trebuchet MS;
	font-size: 13px;
	color: #65944A;
}
.LabelVerdeGrande
{
    font-family: Trebuchet MS;
	font-size: 16px;
	color: #65944A;
}
.LabelGrandeCafe
{    
    font-family: Trebuchet MS;
	font-size: 20px;
	font-weight: bold;	
	color:Maroon;	
}
.LabelNota
{
    padding-left:5px;
    font-family: Trebuchet MS;
	font-size: 13px;
	font-weight: bold;
	text-align: left;
	color:Maroon;	
}
.LabelError
{
    font-family: Trebuchet MS;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	color:Red;	
}

.LabelGeneral
{
    font-family: Trebuchet MS;
	font-size: 13px;
	color: #000;
}
.LabelGeneralMediano
{
    font-family: Trebuchet MS;
	font-size: 14px;
	color: #000;
}
.LabelGeneralGrande
{
    font-family: Trebuchet MS;
	font-size: 15px;
	color: #000;
}

.divTabla { display: table;}
.divRenglon { display: table-row; }
.divCelda { display: table-cell; }

/*Divs de cuadro de espera*/
.divExterno {
    position: fixed;
	top: 0px; 
	bottom: 0px;
	left: 0px; 
	right: 0px;
	overflow: hidden;
	padding-top: 20%;
	margin: 0;
	background-color: #F0F0F0;
	filter:alpha(opacity=80);
	opacity:0.8;	
	text-align: center;
    font-family: Trebuchet MS;
    font-size:15px;
    color:#3D5626;        
	font-weight:bold;
    z-index: 5000;
}
.divInterno	{
	padding: 20px;
	background-color:white;
	/*position: fixed;*/
    z-index: 5001;
}
.divCentrado650	{	
    padding: 50px 20px;
	background-color:white;
	/*position: fixed;*/
    z-index: 5001;
	display: inline-block;
	width: 650px;
	border-radius: 5px;
}
.divTitulo{
    font-size: 18px;
    color: #74A846;
}
.divPantallaCompleta90b{/*90% opacidad color blanco*/
    position: fixed;
	top: 0px; 
	bottom: 0px;
	left: 0px; 
	right: 0px;
	overflow: hidden;
	padding-top: 20%;
	margin: 0;
	background-color: rgba(0,0,0,0.5); /*rgba(240,2540,240,0.5); #F0F0F0;*/
	/*filter:alpha(opacity=50);
	opacity:0.5;	*/
	text-align: center;
    font-family: Trebuchet MS;
    font-size:15px;
    color:#585858;        
	font-weight:bold;
    z-index: 5000;
}

/*Textbox*/
.Textbox{
    height:20px;
}

/* Estilos individuales*/
.SinBordes{
    border: none;
}
.LabelInstrucciones
{
    font-family: Trebuchet MS;
	font-size: 15px;
	font-weight: bold;
	color: #333;
}

/* CELDAS */
.CeldaPregunta
{
    font-family: Trebuchet MS;
	font-size: 13px;
    font-weight: bold;
	color: #125599;
    text-align: left;
	background-color: #FFF;
    /*border-right: 1px solid #C0C0C0;*/
    border-bottom: 1px solid #C0C0C0;
    padding-left: 3em;
}
.CeldaPreguntaOpcion
{
    font-family: Trebuchet MS;
	font-size: 13px;
    font-weight: bold;
	color: #125599;
    text-align: left;
	background-color: #FFF;    
    border-bottom: 1px solid #C0C0C0;    
}
.CeldaServicio
{
	font-family: Trebuchet MS;
	font-size: 14px;
	color: #000;
	text-align: left;
	background-color: #E8F3E0;
	border-radius: 5px;
	padding: 1em;
}

/* RENGLONES */
.RenglonTituloPrueba
{
    font-family: Calibri;
	font-size: 16px;
	color: #000;
    text-align: center;
	background-color: #F3F3F3;
}

.InfoIcon{
	color: #74a846;
	font-family: Webdings;
	font-size: 16px;	
	text-decoration : none;
	padding-left: 5px;
	padding-right: 5px;
  }

.dtable{
    display: table;
    width: 100%;
}
.drow{
    display: table-row;    
}
.dheadercell{
    display: table-cell;
    padding: 5px;
    box-shadow: 0 4px 2px -2px gray;
    font-weight: bold;
}
.dcell{
    display: table-cell;
    padding: 5px;
}