﻿
/* BORDE */

.BordeVerde
{
	box-shadow: 0px 0px 8px #74A846;
}
.BordeNaranja
{
	border: 2px solid #F47C20;
}

/* BOTON */

.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: 3px;
    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: 3px;
    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: 3px;
    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: 3px;
    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;
}
.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;
}
.BotonLimpiar
{
    width: 12px;
    height: 12px;
    cursor: pointer;
    background-color: White;
    background-image: url('../../graphics/x.gif');
    background-repeat: no-repeat;
    background-position: center;
}
.BotonLimpiar:hover
{
    background-color: Yellow;
}

/* CALENDAR */

.Calendario .ajax__calendar_container
{
    width:200px;
    background-color: #FFF; border:solid 0px #666;
}
.Calendario .ajax__calendar_body
{
    width:170px;height:180px;
    background-color: #FFF; border-bottom: solid 1px #666;
}
.Calendario .ajax__calendar_header
{
    background-color: #FFF; margin-bottom: 0px;
} 
.Calendario .ajax__calendar_title
{
    color: #000; padding-top: 0px;
}
.Calendario .ajax__calendar_next,
.Calendario .ajax__calendar_prev
{
    border:solid 0px #FFF;
    background-color: #FFF;
}
.Calendario .ajax__calendar_hover .ajax__calendar_next,
.Calendario .ajax__calendar_hover .ajax__calendar_prev
{
    border:solid 0px #C0C0C0;
    background-color: #FFF;
}
.Calendario .ajax__calendar_dayname
{
    text-align:center; margin-bottom: 1px; margin-top: 1px;
    color:#000;
    background-color: #FFF;
} 
.Calendario .ajax__calendar_day,
.Calendario .ajax__calendar_month,
.Calendario .ajax__calendar_year
{
    text-align:center;
    border:solid 1px #C0C0C0;
    color:#000;
    background-color: #FFF;
}
.Calendario .ajax__calendar_hover .ajax__calendar_day,
.Calendario .ajax__calendar_hover .ajax__calendar_month,
.Calendario .ajax__calendar_hover .ajax__calendar_year
{
    color: #FFF; font-weight:bold; background-color: #C0C0C0;
}
.Calendario .ajax__calendar_active .ajax__calendar_day,
.Calendario .ajax__calendar_active .ajax__calendar_month,
.Calendario .ajax__calendar_active .ajax__calendar_year
{
    color: #FFF; font-weight:bold; background-color: #74A846; 
}
.Calendario .ajax__calendar_today .ajax__calendar_day
{
    color: #FFF; font-weight:bold; background-color: #F47C20; 
}
.Calendario .ajax__calendar_other,
.Calendario .ajax__calendar_hover .ajax__calendar_today
{
    color: #F47C20;
    font-weight:bold;
}
.Calendario .ajax__calendar_days
{
    background-color: #FFF;
    overflow:visible;
}

/* CHECKBOX */

.CheckBox label
{
    color: #000;
    display: inline;
    margin: 5px;
    font-family: Trebuchet MS;
	font-size: 12px;
	font-weight: lighter;
}
.CheckBoxPanel label
{
    color: #000;
    display: inline;
    margin: 5px;
    font-family: Trebuchet MS;
	font-size: 13px;
	font-weight: bold;
	cursor:pointer;	
	 background-image:url('Imgs/Filter.png');
     background-repeat:no-repeat;
     background-position:right;
     box-shadow: 0 5px 5px -5px #65944A;
}

/* DIVS */

.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;
	z-index: 5000;
	text-align: center;
    font-family: Trebuchet MS;
    font-size:15px;
    color: #3D5626;
	font-weight: bold;
}
.divInterno
{
	padding: 20px;
	background-color: white;
    z-index: 5001;
}

/* DROPDOWNLIST */

.DropDownList
{
    font-family: Trebuchet MS;
	font-size: 13px;
	color: #333;
	cursor: pointer;
    }
.DropDownListDisabled
{
    font-family: Trebuchet MS;
	font-size: 13px;
	color: #666;
	cursor: auto;
    height: 25px;
}

/* GRIDVIEW */

.GridHeaderCentrado
{
    text-align: center;
}

/* IMAGEN */

.ImagenBullet
{
    border: 0px none transparent;
}

/* LABEL */

.LabelGeneral
{
    font-family: Trebuchet MS;
	font-size: 13px;
	color: #000;
}
.LabelGeneralVerde
{
    font-family: Trebuchet MS;
	font-size: 13px;
	color: #65944A;
}
.LabelGeneralRojo
{
    font-family: Trebuchet MS;
	font-size: 13px;
	color: Red;
}
.LabelGeneralSmall
{
    font-family: Trebuchet MS;
	font-size: 12px;
	color: #000;
}
.LabelTitulo
{
    font-family: Trebuchet MS;
	font-size: 14px;
	font-weight: bold;
	color: #000;
}
.LabelCandidato
{
    font-family: Trebuchet MS;
	font-size: 16px;
	font-weight: bold;
	color: #74A846;	
}
.LabelInformacionMateria
{
    font-family: Trebuchet MS;
	font-size: 11px;
	color: #000;
	background-color: #FFE2C6;
	text-align: left;
}
.LabelProgreso
{
    font-family: Trebuchet MS;
	font-size: 14px;
	font-weight: bold;
	color: #000;
	background-color: #FFF;
	text-align: left;
}
.LabelReinscripcion
{
    font-family: Trebuchet MS;
	font-size: 12px;
	color: #000;
	background-color: #E1EED7;
	text-align: left;
}
.LabelEgreso
{
    font-family: Trebuchet MS;
	font-size: 16px;
	font-weight: bold;
    color: #000;
	background-color: #E1EED7;
	text-align: center;
    padding: 0.5em;
    box-shadow: 0 12px 12px -12px #65944A;
}

/* LINK */

.LinkVerde
{
    font-family: Century Gothic;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
    color: #74A846;	
    text-decoration: underline;	
}

.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: #507430;	
    text-decoration: underline;	
}
.LinkNaranja
{
    font-family: Century Gothic;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
    color: #F78D1D;
    text-decoration: underline;
}
.LinkNaranja: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;
}

/* RADIOBOTON */

.RadioBoton label
{
    display: inline;
    margin: 5px;
    font-family: Trebuchet MS;
	font-size: 12px;
}

/* 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;
}
.RenglonTituloGris
{
    font-family: Trebuchet MS;
	font-size: 14px;
	font-weight: bold;
	color: #F78D1D;
	background-color: #F3F3F3;
}
.RenglonInfoIzq
{
    color: #638E3C;
    font-family: Trebuchet MS;
	font-size: 13px;
	width: 30%;
	text-align: right;
	padding-right: 1em;
	box-shadow: 0 5px 5px -5px #65944A;	
}
.RenglonInfoDer
{
    color: #000;
    font-family: Trebuchet MS;
	font-size: 13px;
	width: 70%;
	text-align: left;
	box-shadow: 0 5px 5px -5px #65944A;
}
.RenglonInfoIzq35
{
    color: #638E3C;
    font-family: Trebuchet MS;
	font-size: 13px;
	width: 35%;
	text-align: right;
	padding-right: 1em;
	box-shadow: 0 5px 5px -5px #65944A;	
}
.RenglonInfoDer65
{
    color: #000;
    font-family: Trebuchet MS;
	font-size: 13px;
	width: 65%;
	text-align: left;
	box-shadow: 0 5px 5px -5px #65944A;
}
.RenglonBordeVerde
{
	border-left: 2px solid #74A846;
	border-right: 2px solid #74A846;
	border-bottom: 2px solid #74A846;
}
.RenglonIzqPadding
{
	text-align: left;
	padding-left: 3em;
}
.RenglonFechasBlanco
{
    background-color: #FFF;
}
.RenglonFechasVerde
{
    background-color: #DAEACC;
}
.RenglonVECent
{
	box-shadow: 0 5px 5px -5px #65944A;
}
.RenglonVEIzq
{
    color: #638E3C;
    font-family: Trebuchet MS;
	font-size: 13px;
	width: 45%;
	text-align: right;
	padding-right: 1em;
	box-shadow: 0 5px 5px -5px #65944A;	
}
.RenglonVEDer
{
    color: #000;
    font-family: Trebuchet MS;
	font-size: 13px;
	width: 55%;
	text-align: left;
	box-shadow: 0 5px 5px -5px #65944A;
}
.RenglonSitIzq
{
    color: #638E3C;
    font-family: Trebuchet MS;
	font-size: 12px;
	width: 30%;
	text-align: right;
	padding-right: 1em;
	box-shadow: 0 5px 5px -5px #65944A;	
}
.RenglonSitDer
{
    color: #000;
    font-family: Trebuchet MS;
	font-size: 12px;
	width: 70%;
	text-align: left;
	box-shadow: 0 5px 5px -5px #65944A;
}
.RenglonSubtituloGris
{
    font-family: Trebuchet MS;
	font-size: 13px;
	font-weight: bold;
	color: #333;
    text-align: center;
	background-color: #F3F3F3;
}

/* INPUT */

.input
{
    color: black;
    height: 20px;
    border: 1px solid #666;
    border-radius: 5px;
}

/* TEXTBOX */

.TextBoxMultilinea
{
    resize: vertical;
    display: inline-block;
    vertical-align: middle;
}
.TextBox
{
    color: #000;
    padding-left: 0.3em;
    border-radius: 7px;
}
.TextBoxCalendario
{
    border-radius: 7px;
    cursor: pointer;
}

.TextBox
{
    color: #000;
    padding-left: 0.3em;
    border-radius: 7px;
}
.TextBoxCalendario
{
    border-radius: 7px;
    cursor: pointer;
}

/* VALIDADOR */

.Validador
{
    font-size: 14px;
    color: #CC0000;
    font-weight: bold;
}
.ValidadorRango
{
    font-size: 12px;
    color: #CC0000;
}


/* TÍTULO ELECTRÓNICO */

.TE_Header
{
    height: 130px;
    padding: 1em;
}
.TE_UT
{
    font-family: 'Muli', sans-serif;
	font-size: 30px;
    font-weight: bold;
	color: #009E95;
    height: 50px;
}
.TE_RowGreen
{
    background-color: #009E95;
    color: #FFF;
    font-family: 'Muli', sans-serif;
	font-size: 15px;
    font-weight: bold;
    height: 50px;
}
.TE_RowGray
{
    background-color: #F3F3F3;
    color: #333;
    font-family: 'Muli', sans-serif;
	font-size: 15px;
    font-weight: bold;
    height: 50px;
}
.TE_RowLeft
{
    color: #333;
    font-family: 'Muli', sans-serif;
	font-size: 15px;
	width: 35%;
	text-align: right;
	padding-right: 1em;
    height: 35px;
}
.TE_RowRight
{
    color: #000;
    font-family: 'Muli', sans-serif;
	font-size: 17px;
	width: 65%;
	text-align: left;
    height: 35px;
    line-height: 1em;
}
.TE_NoValido
{
    font-family: 'Muli', sans-serif;
	font-size: 18px;
    font-weight: bold;
	color: red;
    height: 50px;
    line-height: 1em;
}
.TablaBorde
{
    border: solid 1px #C0C0C0;
    box-shadow: none;
}
.TablaSinBorde
{
    border: none; 
    box-shadow: none;
}
.TE_Doc
{
    font-family: 'Muli', sans-serif;
	font-size: 17px;
    font-weight: bold;
    height: 70px;
    color: #333;
}