﻿
/********** DEFAULT ************/

body
{
	background: #696969;
	font-size: .80em;
	font-family: "Calibri" , "Helvetica Neue" , "Lucida Grande" , "Segoe UI" , Arial, Helvetica, Verdana, sans-serif;
	margin: 0px;
	padding: 0px;
	color: #696969;
}

a:link, a:visited
{
    color: #034af3;
}

a:hover
{
    color: #1d60ff;
    text-decoration: none;
}

a:active
{
    color: #034af3;
}

p
{
    margin-bottom: 10px;
    line-height: 1.6em;
}


/********** PRIMARY LAYOUT ELEMENTS ***********/

/* LOGIN */
#Login 
{  	
	background-repeat: no-repeat;
	width: 550px;
	height: 210px;		
	position:absolute;
    top:40%;
    left: 40%;
    margin-top: -100px;
    margin-left: -100px;    
    padding-top: 120px;       
    background-image: url(../Images/login.png);     
}

#Login .contenedor
{
	width: 344px;
	margin-left: 80px;	
	color: #000000;	
	margin-bottom: 8px;
}

#SelGrupoAcceso 
{
	width: 600px;
	height: 200px;
}

/* MAIN */

#principal
{
	width: 1000px;
    background-color: #E5E5E5;
    margin: 10px auto 0px auto;    
    border: 5px solid #fff;	
}


#principal .header
{
	position: relative;
	margin: 0px;
	padding: 0px; /*background: #3367DF;*/
	background: #6C92E8;
	width: 100%;
	height: 80px;
	border-bottom: #ffffff 3px solid;
	background: url(../Images/header_web.png) #6c92e8;
}

#principal div.loginDisplay
{
	margin-top: 45px;
	width: 350px;	
	height: 35px;
	float:right;			
}

#principal div.loginDisplay span
{
	color: silver;
	font-size: 0.90em;
	font-weight: bold;
}

#principal div.loginDisplay span.datauser
{
	color: #ffffff;
	font-size: 0.85em;
	font-weight: bold;
}


#principal .content
{
	width: 997px;
	height: 600px;
	margin: 0px auto;
	background-color: #ffffff;	
}

#principal .sidebar
{
	float: left;
	width: 180px;
	height: 600px;
	background-color: #dbdbdb;
	background-image: url(../Images/sidebar2.png);
	background-repeat:no-repeat;
}

#principal .content_pages
{
	float: left;
	width: 810px;
	height: 600px;	
}

#principal .footer
{
	color: #ffffff;
	padding: 8px 0px 0px 0px;
	margin: 0px auto;
	text-align: center;
	line-height: normal;
	background: #B5171C;
	height: 22px;
	border-top: #ffffff 3px solid;
}


/************ Menu Principal ***********/
/***************************************/

.menu {
	margin:0;
	padding:0;
	list-style-type:none;
	width:180px;	
	position:relative;
	display:block;
	}
	
.menu .cabecera a {
  	voice-family: "\"}\""; 
  	voice-family: inherit;
  	height: 18.3px;
	text-decoration: none;
	text-transform:uppercase;
	font-size:10px;
	font-weight:bold;
	font-family:Helvetica,Arial,Verdana,sans-serif;
	border-top:1px solid #919191;
	border-left-width:thin;
	}	
	
.menu .cabecera a:link, .menu .cabecera a:visited
{
	/*color: #655050;*/	
	display: block;
	background: url(../images/principal-menu.gif);
	background-repeat: no-repeat;
	padding: 8px 0 0 10px;
	color: #ffffff;
}
	
.menu .cabecera a:hover {
	color: #87ceeb;
	background: url(../images/principal-menu.gif) 0 -25px;
	background-repeat:no-repeat;
	padding: 8px 0 0 10px;
	}
	
.menu .cabecera a:active
{
	color: #87ceeb;
	background: url(../images/principal-menu.gif) 0 -51px;
	background-repeat: no-repeat;
	padding: 8px 0 0 10px;
}
	
.menu .subMenu {
	list-style: none;
	width: 170px;
	background: url(../images/principal-menu-item.PNG);
	background-repeat:repeat-y;	
	padding-top: 5px;
	padding-left: 10px;	
	#padding-left: 5px;	
}
	
.menu .subMenu ul{
	list-style: none;
	margin: 0px;
	padding: 0px;	
	}

.menu .subMenu a:link, .menu .subMenu a:visited{
	color: #716f54;
	font-family: Trebuchet MS;
	font-size: 12px;
	height: 18px;
	display:block;
	text-decoration: none;
	padding: 0px 0px 2px 0px;
	font-weight:normal;
	}

.menu .subMenu a:hover, .menu .subMenu a:active{
	color: #660000;
	}
		
.sinscroll
{
	overflow: hidden;
}

/********** Paginas Contenido **********/
/***************************************/

#PaginaContenido
{
	background-color:#fff;
}

#PaginaContenido .Encabezado
{
	width: 100%;
	height: 25px;
	background-color: #696969;
	padding-right: 8px;
	padding-left: 5px;
	border: #a9a9a9 1px solid;
	background-image: url(../Images/barra3.png);
	background-repeat:repeat-x;
}

#PaginaContenido .Encabezado .titulo
{
	float: left;	
	width: auto;
	height: 20px;
	padding-top: 3px;
	padding-left: 5px;
	color: #fff;
}

#PaginaContenido .Encabezado .cerrarForm
{
	float: right;
	background-color: #696969;
	width: 20px;
	height: 20px;
	text-align: right;
	padding-top: 3px;	
	border-left: #fff 3px solid;
}

#PaginaContenido .Contenido
{
	margin-top: 3px;
	width: 100%;
	height: auto;
	overflow:hidden;
	margin-bottom: 10px;	
	border-bottom: #CEC1B7 1px solid;
	border-left: #CEC1B7 1px solid;
	border-top: #CEC1B7 1px solid;
	border-right: #CEC1B7 1px solid;
	padding-top: 8px;
	padding-left: 5px;
	padding-right: 8px;
	padding-bottom: 10px;
	font-family: 'Segoe UI' , Arial;
	font-size: 11px;
	background-color:#fff;
}

#PaginaContenido .titulo_seccion
{			
	height: 18px;
	padding-top: 2px;	
	background-image: url(../Images/a.png);
	background-repeat: no-repeat;
	padding-left: 15px;
	color: #000;
	margin-bottom: 5px;
	margin-top: 8px;
	font-weight:bold;
}

#PaginaContenido .seccion
{
	padding-top: 3px;
	padding-bottom: 3px;
	width: auto;
	height: auto;
	overflow: hidden ;	
	border-bottom: #CEC1B7 1px solid;
	border-left: #CEC1B7 1px solid;
	border-top: #CEC1B7 1px solid;
	border-right: #CEC1B7 1px solid;	
	margin-bottom: 4px;	
}

#PaginaContenido .seccion1
{
	background-color: #ffffff;
}

#PaginaContenido .seccion2
{
	background-color: #DBDBDB;
	background-image: url(../Images/barra1.png);
	background-repeat: repeat-x;
}

#PaginaContenido .seccion3
{
	background-color: #dcdcdc;
	background-image: url(../Images/barra1.png);
	background-repeat: repeat-x;
}

#PaginaContenido .seccion4
{
	background-color: #faf0e6;	
}


#PaginaContenido .label
{
	color: #696969;
	font-size: 11px;
	font-family: 'Segoe UI' , Arial;
}

#PaginaContenido .label_BD
{	
	color: #000000;
	font-size: 11px;
	font-family: 'Segoe UI' , Arial;
}

.btns
{
	font-family: 'Segoe UI' , Arial;
	font-size: 11px;
	height: 24px;
}

hr
{
	border-bottom: #d3d3d3 2px dotted;
	border-left: #d3d3d3 2px dotted;
	border-top: #d3d3d3 2px dotted;
	border-right: #d3d3d3 2px dotted;
}

#PaginaContenido .dropDown
{
	font-family: 'Segoe UI' , Arial;
	font-size: 12px;
	height:21px;
	border-bottom: #a9a9a9 1px solid;
	border-left: #a9a9a9 1px solid;
	border-top: #a9a9a9 1px solid;
	border-right: #a9a9a9 1px solid;
}

#PaginaContenido .textbox
{
	font-family: 'Segoe UI' , Arial;
	font-size: 12px;
	height: 16px;	
}

#PaginaContenido .readonly
{
	background-color: transparent;	
	border: solid 0px #fff;	
}

.infotextArea
{
	font-family: Arial;
	font-size: 9pt;
}

.mjeError
{
	color: #cc0000;
	font-size: 11px;
	font-family: 'Segoe UI' , Arial;
	width: auto;
}

.panelLegajo
{
	padding-top: 5px;
	padding-left: 5px;
	padding-right: 5px;
	width: auto;	
	height: auto;
	margin-top: 7px;	
	border-bottom: #d3d3d3 1px solid;
	border-left: #d3d3d3 1px solid;
	border-top: #d3d3d3 1px solid;
	border-right: #d3d3d3 1px solid;	
}

.panelgrid
{
	width: auto;
	height: auto;	
	border-bottom: #d3d3d3 1px solid;
	border-left: #d3d3d3 1px solid;
	border-top: #d3d3d3 1px solid;
	border-right: #d3d3d3 1px solid;
	margin-left: 4px;
	margin-right: 4px;
}

.bordebajo
{
	border-bottom: #d3d3d3 1px dotted;	
}


/* margen aplicado al grid */
.margen 
{
	margin-top: 7px;
	margin-left: 4px;
} 

.grid
{
	background-color: #ffffff;
	border-bottom: #a9a9a9 1px solid;
	border-left: #a9a9a9 1px solid;
	border-top: #a9a9a9 1px solid;
	border-right: #a9a9a9 1px solid;
}

.grid .header
{
	color: #ffffff;
	/*background-color: #3367DF;*/
	background-color: #696969;
	height: 30px;
	font-size: 7.5pt;
	font-weight:normal;
}


.grid .row
{	
	font-size: 8pt;
	color: #000000;
	font-style: normal;	
	font-variant: normal;
	height: 30px;
	font-family: 'Segoe UI' , Arial;
	font-size: 11px;
}

.ajaxTabs
{
	font-family: 'Segoe UI' , Arial;
	font-size: 11px;
}

table.form
{
	width:100%;
	height:auto;		
}

table.form td.left
{
	width: 14%;
	text-align:right;	
	height: 35px;
	border-bottom: #d3d3d3 1px dotted;
}

table.form td.right
{
	width: 36%;
	text-align:left;
	height: 35px;		
	border-bottom: #d3d3d3 1px dotted;
}


#PaginaContenido input
{
    font-size: 1.20em;
    font-family: "Calibri", "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;
    height: 16px;
}

.input
{
    font-size: 1.20em;
    font-family: "Calibri", "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;
    height: 16px;
}

#PaginaContenido select
{
    font-size: 1.10em;
    font-family: "Calibri", "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;
    height: 20px;
}

select
{
    font-size: 1.10em;
    font-family: "Calibri", "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;
    height: 20px;
}

#PaginaContenido input.btn
{
    font-size: 1.10em;
    font-family: "Calibri", "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;
    height: 26px;
}

/********* Panel Controles **********/ 

#PaginaContenido .panel_controles_form
{
	padding-top: 0px;
	background-color: #faf0e6;
	height: 30px;
}

#PaginaContenido .btn_accion
{	
	float:left;
    display:block ;	
	text-decoration: none;	
	color: #000;		
	height: 20px;
	width:auto;
	background: transparent;
	font-family: 'Trebuchet MS';
	font-size: 8pt;	
	padding-top:8px;	
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 4px;
}

#PaginaContenido .btn_accion:hover
{
	background-color: #faf0a3;
}

#PaginaContenido .panel_controles_form table
{
	float:right; 	
	margin-top:4px;
}

/**********************************/

.pnMensaje
{
	padding-left: 5px; /*padding-top: 5px;	*/
	border-bottom: #CEC1B7 1px solid;
	border-left: #CEC1B7 1px solid;
	border-top: #CEC1B7 1px solid;
	border-right: #CEC1B7 1px solid;
	width: auto;
	height: auto;
	background-color: #f0f8ff;
	margin-bottom: 3px;
}

.pnMensaje table
{
	border-collapse:collapse;
	height: auto;
}

.pnMensaje .mje
{
	color: #000000;	
}

.fuente
{
	font-size: .80em;
	font-family: "Calibri" , "Helvetica Neue" , "Lucida Grande" , "Segoe UI" , Arial, Helvetica, Verdana, sans-serif;
}

.desaprobado
{
	color: #cd5c5c;
	font-weight: bold;
}

.hoverPopUp
{
	background-color: white;
	border-right: lightslategray 3px solid;
	border-top: lightslategray 3px solid;
	border-left: lightslategray 3px solid;
	border-bottom: lightslategray 3px solid;
	padding: 3px;
}

.grid_columna_inf_Parcial
{
	background-color: #ffffff;
	text-indent: 3px;
	text-align: center;	
	width: 10px;
}

.grid_columna_materia
{
	background-color: #ffffff;
	text-indent: 3px;
}

.grid_columna_eval_anual
{
	background-color: #ebeaea;
	text-indent: 3px;
	text-align: center;	
	width: 15px;
}

.grid_columna_recup
{
	background-color: #dcdcdc;
	text-indent: 3px;
	text-align: center;
	width: 15px;
}

.grid_columna_calif_final
{
	/*background-color: #add8e6;*/
	text-indent: 3px;
	text-align: center;
	width: 15px;
}

.aprobado
{
	background-color: #add8e6;	
}

.desaprobado
{
	background-color: #f08080;
}

/************ Panel Popup **************/
/***************************************/

.panelPopupAjax
{
	border-bottom: #a9a9a9 8px solid;
	border-left: #a9a9a9 8px solid;
	background-color: #ffffff;
	border-top: #a9a9a9 8px solid;
	border-right: #a9a9a9 8px solid; /*visibility:hidden;*/
}

.modalBackgroundPopup 
{
	background-color:#000;
	filter:alpha(opacity=65);
    opacity:0.6;   
    z-index: 200;       		
}

.modalBackground {
    background-color: #000;
    opacity: 0.6;
    height: 100vh;
    width: 100vw;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: center;
}


.progressbar
{
    border: 1px solid #ffffff;
    width: 120px; 
    height: 40px; 
    background-color: #6699ff; 
    text-align: center;  
}	

.CompletionListItem
{	
	padding-left: 4px;
	padding-top: 5px;
	height:20px;	
	border-bottom: 1px solid #000;
}

.CompletionListItembackground
{
	padding-left: 4px;
	padding-top: 5px;
	height: 20px;
	background-color: #3399ff;
	border-bottom: 1px solid #000;
}

/*	AUTOGESTION */

.panel_responsable
{
	width: 810px;
	height: 30px;
	background-color: #2f4f4f;
	color: #fff;
	border: 1px solid #fff;
	margin-left: 3px;
}

.panel_responsable table
{
	width: 100%;
}

.CompletionListItem
{		
	padding-left: 4px;
	padding-top: 5px;
	height:20px;	
	border-bottom: 1px solid #000;
}

.CompletionListItembackground
{
	padding-left: 4px;
	padding-top: 5px;
	height: 20px;	
	background-color: #a52a2a;
	color: #fff;
	border-bottom: 1px solid #000;
	z-index:99999;
}