MOON
Server: Apache
System: Linux kvm.asjudinet.com 5.14.0-611.54.6.el9_7.x86_64 #1 SMP PREEMPT_DYNAMIC Fri May 15 04:23:18 EDT 2026 x86_64
User: asjudine (1001)
PHP: 8.0.30
Disabled: exec,passthru,shell_exec,system
Upload Files
File: /home/asjudine/www/aevaluacion/css/estilos.css
/* Import Fonts
----------------------------------------*/
@import url(http://fonts.googleapis.com/css?family=Roboto);
@import url('https://fonts.googleapis.com/css?family=Oswald|PT+Sans');

*{
	margin: 0;
	padding: 0;
}


body{
	/*background-color: #367587;*/
	background-image: url(../../ELEMENTS/fondos/blanco4.jpg);
	font-family:'Roboto', sans-serif;
	background-attachment: fixed!important;
	background-repeat: no-repeat!important;
	background-position: center center!important;
	background-size: cover!important;
    
	min-width: 400px;
}

header {
	background-color: #B7271F;
	text-align: center;
}
    
.cerrarsesion{
	width: auto;
	height: 20px;
	background-color: #DBD8C9;
	color: #000;
	font-size: 13px;
	position:absolute;
	top: 15px;right:10px;
	z-index:0;
	padding: 10px;
	border-radius: 10px;
	cursor: pointer;
}

.titulo{
	width: 100%;
	text-align: center;
	background-color: #dbd8c9;
	color: #B3241A;
	padding: 6px 0;
	font-size: 18px;
}
	
.subtitulo{
	width: 100%;
	text-align: center;
	background-color: #625305;
	color: #b20606;
	padding: 3px 0;
	font-size: 15px;
}



main{
	max-width: 1100px;
    width: 100%;
    margin: 0 auto;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	font-size: 1em;
	padding-bottom: 10px;
	display: block; /*NEW IE*/
}


main.main{
	width: 90%;
	margin: 0 auto!important;
}

main.main2{
    background-color: #fff;
	width :80%;
	margin: 0 auto;
}

div.contenedor-big{
  	width: 90%;
	margin: 0 auto;
}


div.contenedor-small{
  	width: 80%;
	margin: 0 auto;
}


@media only screen and (min-width: 481px){
	main.main,main.main2,
	div.contenedor-big,div.contenedor-small{
		width: 100%!important;
		padding: 5px!important;
	}
	
	.contenedor{
    	padding: 10px;
	}	
}


.center{
	text-align: center;
	margin: 0 auto;
}

.left{
	text-align: left;
}

div.fecha{ /*arriba*/
	padding: 5px;
	color: #2e2e2e;
	text-align: center;
	margin: 0 auto;
}




    

.divirmenu{
	text-align: center;
}
    
.irmenu{
	width: 180px;
	background-color: #1c4fa0;
	color: #fff; 
	padding: 4px;
	margin-top: 5px;
	margin-bottom: 5px;
	line-height: 20px;
	font-size: 13px;
}

.irmenu:hover{
	background-color: #67a0d9; 
	color: #000;
}

.direcciona{
	width: 180px;
	background-color: #B3241A;
	color: #fff; 
	padding: 4px;
	margin-top: 5px!important;
	margin-bottom: 5px!important;
	line-height: 20px;
	font-size: 13px;
}

.direcciona:hover{
	background-color: #8d1e17; 
	color: #fff;
}


/* Menu Evaluacion */
.boton{
	width: 100%; 
	margin: 0 auto; 
	font-size: 15px; 
	padding: 5px; 
	background-color: #fff;
	color: #000;
	cursor: pointer; 
	text-align: left;
}
    
.boton:hover{
	background-color: #B3241A;
	color: #fff;
}


/* Menu Evaluacion (Dependencias) */
.boton1{
	width: 100%; 
	margin: 0 auto; 
	font-size: 15px; 
	padding: 3px 3px 3px 6px; 
	background-color: rgba(243, 240, 214, 0.7);
	border-bottom: 1px solid red;
	color: #000;
	cursor: pointer; 
	text-align: left;
	padding: 4px;
}
    
.boton1:hover{
	background-color: #902121;
	color: #fff;
}




/* LISTADOS */
.tdtitulo{
	background-color: #1a55b3; 
	color: #ffffff; 
	padding: 2px; 
	text-align: center; 
	font-size: 14px; 
	font-weight: bold;
}

.tdtitulo1{
	background-color: #B3241A;
	color: #ffffff; 
	padding: 2px; 
	text-align: center; 
	font-size: 14px; 
	font-weight: bold;
}

.tdfull{
	color: #000; 
	padding: 1px; 
	text-align: center; 
	font-size: 12px;
}

.tdleft{
	color: #000;
	padding: 2px; 
	text-align: left; 
	font-size: 12px;
	padding-left: 20px;	
}

.botonnew{
	width: 90px; 
	background-color: #e3dec0;
	color: #b20606;
	padding: 3px;
}

.botonnew:hover{
	width: 90px; 
	background-color: #cbbd6a;
	color: #000;
}



/* Tablas */
table{
	margin: 0 auto!important;
}

/* Tablas de los listados */
table.tabla-listado{
	width: 60%;
	border: 5px groove #DBD8C9;
	border-spacing: 2px;
    border-collapse: separate;
	margin-bottom: 20px;
}

@media only screen and (max-width: 480px){
	table.tabla-listado{
		width: 100%!important;
	}
}


@media only screen and (max-width: 700px){
	table.tabla-listado{
		width: 100%!important;
	}
}

@media only screen and (max-width: 860px){
	table.tabla-listado{
		width: 90%;
	}
}

table.tabla-listado tr td{
	border: 1px solid #9f9f9f;
}


/*Directores*/
tr.lista:nth-child(odd) {
	 background: #efefef;
}
tr.lista:nth-child(even) {
	 background: #ffffff;
}

table.contar_resultados th{
	margin: 0 auto;
	text-align: center;
	background-color: #1A55B3;
	color: #fff;
	padding: 6px;
}

table.contar_resultados td{
	margin: 0 auto;
	text-align: center;
	color: #ff0000;
	padding: 6px;
}




/* CALIFICAR  */
fieldset.menus{
	padding: 5px; 
	margin-bottom: 10px; 
	border: solid 1px #283E9A;
}
	
legend.titulos{
	color: #283e9a; 
	font-weight: bold;
}
    

table.calificaciones{
	width: 100%;
	padding: 10px;
	background-color: #e3e3e3;
}

td.resaltada{
	color: #142b8d;
	height: 25px;
}

table.calificaciones input,
table.calificaciones select{
	padding: 2px;
}
	

.nota-titulo{
	text-align: center;
	border-left: 1px solid #b5a62c;
	border-top: 1px solid #b5a62c;
	border-bottom: 1px solid #b5a62c;
	padding: 2px;
}

.nota-titulo:last-child{
	border-right: 1px solid #b5a62c;
}




input[type=text].datos{
	padding: 2px;
	margin-bottom: 5px;
	font-size: 12px;
	width: auto;
}

input[type="radio"]{
    content: "";
    width: 20px;
    height: 20px;
    margin: 0.5em 0.5em 0 0
    border: 2px solid #ccc;
    /*background-color: #d41414!important;*/
	color: #ffffff!important;
}

select{
	color: #000;
	font-size: 14px!important;
	width: 200px;
}



.nota{
	width: 30px;
	text-align: center;
	vertical-align: middle;
	border-left: 1px solid #b5a62c;
	
}

.nota:last-child{
	border-right: 1px solid #b5a62c;
}



















/*CONSULTA POR MESES*/
table.tabla{
}

table.tabla tr td{
	padding: 5px 0!important;
}

table.tabla tr td select{
	padding: 2px;
}

table.consulta{
	border: 1px solid #ff0000;
	border-collapse: separate;
	width: 70%;
	padding: 10px!important;
	margin-bottom: 0;
	padding: 0;
	margin: 0 auto!important;
}

p.titulos{
	color: #B3241A;
	padding: 20px;
	font-size: 20px;
	text-align: center;
}

table.consulta tr{
	float: left;
	width: 50%;
}

table.consulta tr td.area{
	text-align: left!important;
	width: 100%;
}

@media only screen and (max-width: 580px){
	table.consulta tr {
		width: 100%;
	}
}


table.consulta tr td.puntaje{
	padding: 5px 20px 5px 5px;
}

table.consulta tr td.puntaje input{
	text-align: center;
	border: 1px solid red;
	padding: 2px;
}


@media only screen and (max-width:800px){
	table.consulta{
		width: 100%;
	}
}
@media only screen and (max-width:580px){
	table.consulta td{
		width: 100%;
	}
}



table.table{
	border: 1px solid #909090;
	border-collapse: separate;
	width: 33.3%;
	float: left;
	margin-bottom: 0;
	padding: 0;
}

@media only screen and (max-width:820px){
	table.table{
		width: 50%;
	}
}
@media only screen and (max-width:580px){
	table.table{
		width: 100%;
	}
}

table.table td{
	height: 53px;
	padding: 0!important;
}

table.table td.titulos{
	background-color: #2c5ab1;
	color: white;
	text-align: center;
}


table td, .table th{
    vertical-align: middle!important;
}

table.table input{
	text-align: center;
}

table td.enunciado{text-align:left;padding-left: 10px!important; border-bottom: 1px dashed #002c7e;}
table td.num{text-align:right; border-bottom: 1px dashed #002c7e;}
table td.num input{padding: 2px; }
table td.puntos_total{color: red;background-color: rgb(255, 252, 230); text-align: center;}
table td.puntos_total input{padding: 2px; font-weight: bold;}
table td.total{background-color: #DBD8C9; color: red;padding: 10px;text-align: center;width: 100%!important;}
table td.total input{padding: 5px; text-align: center; font-weight: bold;}


.resaltada{
	color: black;
	font-style: italic;
	font-size: 16px;
}

.nombre {
	border: 3px solid #840000;
	font-size: 18px;
	text-align: center;
	color: #000;
	margin: 0 auto;
	font-variant: small-caps;
	width: 40%;
	padding: 6px;
}

@media only screen and (max-width:580px){
	.nombre {
		width: 100%;
	}
}


/*Consulta por historicos*/
table.historico{
	border: 2px groove #B3241A;
}

table.historico tr td.tdfull{
	background-color: #ffffff;
	color: #292929;
}