/*@import url(https://fonts.googleapis.com/css?family=Lato:400,700,900,700italic,400italic,900italic,300italic,300);*/


@import url('https://fonts.googleapis.com/css?family=Montserrat:200,200i,300,300i,400,400i,500,500i,700,700i,900,900i&subset=latin-ext');

/*Montserrat
thin 100
thin 100 Italic
extra-light 200
extra-light 200 Italic
light 300
light 300 Italic
regular 400
regular 400 Italic
medium 500
medium 500 Italic
semi-bold 600
semi-bold 600 Italic
bold 700
bold 700 Italic
extra-bold 800
extra-bold 800 Italic
black 900
black 900 Italic*/


:root {
    --main-color:#2354C1;
}

/*#foo {
    color: var(--main-color);
}*/

.table_bg_color {
	background-color: var(--main-color);
}

body {
	font-family: 'Montserrat', sans-serif;
	font-size: 12px;
	font-weight: 400;
	letter-spacing: 0;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	background-color:#FFFFFF;
	-webkit-text-size-adjust: none;
}

/*
COLORS
home #2e4c4c
*/

.AE_tiny_font {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 1px;
	font-style: normal;
	color: #333333;
}



.AE_top_bar_white {
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	font-weight: 400;
	font-style: normal;
	color: #FFFFFF;
	letter-spacing:1px;
	text-decoration: none;
}



.AE_top_bar_menu {
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	font-weight: 400;
	font-style: normal;
	color: #000000;
	letter-spacing:1px;
	text-decoration: none;
}
.AE_top_bar_menu a:link {
	color: #000000;
	text-decoration: none;
}
.AE_top_bar_menu a:visited {
	color: #000000;
	text-decoration: none;
}
.AE_top_bar_menu a:hover {
	color: #000000;
	text-decoration: underline;
}
.AE_top_bar_menu a:active {
	color: #000000;
	text-decoration: none;
}




.AE_title {
	font-family: 'Montserrat', sans-serif;
	font-size: 24px;
	font-weight: 400;
	font-style: normal;
	color: #000000;
	letter-spacing:1px;
	text-decoration: none;
}



.AE_evaluacion_titulo {
	font-family: 'Montserrat', sans-serif;
	font-size: 20px;
	font-weight: 700;
	font-style: normal;
	color: #000000;
	letter-spacing:1px;
	text-decoration: none;
	
	text-align: justify;
	text-justify: inter-word;
}
.AE_evaluacion_titulo a:link {
	color: #000000;
	text-decoration: none;
}
.AE_evaluacion_titulo a:visited {
	color: #000000;
	text-decoration: none;
}
.AE_evaluacion_titulo a:hover {
	color: #000000;
	text-decoration: underline;
}
.AE_evaluacion_titulo a:active {
	color: #000000;
	text-decoration: none;
}


.AE_textos {
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	font-weight: 400;
	font-style: normal;
	color: #000000;
	letter-spacing:1px;
	text-decoration: none;
	
	text-align: justify;
	text-justify: inter-word;
}
.AE_textos a:link {
	color: #000000;
	text-decoration: none;
}
.AE_textos a:visited {
	color: #000000;
	text-decoration: none;
}
.AE_textos a:hover {
	color: #000000;
	text-decoration: underline;
}
.AE_textos a:active {
	color: #000000;
	text-decoration: none;
}


.AE_textos_notas {
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	font-weight: 400;
	font-style: normal;
	color: #FF0000;
	letter-spacing:1px;
	text-decoration: none;
	
	text-align: justify;
	text-justify: inter-word;
}
.AE_textos_notas a:link {
	color: #FF0000;
	text-decoration: none;
}
.AE_textos_notas a:visited {
	color: #FF0000;
	text-decoration: none;
}
.AE_textos_notas a:hover {
	color: #FF0000;
	text-decoration: underline;
}
.AE_textos_notas a:active {
	color: #FF0000;
	text-decoration: none;
}


.AE_item_link {
	font-family: 'Montserrat', sans-serif;
	font-size: 13px;
	font-weight: 400;
	font-style: normal;
	color: #666666;
	letter-spacing:1px;
	text-decoration: none;
}
.AE_item_link a:link {
	color: #666666;
	text-decoration: none;
}
.AE_item_link a:visited {
	color: #666666;
	text-decoration: none;
}
.AE_item_link a:hover {
	color: #000000;
	text-decoration: underline;
}
.AE_item_link a:active {
	color: #666666;
	text-decoration: none;
}



.AE_item_extra {
	font-family: 'Montserrat', sans-serif;
	font-size: 12px;
	font-weight: 400;
	font-style: normal;
	color: #666666;
	letter-spacing:1px;
	text-decoration: none;
}
.AE_item_extra a:link {
	color: #666666;
	text-decoration: none;
}
.AE_item_extra a:visited {
	color: #666666;
	text-decoration: none;
}
.AE_item_extra a:hover {
	color: #666666;
	text-decoration: underline;
}
.AE_item_extra a:active {
	color: #666666;
	text-decoration: none;
}




.AE_archivo_link {
	font-family: 'Montserrat', sans-serif;
	font-size: 12px;
	font-weight: 400;
	font-style: normal;
	color: #0080FF;
	letter-spacing:1px;
	text-decoration: none;
}
.AE_archivo_link a:link {
	color: #0080FF;
	text-decoration: none;
}
.AE_archivo_link a:visited {
	color: #0080FF;
	text-decoration: none;
}
.AE_archivo_link a:hover {
	color: #0080FF;
	text-decoration: underline;
}
.AE_archivo_link a:active {
	color: #0080FF;
	text-decoration: none;
}



.one_column_table {
	width:1500px;
}

@media all and (max-width: 1500px) {
	.one_column_table {
		width:1200px;
	}
}

@media all and (max-width: 1200px) {
	.one_column_table {
		width:900px;
	}
}

@media all and (max-width: 900px) {
	.one_column_table {
		width:700px;
	}
}




/* ============================================================
  UItoTop
============================================================ */

#toTop {
	display:none;
	text-decoration:none;
	position:fixed;
	bottom:10px;
	right:10px;
	overflow:hidden;
	width:51px;
	height:51px;
	border:none;
	text-indent:100%;
	background:url(../archivos/ui.totop.png) no-repeat left top;
}

#toTopHover {
	background:url(../archivos/ui.totop.png) no-repeat left -51px;
	width:51px;
	height:51px;
	display:block;
	overflow:hidden;
	float:left;
	opacity: 0;
	-moz-opacity: 0;
	filter:alpha(opacity=0);
}

#toTop:active, #toTop:focus {
	outline:none;
}











