@charset "utf-8";
/* CSS Document */

.h2_title_sec{
	font-size: 1.8rem;
	/*color: #00254E;*/
	font-weight: 300;
}
.font{
	font-family: 'Roboto', sans-serif;
}
.font_b{
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 600;
}
.h1_top{
	font-size: 0.9rem;
	margin: 0;
}
.p_footer{
	font-size: 0.85rem;
}
.size_08{
	font-size: 0.8rem;
}
.size_09{
	font-size: 0.9rem;
}
.size_10{
	font-size: 1.0rem;
}
.size_12{
	font-size: 1.2rem;
}
.h1_footer{
	font-size: 0.85rem;
	margin: 0;
}
.nom_inst_a{
	font-family: "Outfit", sans-serif;
	font-weight:bold;
	font-size: 2.0rem;
	color:#005992;
}
.h1_areas{
	font-size: 1.9rem;
	margin: 0;
	color:#fff;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 600 !important;
	text-shadow:0px 1px 0px #000000;
}
.h2_slogan{
	font-size: 1.4rem;
	margin: 0;
	color:#fff;
	font-family: 'Roboto Condensed', sans-serif;
	text-shadow:0px 1px 0px #000000;
}
.h1_sys{
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 600;
	font-size: 1.8rem;
	color:#4291C9;
	text-shadow:0px 1px 0px #fff;
}
.h2_sys_desc{
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 600;
	font-size: 1.3rem;
	color: #313030;
	text-shadow:0px 1px 0px #fff;
}
.cont_info h1{
	font-size: 1.5rem;
	font-family: 'Roboto', sans-serif;
	font-weight: 600 !important;
	color:rgba(2,15,77,1.00);
	margin-bottom: 25px;
	text-align: center;
}
.cont_info h2{
	font-size: 1.0rem;
	font-family: 'Roboto', sans-serif;
	font-weight: 500 !important;
	color:rgba(4,51,123,1.00);
	margin-bottom: 15px;
	margin-top: 30px;
}
.cont_info h6{
	font-size: 1.0rem;
	font-family: 'Roboto', sans-serif;
	color:rgba(3,111,240,1.00);
}
.cont_info p{
	font-size: 0.9rem;
	font-family: 'Roboto', sans-serif;
	text-align: justify;
}
.cont_info ul li{
	font-size: 0.9rem;
	font-family: 'Roboto', sans-serif;
	text-align: justify;
}
.cont_info_membrete h1{
	font-size: 1.3rem;
	font-family: 'Roboto', sans-serif;
	font-weight: 600 !important;
	color:rgba(2,15,77,1.00);
	margin-bottom: 25px;
}
.cont_info_membrete h2{
	font-size: 1.0rem;
	font-family: 'Roboto', sans-serif;
	font-weight: 500 !important;
	color:rgba(4,51,123,1.00);
	margin-bottom: 15px;
	margin-top: 30px;
}
.cont_info_membrete h6{
	font-size: 1.0rem;
	font-family: 'Roboto', sans-serif;
	color:rgba(3,111,240,1.00);
}
.cont_info_membrete p{
	font-size: 0.9rem;
	font-family: 'Roboto', sans-serif;
	text-align: justify;
}
.cont_info_membrete ul li{
	font-size: 0.9rem;
	font-family: 'Roboto', sans-serif;
	text-align: justify;
}
.sombra-text-white{
	text-shadow:0px 1px 0px #fff;
}
.sombra-text-black{
	text-shadow:0px 1px 0px #000;
}
#myTabContent ul{
	list-style: none;
}
#myTabContent ul > li{
	padding-left: 1.5rem;
	background-image:url("../arrow/red20.png");
	/*background-position: 0 50%;*/
	background-size: 1.1rem 1.1rem;
	background-repeat: no-repeat;
	
}

@media screen and (max-width: 800px) {
	h1{
		text-align: center;
	}
	.h1_top{
	font-size: 0.8rem;
}
	.h1_areas{
	font-size: 1.7rem;
}
.h2_slogan{
	font-size: 1.1rem;
	
}
	 
 }



