﻿/*font-family: 'Arimo', sans-serif;
font-family: 'Dosis', sans-serif;
font-family: 'Fira Sans', sans-serif;
font-family: 'Gudea', sans-serif;ç

font-family: 'Lato', sans-serif;
font-family: 'Raleway', sans-serif;
font-family: 'Ubuntu', sans-serif;
*/

body {
	background:#ffff;
	margin: 0 auto;
}

h1 {
	width: 85%;
	margin-left:auto;
	margin-right:auto;
	font-family: 'Raleway', sans-serif;
	background-color: #00C0C2;/*#1AB0B7;0BCE83 1ECEAB*/
	padding: 6px 20px;
	font-size: 1.4em;
	font-variant: small-caps;
	border-radius: 5px;
	color: #fff;
	letter-spacing: 0.05em;
	font-weight: 500;
	margin-bottom: 40px;
	text-transform: lowercase;
	}	

p {
	font-family: 'lato', sans-serif;
	color: #5C5C5C;
	text-align: justify;
	line-height: 1.9em;
	padding: 10px;
	font-size: 0.9em;
	}

/*header*/
.redes_header {
	width:90%;
	height:10px;
	margin:0 auto;
	}
.redes_header img {
	width:35px;
	height:auto;
	margin: 4px 15px 0px 0px;
	}
/*fin header*/


/*footer*/

footer {
	width:100%;
	margin:0 auto;
	padding:0;
	}
	
.gobierno {
	background-color:#BEBEBE;
	height:auto;
	}
	
.secc_gob {
	width: 85%;
	margin: auto;
	display: flex;
	display: -webkit-box;
	display: -moz-flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	-webkit-flex-wrap: wrap;
	-webkit-align-content: space-around;
	-webkit-justify-content: space-around;
	display: -webkit-flex;
	-moz-justify-content: space-around;
	-ms-justify-content: space-around;
	flex-wrap: wrap;
	justify-content: space-around;
	padding: 20px 0px 20px 0px;
	}
	
	.secc_gob img {
		margin-top:20px;
		}
		
	.secc_gob img:first-child {
	padding-right: 20px;
	border-right: medium #FFFFFF solid;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;		
	margin-top:0;
		}
		

.footer-principal
{
	padding: 25px 0px 5px 0px;
	background-color: #2D5191;
	border-bottom: medium solid #2d5191;
}
		.footer-principal article p
		{
			text-align: center;
			text-decoration: none;
			color:#FFFFFF;
			font-family: 'Raleway', sans-serif;
			font-size:1em;
			font-variant:small-caps;
			font-weight:400;
			text-transform:lowercase;
		} 
		
		.footer-principal ul
		{
			text-decoration:none;
			margin-bottom:40px;
		}
		.footer-principal li {
			width: 12%;
			padding: 4px 5px 4px 5px;
			font-family: 'Raleway', sans-serif;
			font-size: 1em;
			font-variant: small-caps;
			font-weight: 500;
			text-transform: lowercase;
			display: inline-table;
			text-align: center;
			text-decoration:none;
			color:#fff;
	}
		
	.footer-principal a {
		text-align: center;
		text-decoration: none;
		color:#FFFFFF;
	}
		
	.footer-principal article p {
		padding: 5px 0px 10px 0px ;	
		margin-top:30px;
	}


.footer-principal article figure {
	display: inline;
    justify-content: center;
	margin:0 auto;
	
}

.redes-sociales-figure-group {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
	margin-top:20px;
}



.datosfooter {
	width: 85%;
	margin:20px auto 0px auto;
	}
	
.datosfooter h5 {
	font-family: 'Raleway', sans-serif;
    font-size: 0.8em;
    font-weight: 500;
	color:#fff;
	margin-bottom:5px;
	}	
/*fin footer*/


/*menu*/

* {
	padding:0;
	margin:0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}


.menu_bar {
	display:none;
}

header {
	width: 100%;
	background-image: url(../../public/img/header/2-01.svg);
	background-size: contain;
}

header img {
margin: 0 auto;
display:flex;
}

header nav {
	background:#2F5193;
	z-index:1000;
	/*max-width: 1000px;*/
	width:100%;
	margin:0 0 40px 0;
	

}

header nav ul {
	list-style:none;
	text-align:center;
}

header nav ul li {
	display:inline-block;
	position: relative;
	font-family: 'Gudea', sans-serif;
	font-size:.7em;
	font-weight:400;
	text-transform: uppercase;
	padding-left:4px;
	padding-right:4px;
}

header nav ul li:hover {
	background:#00C0C2;
}

header nav ul li a {
	color:#fff;
	display:block;
	text-decoration:none;
	padding: 20px;
}

header nav ul li a span {
	margin-right:10px;
}

header nav ul li:hover .children {
	display:block;
}

header nav ul li .children {
	display: none;
	background-color: #2F5193;
	position: absolute;
	width: 105%;
	z-index: 1000;
}

header nav ul li .children li {
	display:block;
	overflow: hidden;
	border-bottom: 1px solid rgba(255,255,255,.5);
	font-family: 'Gudea', sans-serif;
	font-size:1em;
}

header nav ul li .children li a {
	display: block;
	padding: 15px 0; /*alto y ancho submenu*/
}

header nav ul li .children li a span {
	float: right;
	position: relative;
	top:3px;
	margin-right:0;
	margin-left:10px;
}

header nav ul li .caret {
	position: relative;
	top:3px;
	margin-left:10px;
	margin-right:0px;
}
/*fin menu*/



/*index*/

.indexlinks {
 width: 350px;
	height: 160px;
	margin-top: 50px;
	background-color:aliceblue;
	border:solid thin #ccc;
	position:relative;
	z-index:2; /*Imagen apilada en segunda posición*/


	}
.indexlinks img{   
	display: block;
    width: auto;
    height: 110px;
	margin:0 auto;
	z-index:2; /*Imagen apilada en segunda posición*/

    padding: 10px auto 5px auto;
	}
.indexlinks a{
	text-decoration: none;
	}
.indexlinks h3{
	text-align: center;
    font-variant: small-caps;
    text-transform: lowercase;
	font-weight:300;
	padding:5px 0;
    color: #fff;
	font-family: 'Ubuntu', sans-serif;
	margin-bottom: 5px;
    background-color: #094CA4;/*#2D5191*/
	}
	

.info_links_index {
position: absolute;
z-index: 3; /*Los datos por encima de todo lo demás*/
filter: alpha(opacity=0);
opacity: 0;
top:0;
 width: 350px;

	height: 160px;
	border: solid 2px #ccc;
/*padding: 5px;
*/text-align: center;
background: #00C0C2;
-moz-transition:all linear 0.5s 0s; 
-webkit-transition:all linear 0.5s 0s;
transition:all ease 0.5s 0s;
}
.indexlinks:hover .info_links_index {
filter: alpha(opacity=100);
opacity:1;
 width: 350px;
	height: 160px;
}

.info_links_index h2{
    font-family: 'Ubuntu', sans-serif;
    color: #fff;
    font-weight: 500;
    font-size: 16px;
    text-transform: uppercase;
    padding: 10px 0px 4px 0px;
    margin: 0 10px;
    border-bottom: dotted thin #ccc;

}
.info_links_index p{
	color:#fff;
	font-family: 'Ubuntu', sans-serif;
    font-size: 13px;

}




	
.sitios_principales2 {
	width: 85%;
	margin: auto;
	display: flex;
	display: -webkit-box;
	display: -moz-flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	-webkit-flex-wrap: wrap;
	-webkit-align-content: space-around;
	-webkit-justify-content: space-around;
	display: -webkit-flex;
	-moz-justify-content: space-around;
	-ms-justify-content: space-around;
	flex-wrap: wrap;
	justify-content: space-around;
	/*background-color: #DBD9DA; */
	padding: 20px 0px 20px 0px;
	vertical-align: auto;
	}
.sitios_principales {
	width: 85%;
	margin: auto;
	display: flex;
	display: -webkit-box;
	display: -moz-flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	-webkit-flex-wrap: wrap;
	-webkit-align-content: space-around;
	-webkit-justify-content: space-around;
	display: -webkit-flex;
	-moz-justify-content: space-around;
	-ms-justify-content: space-around;
	flex-wrap: wrap;
	justify-content: space-around;
	/*background-color: #DBD9DA; */
	padding: 20px 0px 20px 0px;
	vertical-align: auto;
	}

.sitios_principales h2 {
	width: 100%;
	font-family: 'Raleway', sans-serif;
	font-size: 24px;
	background-color: #00C0C2;
	border-radius: 5px;
	text-align: center;
	margin: 45px 0px 20px 0px;
	padding: 1px 15px;
	color: white;
	font-variant: small-caps;
	font-weight: 400;
	line-height: 1em;
/*  width: 100%;
    font-family: 'Raleway', sans-serif;
    font-size: 1.7em;
    color: #1ECEAB;
    text-align: left;
    margin: 45px 0px 20px 10px;
    font-variant: small-caps;
    font-weight: 600;
    line-height: 1em;
    border-bottom: thin solid #1ECEAB;*/
}

/*.sitios_principales h3 {
font-family: 'Raleway', sans-serif;
	font-size: 1.6em;
	color: #fff;
	text-align: center;
	font-variant: small-caps;
	font-weight: 500;
	margin:10px 0;
	padding:0;
	letter-spacing: 0.08em;
	background-color:#24BACC;
	border-bottom: dotted thin #fff;
	}
	
.sitios_principales p {
font-family: 'Raleway', sans-serif;
	font-size: 1em;
	color: #24BACC;
	text-transform: lowercase;
	font-variant: small-caps;
	padding:0px 20px;
	margin:20px 0 30px 0;
	text-align: justify;
}
*/

.admision {
	position:relative;
	width:47%;
	border-radius: 12px;
	margin: 10px 0px 40px 0px;
	padding:0;
    border: solid thin #24BACC;
	background-color: #24BACC;		
	}

.admision img {
	width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    display: block;
	/*width: 100%;
	height: auto;
	margin:0;
	padding:0;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	display:block;*/
	}
.admision h3 {
	font-family: 'Raleway', sans-serif;
    font-size: 1.6em;
    color: white;
    background-color: #24BACC;
    border-bottom: solid thin #fff;
    text-align: center;
    font-variant: small-caps;
    font-weight: 500;
    margin: 0;
    padding: 10px;
	border-bottom: solid 1px #fff;
	border-top: solid 3px #fff;
}

.admision p {
	font-family: 'lato', sans-serif;
    font-size: 14px;
    color: #fff;
    background-color: #24BACC;
    padding: 10px 20px 30px 20px;
    margin-bottom: 20px;
    text-align: justify;
}
.admision a {
	bottom: 0;
    margin-bottom: 0;
    position: absolute;
    text-decoration: none;
    text-align: center;
    width: 100%;
    display: inline-block;
    background-color: #24BACC;
    color: white;
    font-variant: small-caps;
    text-transform: lowercase;
    font-size: 1em;
    font-weight: 500;
    border-top: solid 2px #fff;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
	}
	
.admision a:hover {
	background-color: #15A8BC;
	color: #fff;
    font-weight: 600;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	}

.postgrado {
	position:relative;
	width:47%;
	border-radius: 12px;
	margin: 10px 0px 40px 0px;
	padding:0;
	border: solid thin #ED8835;	
	background-color:#ED8835;		
	}

.postgrado img {
	width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    display: block;
	/*width: 100%;
	height: auto;
	margin:0;
	padding:0;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	display:block;*/
	}
.postgrado h3 {
	font-family: 'Raleway', sans-serif;
    font-size: 1.6em;
    color: #fff;
    text-align: center;
    font-variant: small-caps;
    font-weight: 500;
    margin: 0;
    padding: 10px;
    background-color: #ED8835;
    border-bottom: solid 1px #fff;
	border-top: solid 3px #fff;
}

.postgrado p {
    font-family: 'lato', sans-serif;
    font-size: 14px;
    color: white;
    background-color: #ED8835;
    padding: 10px 20px 30px 20px;
    text-align: justify;
    margin-bottom: 20px;
}
.postgrado a {
    bottom: 0;
    margin-bottom: 0;
    position: absolute;
    text-decoration: none;
    text-align: center;
    width: 100%;
    display: inline-block;
    background-color: #ED8835;
    color: white;
    font-variant: small-caps;
    text-transform: lowercase;
    font-size: 1em;
    font-weight: 500;
    border-top: solid 2px #fff;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
	}
	
.postgrado a:hover {
	background-color: #E56F17;
	color: white;
    font-weight: 600;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	}



.internacional {
	width:47%;
	position:relative;
	border-radius: 12px;
	margin: 10px 0px 50px 0px;
	padding:0;	
	border:solid thin #0CC67B;
	background-color:#0CC67B;		
	}

.internacional img {
	    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    display: block;
	/*width: 100%;
	height: auto;
	margin:0;
	padding:0;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	display:block;*/
	}
.internacional h3 {
    font-family: 'Raleway', sans-serif;
    font-size: 1.6em;
    color: #fff;
    text-align: center;
    font-variant: small-caps;
    font-weight: 500;
    margin: 0;
    padding: 10px;
    background-color: #0CC67B;
    border-bottom: solid 1px #fff;
	border-top: solid 3px #fff;
}

.internacional p {
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    color: white;
    background-color: #0CC67B;
    padding: 10px 20px 30px 20px;
    text-align: justify;
    margin-bottom: 20px;
}

.internacional a {
	text-decoration: none;
    bottom: 0;
    margin-bottom: 0;
    position: absolute;
    text-align: center;
    width: 100%;
    display: inline-block;
    font-variant: small-caps;
    text-transform: lowercase;
    font-size: 1em;
    font-weight: 500;
    background-color: #0CC67B;
    color: white;
    border-top: solid 2px #fff;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;	
	}
	
.internacional a:hover {
	background-color: #06B267;
	color: white;
    font-weight: 600;
	border-bottom-right-radius: 12px;
	border-bottom-left-radius: 12px;
	}



.areas {
	width: 47%;
    border-radius: 12px;
    margin: 10px 0px 50px 0px;
    padding: 0;
    position: relative;
    border: solid thin #94104C;
	background-color:#94104C;		
	}

.areas img {
	width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    display: block;
	/*width: 100%;
	height: auto;
	margin:0;
	padding:0;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	display:block;*/
	}
.areas h3 {
    font-family: 'Raleway', sans-serif;
    font-size: 1.6em;
    color: #fff;
    text-align: center;
    font-variant: small-caps;
    font-weight: 500;
    margin: 0;
    padding: 10px;
    background-color: #94104C;
    border-bottom: solid 1px #fff;
	border-top: solid 3px #fff;
}

.areas p {
	font-family: 'Lato', sans-serif;
    font-size: 14px;
    color: white;
    background-color: #94104C;
    padding: 10px 20px 30px 20px;
    text-align: justify;
    margin-bottom: 20px;
}
.areas a {
    bottom: 0;
    margin-bottom: 0;
    position: absolute;
    text-decoration: none;
    text-align: center;
    width: 100%;
    display: inline-block;
    font-variant: small-caps;
    text-transform: lowercase;
    font-size: 1em;
    font-weight: 500;
    background-color: #94104C;
    color: white;
    border-top: solid 2px #fff;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
	}
	
.areas a:hover {
	background-color: #7C0641;
	color: white;
    font-weight: 600;
	border-bottom-right-radius: 12px;
	border-bottom-left-radius: 12px;
	}

/*.reforma {
	width:100%;
	height:auto;
	margin:auto;
	border-radius:15px;
	background: #dddd33;
	background: -moz-linear-gradient(left,  #dddd33 0%, #72aa00 49%, #c6d800 100%);
	background: -webkit-linear-gradient(left,  #dddd33 0%,#72aa00 49%,#c6d800 100%);
	background: linear-gradient(to right,  #dddd33 0%,#72aa00 49%,#c6d800 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dddd33', endColorstr='#c6d800',GradientType=1 );
	padding:10px 0px;
	}

.reforma h3{
	font-family: 'Arimo', sans-serif;
	letter-spacing: 0;
	text-shadow: 2px 2px 2px #595959;
	}
*/
.otrosindex:hover {
	opacity:0.8;
	}
.otrosindex {
	font-family: 'Fira Sans', sans-serif;
	width: 24%;
	/*border:solid thin #DDDDDD;*/
	background-color: #F7FAFD;
	height: auto;
	padding: 0;
	/*border-radius: 6px;*/
	margin-bottom: 80px;
	margin-top: 20px;  /*  font-family: 'Fira Sans', sans-serif;
    width: 24%;
    background-color: #2D5191;
    height: auto;
    padding: 20px;
    border-radius: 10px;
	margin-bottom:80px;
	margin-top:20px;*/
}

.otrosindex img {
	width: 30%;
    height: auto;
    margin: 0 auto 10px auto;
    display: block;
	/*width: 30%;
    height: auto;
    float: left;*/
	}
	
	.otrosindex img:hover {
	width: 30%;
    height: auto;
    margin: 0 auto 10px auto;
    display: block;
	transition:0.5s all linear;
	}
	
.otrosindex h3:hover {
	background-color:#00C0C2;
	transition:0.5s all linear;
	}
		
.otrosindex h3 {
	width: 100%;
    font-family: 'Raleway', sans-serif;
    font-size: 17px;
    text-align: center;
    font-variant: small-caps;
    font-weight: 400;
    background-color: #094CA4;
    color: white;
	padding: 5px 0;
    /*border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;*/
    line-height: 0.8em;
    text-transform: lowercase;
	margin-bottom:10px;
	/*font-family: 'Gudea', sans-serif;
    font-size: 1.4em;
    color: #fff;
    text-align: right;
    font-variant: small-caps;
    font-weight: 400;
	line-height:0.8em;
    float: right;
    width: 60%;
	text-transform:lowercase;*/
}
.otrosindex a {
	text-decoration:none;
	}
/*fin index*/

/*calendario*/
.calendario {
    width: 85%;
    margin: auto;
    display: flex;
    display: -webkit-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    -webkit-flex-wrap: wrap;
    -webkit-align-content: space-around;
    -webkit-justify-content: space-between;
    display: -webkit-flex;
    -moz-justify-content: center;
    -ms-justify-content: center;
    flex-wrap: wrap;
    justify-content: center;
    padding: 20px 0px 20px 0px;
    vertical-align: auto;
    margin-bottom: 60px;
}
.calendario h2 {
    width: 100%;
    font-family: 'Ubuntu', sans-serif;
    font-size: 18px;
    background-color: #00C0C2;
    color: white;
    text-align: center;
    margin: 25px 0px 20px 0px;
    font-weight: 300;
    letter-spacing: 0.05em;
    line-height: 0.9em;
    padding: 6px 10px 7px 20px;
    text-transform: uppercase;

	}

.actividades_cruch {
    width: 480px;
    height: auto;
    margin: 10px 15px 30px 15px;
    padding: 15px;
    background-color: aliceblue;
	}
	
.actividades_cruch img {
    width: 80px;
    height: auto;
    float: left;
    margin-right: 10px;
	padding-right: 20px;
    border-right: solid thin #ccc;
}
.actividades_cruch h3 {
    font-family: 'Ubuntu', sans-serif;
    font-size: 14px;
    display: table;
    color: #fff;
    color: #094CA4;
    border-bottom: #094CA4 thin solid;
    letter-spacing: 0.06em;
    line-height: 1.1em;
    font-weight: 400;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.actividades_cruch h4 {
	font-family: 'Ubuntu', sans-serif;
	font-size: 12px;
	display: table;
	color: #4B4B4B;
	padding: 0 10px;
	font-weight: 300;
	line-height: 1.2em;
}

/*fin calendario*/

/*nosotros*/	
	
.nosotros {
	width: 85%;
	margin:20px auto 40px auto;
	}	
	
.nosotros img {
	width: 100%;
	height: auto;
	}	
	
	
.nosotros h2 {
	width: 100%;
	font-family: 'Ubuntu', sans-serif;
	font-size: 24px;
	color: #00C0C2;
	text-align: left;
	margin: 55px 0px 30px 0px;
	font-variant: small-caps;
	font-weight: 400;
	letter-spacing: 0.05em;
	line-height: 0.9em;
	border-bottom: thin solid #00C0C2;
	padding: 5px 10px;
	text-transform: lowercase;
	}
	
.nosotros h4 {
	font-family: 'Raleway', sans-serif;
    font-size: 0.8em;
    font-weight: 400;
    color: #fff;
    background-color: #2D5191;
    padding: 10px 20px;
    line-height: 1.9em;
    margin-bottom: 25px;
	margin-top:10px;
    text-align: justify;
	text-transform:uppercase;
}
.nosotros p {
	font-family: 'lato', sans-serif;
	color: #5C5C5C;
	text-align: justify;
	line-height: 1.9em;
	padding: 10px;
	font-size: 0.9em;
	}
	
	
	
.nos_secciones {
	width: 31%;
    height: auto;
    background-color: #05BBE5;
    padding: 10px;
    border-radius: 10px;
    margin: 10px;
	}
.nos_secciones a{	
    text-decoration: none;	
	}

.nos_secciones h3{	
	font-family: 'Ubuntu', sans-serif;
    font-size: 1.2em;
    color: #fff;
    letter-spacing: 0.06em;
	font-weight:400;
    margin: 6%;
	font-variant:small-caps;
	text-transform:lowercase;
	}
	
.nos_secciones img{	
    width: 20%;
    height: auto;
    float: right;
    border-left: 2px solid #fff;
    padding-left: 10%;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}





.nos_secciones2 {
	width: 31%;
    height: auto;
    background-color: #057DD6;
    padding: 10px;
    border-radius: 10px;
    margin: 10px;
	}
.nos_secciones2 a{	
    text-decoration: none;	
	}

.nos_secciones2 h3{	
	font-family: 'Ubuntu', sans-serif;
    font-size: 1.2em;
    color: #fff;
    letter-spacing: 0.06em;
	font-weight:400;
    margin: 6%;
	font-variant:small-caps;
	text-transform:lowercase;
	}
	
.nos_secciones2 img{	
    width: 20%;
    height: auto;
    float: right;
    border-left: 2px solid #fff;
    padding-left: 10%;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}



.nos_secciones3 {
	width: 31%;
    height: auto;
    background-color: #0864B7;
    padding: 10px;
    border-radius: 10px;
    margin: 10px;
	}
.nos_secciones3 a{	
    text-decoration: none;	
	}

.nos_secciones3 h3{	
	font-family: 'Ubuntu', sans-serif;
    font-size: 1.2em;
    color: #fff;
    letter-spacing: 0.06em;
	font-weight:400;
    margin: 6%;
	font-variant:small-caps;
	text-transform:lowercase;
	}
	
.nos_secciones3 img{	
    width: 20%;
    height: auto;
    float: right;
    border-left: 2px solid #fff;
    padding-left: 10%;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}


.nos_secciones4 {
	width: 31%;
    height: auto;
    background-color: #1357A8;
    padding: 10px;
    border-radius: 10px;
    margin: 10px;
	}
.nos_secciones4 a{	
    text-decoration: none;	
	}

.nos_secciones4 h3{	
	font-family: 'Ubuntu', sans-serif;
    font-size: 1.2em;
    color: #fff;
    letter-spacing: 0.06em;
	font-weight:400;
    margin: 6%;
	font-variant:small-caps;
	text-transform:lowercase;
	}
	
.nos_secciones4 img{	
    width: 20%;
    height: auto;
    float: right;
    border-left: 2px solid #fff;
    padding-left: 10%;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.nos_secciones5 {
	width: 31%;
    height: auto;
    background-color: #2744A0;
    padding: 10px;
    border-radius: 10px;
    margin: 10px;
	}
.nos_secciones5 a{	
    text-decoration: none;	
	}

.nos_secciones5 h3{	
	font-family: 'Ubuntu', sans-serif;
    font-size: 1.2em;
    color: #fff;
    letter-spacing: 0.06em;
	font-weight:400;
    margin: 6%;
	font-variant:small-caps;
	text-transform:lowercase;
	}
	
.nos_secciones5 img{	
    width: 20%;
    height: auto;
    float: right;
    border-left: 2px solid #fff;
    padding-left: 10%;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}



/*publicacion libro*/

.publicacion_libro {
	width:85%;
	margin:20px auto;
	display: flex;
    display: -webkit-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -webkit-flex;
	}
.textopublic {
    width: 60%;
    margin-right: 20px;
	}
.textopublic p {
	}	
.imagenpublic {
	width: 400px;
    height: auto;
	}
.imagenpublic img{
	width: 90%;
}
/*fin publicacion libro*/


.directores {
	width:28%;
	border: solid #2D5191 1px;
	margin: 10px 0px 100px 0px;
	border-radius:4px;
	}
	

.directores img {
	width: 100%;
	height: auto;
	border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    margin-bottom: 10px;

	padding:5px;
	}	
	
.directores h3 {
	font-family: 'Raleway', sans-serif;
	font-size: 1.4em;
	color: #fff;
	background-color: #2D5191;
	text-align: center;
	font-variant: small-caps;
	font-weight: 500;
	padding: 6px 10px;
	margin-bottom:10px;
	text-transform: lowercase;
	}
	
	
.directores h4 {
	font-family: 'Ubuntu', sans-serif;
	font-size: 1.2em;
	color: #5B5B5F;
	text-align: center;
	font-variant: small-caps;
	font-weight: 400;
	padding: 0px 20px 0 20px;
	text-transform: lowercase;
	}	

.directores h5 {
	font-family: 'Ubuntu', sans-serif;
	font-size: 1em;
	color: #888889;
	text-align: center;
	font-variant: small-caps;
	font-weight: 400;
	padding: 0px 20px;
	margin-bottom: 25px;
	text-transform: lowercase;
	}	


/*autoridades comite ejectivo de nosotros*/
.rectores_comite {
	width: 245px;
    height: 390px;
    border: solid thin #2D5191;
    border-radius: 8px;
    margin: 0px 5px 30px 10px;
   }
   
.rectores_comite img{
	width: 200px;
    height: auto;
    display: block;
    margin: 10px auto;
}


.rectores_comite h3{
	height: 48px;
    font-family: 'Ubuntu', sans-serif;
    font-size: 12px;
    color: #fff;
    background-color: #2D5191;
    text-align: center;
    line-height: 16px;
    font-weight: 300;
    padding: 7px 5px;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.rectores_comite h4{
	font-family: 'Ubuntu', sans-serif;
    font-size: 1em;
    color: #5B5B5F;
    text-align: center;
    font-variant: small-caps;
    font-weight: 400;
    padding: 0px 10px 0 10px;
    text-transform: lowercase;
}

/* fin autoridades comite ejectivo de nosotros*/
	
	
/*equipo de trabajo, nosotros*/	
.equipo {
	width: 85%;
	margin:0 auto 60px auto;
	}

.equipo img {
	width:100%;
	height:auto;
	margin-bottom:30px;
	}
	
.equipo h2 {
	width: 100%;
	font-family: 'Ubuntu', sans-serif;
	font-size: 1.9em;
	color: #24BACC;
	text-align: left;
	margin: 35px 0px 30px 10px;
	font-variant: small-caps;
	font-weight: 400;
	letter-spacing: 0.05em;
	line-height:0.9em;
	border-bottom: thin dotted #24BACC;
	padding:5px 10px;
	}
.equipo_de_trabajo {
    width: 85%;
    margin: 30px auto 0px auto;
}
.equipo_de_trabajo h2 {
    font-family: 'Ubuntu', sans-serif;
    font-size: 24px;
    color: #00C0C2;
    text-align: left;
    font-variant: small-caps;
    font-weight: 400;
    letter-spacing: 0.05em;
    line-height: 0.9em;
    border-bottom: thin solid #00C0C2;
    padding: 5px 10px;
    text-transform: lowercase;
}

.equipo_de_trabajo2 {
    width: 100%;
    background-color: aliceblue;
}


.equipo_de_trabajo2 h2 {
    width: 85%;
    font-family: 'Ubuntu', sans-serif;
    font-size: 24px;
    margin: 0 auto;
    color: #094CA4;
    text-align: left;
    font-variant: small-caps;
    font-weight: 400;
    letter-spacing: 0.05em;
    line-height: 0.9em;
    border-bottom: thin solid #094CA4;
    padding: 20px 10px 5px 10px;
    text-transform: lowercase;
}






.sec-trabajadores p {
    width: 100%;
    font-size: 0.8em;
    color: #696969;
    margin-top: 0px;
}
.sec-trabajadores {
    width: 48%;
    height: auto;
    margin: 0 30px 0 0;
}

.trabajadores{
    height: auto;
    width: 46%;
    padding: 10px 20px;
}

.trabajadores h5 {
    font-family: 'Raleway', sans-serif;
    font-size: 20px;
    color: #094CA4;
    text-align: center;
    border-bottom: dotted thin #ccc;
    text-transform: lowercase;
    padding: 10px 0;
    font-variant: small-caps;
    border-top: solid thin #ccc;
    border-left: solid thin #ccc;
    border-right: solid thin #ccc;
}

.trabajadores h6{
    font-family: 'Ubuntu', sans-serif;
    font-size: 12px;
    color: #094CA4;
    text-transform: uppercase;
    line-height: 23px;
    font-weight: 300;
    text-align: center;
    padding: 15px 10px;
    border-right: solid thin #ccc;
    border-left: solid thin #ccc;
    border-bottom: solid thin #ccc;
}
	
.trabajadores_{
    height: auto;
    width: 46%;
    padding: 10px 20px;
}

.trabajadores_ h5 {
    font-family: 'Raleway', sans-serif;
    font-size: 20px;
    color: #094CA4;
	background:white;
    text-align: center;
    border-bottom: dotted thin #ccc;
    text-transform: lowercase;
    padding: 10px 0;
    font-variant: small-caps;
    border-top: solid thin #ccc;
    border-left: solid thin #ccc;
    border-right: solid thin #ccc;
}

.trabajadores_ h6{
    font-family: 'Ubuntu', sans-serif;
    font-size: 12px;
	background:white;
    color: #094CA4;
    text-transform: uppercase;
    line-height: 23px;
    font-weight: 300;
    text-align: center;
    padding: 15px 10px;
    border-right: solid thin #ccc;
    border-left: solid thin #ccc;
    border-bottom: solid thin #ccc;
}	

.trabajadores1 {
    margin: 0px auto;
    height: auto;
    padding: 30px 10% 40px 10%;
    width: 100%;
	display: flex;
    display: -webkit-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -webkit-flex;
	}
	
.trabajadores2 {
	background-color:aliceblue;
    margin: 0px auto;
    height: auto;
    padding: 30px 10% 40px 10%;
    width: 100%;
	display: flex;
    display: -webkit-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -webkit-flex;
}

.trabajadores1 h3 {
    width: 100%;
    margin: auto;
    font-family: 'Raleway', sans-serif;
    color: #00C0C2;
    font-weight: 400;
    font-variant: small-caps;
    text-transform: lowercase;
    font-size: x-large;
    border-bottom: solid thin;
    margin-bottom: 20px;
	}	

.trabajadores2 h3 {
    width: 100%;
    margin: auto;
    font-family: 'Raleway', sans-serif;
    color: #2D5191;
    font-weight: 400;
    font-variant: small-caps;
    text-transform: lowercase;
    font-size: x-large;
    border-bottom: solid thin;
    margin-bottom: 20px;
	}	

/*fin equipo de trabajo, nosotros*/	
	
	
/*comites de nosotros*/	
.comites {
	width: 85%;
    margin: 0 auto 60px auto;	
	}
	
.comites h3 {
	font-family: 'Raleway', sans-serif;
    font-size: 17px;
    color: #094CA4;
    border-bottom: thin solid #094CA4;
    text-transform: uppercase;
    font-variant: small-caps;
    padding: 0px 20px;
    margin-top: 40px;
    margin-bottom: 10px;
    font-weight: 500;
	}
	
.sec_comites {
	    width: 100%;
    margin: auto;
    display: flex;
    display: -webkit-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    -webkit-flex-wrap: wrap;
    -webkit-align-content: center;
    -webkit-justify-content: center;
    display: -webkit-flex;
    -moz-justify-content: center;
    -ms-justify-content: center;
    flex-wrap: wrap;
    justify-content: center;
    /* background-color: #DBD9DA; */
    padding: 20px 0px 20px 0px;
    vertical-align: auto;
	}	
	
.comite_pers {
	width: 45%;
    border: solid thin #f0f0f0;
    background-color: white;
    padding: 0px;
    margin: 10px;
    display: inline-block;
    vertical-align: text-top;
	}
	
.comite_pers h5 {    
	font-family: 'Raleway', sans-serif;
    font-size: 13px;
    color: #094CA4;
    text-align: center;
    background: aliceblue;
    border-bottom: dotted thin #ccc;
    text-transform: uppercase;
    padding: 10px;
    font-weight: 600;
    margin-bottom: 15px;
	}
	
.comite_pers h6 {
	font-family: 'Ubuntu', sans-serif;
    font-size: 12px;
    color: #666;
    text-transform: uppercase;
    line-height: 16px;
    font-weight: 300;
    text-align: center;
    padding: 0px 10px 5px 10px;    
	}
/*fin comites de nosotros*/	
/*fin nosotros*/



/*actas 2015*/
.actas_principal {
    width: 85%;
    margin: auto;
    display: flex;
    display: -webkit-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    -webkit-flex-wrap: wrap;
    -webkit-align-content: space-around;
    -webkit-justify-content: space-around;
    display: -webkit-flex;
    -moz-justify-content: space-around;
    -ms-justify-content: space-around;
    flex-wrap: wrap;
    justify-content: space-around;
    vertical-align: auto;
    margin-bottom: 30px;
}

.actas_principal h2{
    width: 100%;
    font-family: 'Raleway', sans-serif;
    font-size: 24px;
    color: #00C0C2;
    border-bottom: #00C0C2 thin dotted;
    text-align: left;
    margin: 0px 0px 10px 0px;
    font-variant: small-caps;
    font-weight: 600;
    text-transform: lowercase;
}
.actas_consejo2015 {
    width: 480px;
    background-color: ghostwhite;
    height: auto;
    margin: 20px auto;
    border-radius: 4px;
    padding-bottom: 5px;
}

.actas_consejo2015 h3 {
    font-family: 'Ubuntu', sans-serif;
    font-size: 15px;
    text-transform: uppercase;
    background-color: #9DC108;
    color: #fff;
    text-align: center;
    font-weight: 400;
    padding: 10px 10px;
    margin: 0px 0px 10px 0;
}

.actas_consejo2015 h5 {
	font-family: 'Ubuntu', sans-serif;
	font-size: 0.8em;
	font-weight: 400;
	color: #5F5E5E;
	font-style:italic;
	padding-left: 20px;
	margin-bottom: 10px;
}

.actas_consejo2015 h4 {
	font-family: 'Ubuntu', sans-serif;
	font-size: 0.9em;
	font-weight: 400;
	color: #424141;
	padding-left: 20px;
	margin-bottom: 20px;
}
.actas_consejo2015 h6 {
    width: 200px;
    padding: 2px;
    background-color: #2D5191;
    color: #fff;
    margin: 10px auto;
    font-family: 'Raleway', sans-serif;
    font-size: 0.8em;
    font-variant: small-caps;
    font-weight: 400;
    text-transform: lowercase;
    text-align: center;
    border-radius: 10px;
}

.actas_consejo2015 h6:hover {
    background-color: #00C0C2;
	transition:ease-out all 0.5s;
}

.actas_consejo2015 a {
	text-decoration:none;
}
.actas_consejo_ext2015 {
    width: 480px;
    background-color: ghostwhite;
    height: auto;
    margin: 20px auto;
    border-radius: 4px;
    padding-bottom: 5px;
}

.actas_consejo_ext2015 h3 {
    font-family: 'Ubuntu', sans-serif;
    font-size: 15px;
    text-transform: uppercase;
    background-color: #0EAF5F;
    color: #fff;
    text-align: center;
    font-weight: 400;
    line-height: 1em;
    padding: 10px 10px;
    margin: 0 0 10px 0px;
}

.actas_consejo_ext2015 h5 {
	font-family: 'Ubuntu', sans-serif;
	font-size: 0.8em;
	font-weight: 400;
	color: #5F5E5E;
	font-style:italic;
	padding-left: 20px;
	margin-bottom: 10px;
}

.actas_consejo_ext2015 h4 {
	font-family: 'Ubuntu', sans-serif;
	font-size: 0.9em;
	font-weight: 400;
	color: #424141;
	padding-left: 20px;
	margin-bottom: 20px;
}
.actas_consejo_ext2015 h6 {
    width: 200px;
    padding: 2px;
    background-color: #2D5191;
    color: #fff;
    margin: 10px auto;
    font-family: 'Raleway', sans-serif;
    font-size: 0.8em;
    font-variant: small-caps;
    font-weight: 400;
    text-transform: lowercase;
    text-align: center;
    border-radius: 10px;
}

.actas_consejo_ext2015 h6:hover {
	background-color: #00C0C2;
	transition:ease-out all 0.5s;
}

.actas_consejo_ext2015 a {
	text-decoration:none;
}

/*fin actas2015*/




/*actas 2014*/

.actas_consejo2014 {
    width: 480px;
    background-color: ghostwhite;
    height: auto;
    margin: 20px auto;
    border-radius: 4px;
    padding-bottom: 5px;
}

.actas_consejo2014 h3 {
    font-family: 'Ubuntu', sans-serif;
    font-size: 15px;
    text-transform: uppercase;
    background-color: #00A99D;
    color: #fff;
    text-align: center;
    font-weight: 400;
    padding: 10px 10px;
    margin: 0px 0px 10px 0;
}

.actas_consejo2014 h5 {
	font-family: 'Ubuntu', sans-serif;
	font-size: 0.8em;
	font-weight: 400;
	color: #5F5E5E;
	font-style:italic;
	padding-left: 20px;
	margin-bottom: 10px;
}

.actas_consejo2014 h4 {
	font-family: 'Ubuntu', sans-serif;
	font-size: 0.9em;
	font-weight: 400;
	color: #424141;
	padding-left: 20px;
	margin-bottom: 20px;
}
.actas_consejo2014 h6 {
    width: 200px;
    padding: 2px;
    background-color: #2D5191;
    color: #fff;
    margin: 10px auto;
    font-family: 'Raleway', sans-serif;
    font-size: 0.8em;
    font-variant: small-caps;
    font-weight: 400;
    text-transform: lowercase;
    text-align: center;
    border-radius: 10px;
}

.actas_consejo2014 h6:hover {
    background-color: #00C0C2;
	transition:ease-out all 0.5s;
}

.actas_consejo2014 a {
	text-decoration:none;
}
.actas_consejo_ext2014 {
    width: 480px;
    background-color: ghostwhite;
    height: auto;
    margin: 20px auto;
    border-radius: 4px;
    padding-bottom: 5px;
}

.actas_consejo_ext2014 h3 {
    font-family: 'Ubuntu', sans-serif;
    font-size: 15px;
    text-transform: uppercase;
    background-color: #046277;
    color: #fff;
    text-align: center;
    font-weight: 400;
    line-height: 1em;
    padding: 10px 10px;
    margin: 0 0 10px 0px;
}

.actas_consejo_ext2014 h5 {
	font-family: 'Ubuntu', sans-serif;
	font-size: 0.8em;
	font-weight: 400;
	color: #5F5E5E;
	font-style:italic;
	padding-left: 20px;
	margin-bottom: 10px;
}

.actas_consejo_ext2014 h4 {
	font-family: 'Ubuntu', sans-serif;
	font-size: 0.9em;
	font-weight: 400;
	color: #424141;
	padding-left: 20px;
	margin-bottom: 20px;
}
.actas_consejo_ext2014 h6 {
    width: 200px;
    padding: 2px;
    background-color: #2D5191;
    color: #fff;
    margin: 10px auto;
    font-family: 'Raleway', sans-serif;
    font-size: 0.8em;
    font-variant: small-caps;
    font-weight: 400;
    text-transform: lowercase;
    text-align: center;
    border-radius: 10px;
}

.actas_consejo_ext2014 h6:hover {
	background-color: #00C0C2;
	transition:ease-out all 0.5s;
}

.actas_consejo_ext2014 a {
	text-decoration:none;
}



/*fin actas 2014*/

/*rectores*/
.rectores_parrafo {
	width: 85%;
    margin: 20px auto 30px auto;
	}
	
.rectores_parrafo img {
	width:100%;
	height:auto;
	}
.rectores_principal {
	    width: 85%;
    margin: auto;
    display: flex;
    display: -webkit-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    -webkit-flex-wrap: wrap;
    -webkit-align-content: center;
    -webkit-justify-content: center;
    display: -webkit-flex;
    -moz-justify-content: center;
    -ms-justify-content: center;
    flex-wrap: wrap;
    justify-content: center;
    /* background-color: #DBD9DA; */
    padding: 20px 0px 20px 0px;
    vertical-align: auto;
	}

.rectores {
	width: 190px;
    height: 320px;
    border: solid thin #2D5191;
    border-radius: 8px;
    margin:0px 10px 30px 10px;
   }
   
.rectores img{
	width:150px;
	height:auto;
	display:block;
	margin:10px auto;
}


.rectores h3{
	height:52px;
	font-family: 'Raleway', sans-serif;
    font-size: 1em;
    color: #fff;
    background-color: #2D5191;
    text-align: center;
	line-height:0.9em;
    font-variant: small-caps;
    font-weight: 500;
    padding: 6px 10px;
    margin-bottom: 10px;
    text-transform: lowercase;
}

.rectores h4{
	font-family: 'Ubuntu', sans-serif;
    font-size: 1em;
    color: #5B5B5F;
    text-align: center;
    font-variant: small-caps;
    font-weight: 400;
    padding: 0px 20px 0 20px;
    text-transform: lowercase;
}

/*fin rectores*/



/*universidades*/

.universidades {
	width: 85%;
	margin: auto;
	display: flex;
	display: -webkit-box;
	display: -moz-flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	-webkit-flex-wrap: wrap;
	-webkit-align-content: space-around;
	-webkit-justify-content: space-between;
	display: -webkit-flex;
	-moz-justify-content: center;
	-ms-justify-content: center;
	flex-wrap: wrap;
	justify-content: center;
	/*background-color: #DBD9DA; */
	padding: 20px 0px 20px 0px;
	vertical-align: auto;
	margin-bottom:60px;
	}
	
.univ {
	width:130px;
	height:210px;
	border:solid thin #ccc;/*24BACC*/
	border-radius:8px;
	margin-bottom:5px;
	}
	
.univ img {
    width: 115px;
    height: auto;
    margin: 5px auto 30px auto;
    clear: both;
    display: block;
	}
	
.univ h4 {
	font-family: 'Ubuntu', sans-serif;
	font-size: 0.8em;
	font-weight: 400;
	text-align: center;
	margin: 10px 5px 5px 5px;
	}
	
.univ a {
	text-decoration: none;
	color: #2D5191;
	}
	
.univ a:hover {
	color:#24BACC;
	text-decoration:underline;
	}
.univ img:hover{
	opacity: 0.6;
	}

.info_univ {
	 margin: 20px 10px 35px 5px;
	}

.info_univ h5 {
    font-size: 0.9em;
	font-weight:400;
    text-align: center;
    margin: 0px 0px 2px 0px;
    background-color: #2D5191;
    color: #fff;
    padding: 5px;
    font-variant: small-caps;
	}
.info_univ h6 {
    font-size: 0.9em;
	font-weight:400;
    text-align: center;
    margin: 0px 0px 3px 0px;
    background-color: #2D5191;/*#2D5191*/
    color: #fff;
    padding: 5px;
    font-variant: small-caps;
	}

.info_univ h6:hover {
    background-color: #00C0C2;/*#2D5191*/
	transition:ease-out all 0.4s;
	}
.info_univ a {
	text-decoration:none;
	}
	
/*fin universidades*/

/*fichas universidades*/

.datos_univ {
	width: 85%;
	margin:20px auto 30px auto;
	}
	
.datos_univ img{
	width:200px;
	height:auto;
	display:block;
}

.datos_univ h5 {
	font-family: 'Raleway', sans-serif;
    font-size: 0.9em;
    color: #2D5191;
	font-weight:500;
}

.datos_univ a {
	width:auto;
	font-family: 'Ubuntu', sans-serif;
    font-size: 1.3em;
    color: #2D5191;
	line-height:1.3em;
    font-weight: 400;
    padding: 10px 0;
}

.datos_univ h6 {
	margin-top:10px;
	margin-bottom:0px;
	}

/*fin fichas universidades*/



/*areas de trabajo*/
.areas_principal {
	width: 85%;
	margin: auto;
	display: flex;
	display: -webkit-box;
	display: -moz-flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	-webkit-flex-wrap: wrap;
	-webkit-align-content: space-around;
	-webkit-justify-content: space-around;
	display: -webkit-flex;
	-moz-justify-content: space-around;
	-ms-justify-content: space-around;
	flex-wrap: wrap;
	justify-content: space-around;
	vertical-align: auto;
	margin-bottom:60px;
	}	
.areas_principal a {
	text-decoration:none;
	}
	
.areas_trabajo4 {
	width:300px;
	height:260px;
	/*background-color:#24BACC;*/
	background-image: url(../../public/img/areas/areastrabajo/fondos/sua_fondo.svg);
	background-repeat:no-repeat;
	margin: 0px 15px 30px 15px;
	}
.areas_trabajo4 img{
    width: 200px;
    height: auto;
    margin: 0 auto 10px auto;
    display: block;
	}

.areas_trabajo4 h3 {
    color: #fff;
    font-family: 'Raleway', sans-serif;
    font-size: 22px;
	font-weight:600;
    font-variant: small-caps;
    text-transform: lowercase;
    margin: 20px auto 10px auto;
    text-align: center;
	padding: 0 5px;
	}

.areas_trabajo4 a {
	text-decoration:none;
	}
.areas_trabajo5 {
	width:300px;
	height:260px;
	/*background-color:#ED8835;*/
	margin: 0px 15px 30px 15px;
	background-image: url(../../public/img/areas/areastrabajo/fondos/postgrado_fondo.svg);
	background-repeat:no-repeat;

	}
.areas_trabajo5 img{
    width: 200px;
    height: auto;
    margin: 0 auto 10px auto;
    display: block;
	}
.areas_trabajo5 h3 {
    color: #fff;
    font-family: 'Raleway', sans-serif;
    font-size: 22px;
	font-weight:600;
    font-variant: small-caps;
    text-transform: lowercase;
    margin: 20px auto 10px auto;
    text-align: center;
	padding: 0 5px;
	}
.areas_trabajo5 a {
	text-decoration:none;
	}
.areas_trabajo {
	width:300px;
	height:260px;
	/*background-color:#0CC67B;*/
	margin: 0px 15px 30px 15px;
	background-image: url(../../public/img/areas/areastrabajo/fondos/internacional_fondo.svg);
	background-repeat:no-repeat;

	}
	
.areas_trabajo h3 {
    color: #fff;
    font-family: 'Raleway', sans-serif;
    font-size: 22px;
	font-weight:600;
    font-variant: small-caps;
    text-transform: lowercase;
    margin: 20px auto 10px auto;
    text-align: center;
	padding: 0 5px;
	}
	
.areas_trabajo img{
    width: 200px;
    height: auto;
    margin: 0 auto 10px auto;
    display: block;
	}
	
.areas_trabajo a {
	text-decoration:none;
	}

.areas_trabajo2 {
	width:300px;
	height:260px;
	/*background-color:#94104C;*/
	background-image: url(../../public/img/areas/areastrabajo/fondos/desarrolllo_academico_fondo.svg);
	background-repeat:no-repeat;
	margin: 0px 15px 30px 15px;
	}
.areas_trabajo2 h3 {
    color: #fff;
    font-family: 'Raleway', sans-serif;
    font-size: 22px;
	font-weight:600;
    font-variant: small-caps;
    text-transform: lowercase;
    margin: 20px auto 10px auto;
    text-align: center;
	padding: 0 5px;
	}
.areas_trabajo2 img{
    width: 200px;
    height: auto;
    margin: 0 auto 10px auto;
    display: block;
	}
	
.areas_trabajo2 a {
	text-decoration:none;
	}

	
.areas_trabajo3 {
	width:300px;
	height:260px;
	/*background-color:#53A53C;*/
	background-image: url(../../public/img/areas/areastrabajo/fondos/investigacion_fondo.svg);
	background-repeat:no-repeat;
	margin: 0px 15px 30px 15px;
	}
.areas_trabajo3 h3 {
    color: #fff;
    font-family: 'Raleway', sans-serif;
    font-size: 22px;
	font-weight:600;
    font-variant: small-caps;
    text-transform: lowercase;
    margin: 20px auto 10px auto;
    text-align: center;
	padding: 0 5px;
	}
.areas_trabajo3 img{
    width: 200px;
    height: auto;
    margin: 0 auto 10px auto;
    display: block;
	}
	
.areas_trabajo3 a {
	text-decoration:none;
	}
.areas_trabajo:hover {
	opacity:0.8;
	transition: all ease-out 0.6s;
}
.areas_trabajo2:hover {
	opacity:0.8;
	transition: all ease-out 0.6s;
}
.areas_trabajo3:hover {
	opacity:0.8;
	transition: all ease-out 0.6s;
}
.areas_trabajo4:hover {
	opacity:0.8;
	transition: all ease-out 0.6s;
}
.areas_trabajo5:hover {
	opacity:0.8;
	transition: all ease-out 0.6s;
}


/*fin areas de trabajo*/

/*internacional*/

.internacional_texto {
	width: 85%;
	margin:20px auto 0px auto;
	}	
	
.internacional_texto img {
	width: 100%;
	height: auto;
	}	
	
	
.internacional_texto h2 {
	width: 100%;
	font-family: 'Ubuntu', sans-serif;
	font-size: 1.9em;
	color: #00C0C2;
	text-align: left;
	margin: 55px 0px 30px 0px;
	font-variant: small-caps;
	font-weight: 400;
	letter-spacing: 0.05em;
	line-height: 0.9em;
	border-bottom: thin dotted #00C0C2;
	padding: 5px 10px;
	text-transform: lowercase;
	}


.internacional_central {
	width: 85%;
	margin: 0 auto 60px auto;
	display: flex;
	display: -webkit-box;
	display: -moz-flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	-webkit-flex-wrap: wrap;
	-webkit-align-content: space-around;
	-webkit-justify-content: space-between;
	display: -webkit-flex;
	-moz-justify-content: center;
	-ms-justify-content: center;
	flex-wrap: wrap;
	justify-content: center;
	/*background-color: #DBD9DA; */
	padding: 20px 0px 20px 0px;
	vertical-align: auto;
	}

.internacional_central h2 {
	width: 100%;
    font-family: 'Ubuntu', sans-serif;
    font-size: 1em;
    background-color: yellowgreen;
    color: white;
    text-align: left;
    margin: 15px 0px 40px 0px;
    font-variant: small-caps;
    font-weight: 400;
    letter-spacing: 0.05em;
    line-height: 0.9em;
    padding: 3px 10px 4px 20px;
    border-radius: 4px;
    text-transform: uppercase;
}


.nosotros h6 {
	margin:20px auto 40px auto;
	background-color:#2D5191;
	width:450px;
	padding:5px 20px;
	text-align:center;
	color:#fff;
	font-size:1em;
	font-weight:400;
	font-variant:small-caps;
	text-transform:lowercase;
	border-radius:16px;
	}
.nosotros h6:hover {
	background-color:#00C0C2;
	transition:ease-out all 0.4s;
	}

.nosotros a {
	text-decoration:none;
	}
.nosotros ul {
	width: 85%;
	margin: 0 auto;
	}
.nosotros li {
	font-family: 'lato', sans-serif;
	color: #5C5C5C;
	text-align: justify;
	line-height: 1.5em;
	font-size: 0.9em;
	}
	
	
	
.internacional_boletin {
    width: 330px;
    height: 60px;
    margin: 0 10px 20px 10px;
}


.internacional_boletin h4 {
	width:200px;
	height:60px;
	font-family: 'Ubuntu', sans-serif;
    font-size: 0.8em;
    font-weight: 400;
    color: #fff;
    background-color: #2D5191;
    padding: 15px 15px;
    line-height: 1.2em;
    /* margin-bottom: 25px; */
    /* margin-top: 10px; */
    text-align: justify;
    text-transform: uppercase;
    float: left;
	margin:0;
}

.internacional_boletin ul {
	/* width: 85%; */
	margin: 0 auto;
	display: block;
	list-style-type: none;
}

.internacional_boletin li {
	width: 100px;
	font-family: 'lato', sans-serif;
	color: #4C4C4C;
	background-color: aliceblue;
	text-align: CENTER;
	line-height: 1.5em;
	font-size: 0.9em;
	padding: 4px 20px;
	margin: 0 0  2px 0;
	float: right;
	font-style: normal;
	font-variant: small-caps;
	text-transform: lowercase;
}



/*fin internacional*/


/*desarrollo academico*/
.desarrollo_activ {
    width: 100%;
    height: auto;
    margin: 20px auto 40px auto;
    border: thin solid #00C0C2;
    border-radius: 6px;
    padding-bottom: 5px;
}
.desarrollo_activ h2 {
    font-family: 'Raleway', sans-serif;
    font-size: 1.3em;
    font-variant: small-caps;
    text-transform: lowercase;
    color: #094CA4;
    font-weight: 500;
    line-height: 1em;
    padding: 0 10px;
    margin: 20px 5px 10px 5px;
    border-bottom: #094CA4 thin dotted;
}
.desarrollo_activ img {
    width: 100%;
    height: auto;
    margin: 0 auto;
    margin-top: 20px;
    display: block;
}
.desarrollo_activ h5 {
    font-family: 'Ubuntu', sans-serif;
    font-size: 0.8em;
    font-weight: 400;
    color: #717070;
    padding-left: 20px;
    margin-bottom: 10px;
}
.desarrollo_activ h3 {
    font-family: 'Ubuntu', sans-serif;
    font-size: 0.8em;
    color: #2D5191;
    font-weight: 400;
    padding: 0 10px;
    margin: 10px 3% 10px 3%;
}
.desarrollo_activ h6 {
    width: 280px;
    padding: 2px;
    background-color: #00C0C2;
    color: #fff;
    margin: 5px 3% 20px 5%;
    font-size: 0.9em;
    font-variant: small-caps;
    font-weight: 400;
    text-transform: lowercase;
    text-align: center;
    border-radius: 9px;
}
.desarrollo_activ a {
    text-decoration: none;
}




/*fin desarrollo academico*/

/*publicaciones*/
.publicaciones {
	width:350px;
	height:220px;
	/*background-color:#05BBE5;*/
	background-image: url(../../public/img/publicaciones/publicaciones_web/fondos/fondo_publicaciones.svg);
	background-repeat:no-repeat;
	margin-bottom:50px;
	}
.publicaciones h3 {
	color: #fff;
	font-family: 'Raleway', sans-serif;
	font-size: 1.4em;
	font-variant: small-caps;
	text-transform: lowercase;
	margin:8% auto 3% auto;
	text-align:center;
	}
.publicaciones img{
	width:40%;
	margin:0 auto 20px auto;
	display:block;
	}

.publicaciones2 {
	width:350px;
	height:220px;
/*	background-color:#057DD6;*/
	background-image: url(../../public/img/publicaciones/publicaciones_web/fondos/fondo_anuarioestadistico.svg);
	background-repeat:no-repeat;

	margin-bottom:50px;
	}
.publicaciones2 h3 {
	color: #fff;
	font-family: 'Raleway', sans-serif;
	font-size: 1.4em;
	font-variant: small-caps;
	text-transform: lowercase;
	margin:8% auto 3% auto;
	text-align:center;
	}
.publicaciones2 img{
	width:40%;
	margin:0 auto 20px auto;
	display:block;
	}	

.publicaciones:hover {
	background-image: url(../../public/img/publicaciones/publicaciones_web/fondos/fondohover.svg);
	background-repeat:no-repeat;
	transition:ease-out all 0.4s;
	width:350px;
	height:220px;

	}

.publicaciones2:hover {
	background-image: url(../../public/img/publicaciones/publicaciones_web/fondos/fondohover.svg);
	background-repeat:no-repeat;
	transition:ease-out all 0.4s;
	width:350px;
	height:220px;

	}

.publicaciones3:hover {
	background-image: url(../../public/img/publicaciones/publicaciones_web/fondos/fondohover.svg);
	background-repeat:no-repeat;
	transition:ease-out all 0.4s;
	width:350px;
	height:220px;

	}

	
.publicaciones3 {
	width:350px;
	height:220px;
	/*background-color:#2744A0;*/
	background-image: url(../../public/img/publicaciones/publicaciones_web/fondos/fondo_otras_publicaciones.svg);
	background-repeat:no-repeat;

	margin-bottom:50px;
	}
.publicaciones3 h3 {
	color: #fff;
	font-family: 'Raleway', sans-serif;
	font-size: 1.4em;
	font-variant: small-caps;
	text-transform: lowercase;
	margin:8% auto 3% auto;
	text-align:center;
	}
.publicaciones3 img{
	width:40%;
	margin:0 auto 20px auto;
	display:block;
	}	

/*.publicaciones4 {
	width:48%;
	height:auto;
	background-color:#0F0F6D;
	margin-bottom:50px;
	border-radius:14px;

	}
.publicaciones4 h3 {
	color: #fff;
	font-family: 'Raleway', sans-serif;
	font-size: 1.4em;
	font-variant: small-caps;
	text-transform: lowercase;
	margin:8% auto 3% auto;
	text-align:center;
	}
.publicaciones4 img{
	width:40%;
	margin:0 auto 20px auto;
	display:block;
	}	
*/
/*fin publicaciones*/



/*publicaciones consejo*/

.pub_consejo {
	position: relative;
    width: 49%;
    height: auto;
	background-color: whitesmoke;
    margin: 20px auto 40px auto;
    border: thin solid #ccc;
    border-radius: 6px;
    padding-bottom: 5px;
	}
.pub_consejo img{
	width:100%;
	height:auto;
	margin:0 auto;
	margin-top:20px;
	display:block;
	}
.pub_consejo h2{
	font-family: 'Ubuntu', sans-serif;
    font-size: 16px;
    text-align: justify;
    color: #094CA4;
    font-weight: 400;
    line-height: 1.2em;
    padding: 0 10px;
    margin: 20px 5px;
    border-bottom: #094CA4 thin dotted;
	}

.pub_consejo h3{
	font-family: 'Ubuntu', sans-serif;
    font-size: 0.8em;
    color: #2D5191;
    font-weight: 300;
    padding: 0 10px;
    margin: 10px 0px;
   
	}


.pub_consejo h5{
    font-family: 'Ubuntu', sans-serif;
    font-size: 0.8em;
    font-weight: 400;
    color: #717070;
    padding: 0px 20px 10px 20px;
    margin-bottom: 30px;
}

.pub_consejo h6 {
	width: 100%;
    BOTTOM: 0;
    position: absolute;
    padding: 2px;
    background-color: #00C0C2;
    color: #fff;
    margin: 20px auto 5px auto;
    font-family: 'Raleway', sans-serif;
    font-size: 0.8em;
    font-variant: small-caps;
    font-weight: 400;
    text-transform: lowercase;
    text-align: center;
	}
	
.pub_consejo p {
font-family: 'lato', sans-serif;
    color: #5C5C5C;
    text-align: justify;
    line-height: 1.3em;
    margin-top: -25px;
    padding: 0px 10px 20px 10px;
    margin-bottom: 20px;
    font-size: 0.8em;
}	

.pub_consejo a {
	text-decoration:none;
	}
	
.pub_consejo:hover {
	background-color:aliceblue;
	transition:ease-out all 0.7s;
	}	
.pub_consejo h6:hover {
	transition:ease-out all 0.5s;
	background-color:#2D5191;
	}
	
	
	
	
	
	
	.pub_consejo2 {
	width:100%;
	height:auto;
	margin:20px auto 40px auto;
	border:thin solid #3FA1AC;
	border-radius:6px;
	padding-bottom: 5px;
	}
.pub_consejo2 img{
	width:100%;
	height:auto;
	margin:0 auto;
	margin-top:20px;
	display:block;
	}
.pub_consejo2 h2{
	font-family: 'Raleway', sans-serif;
    font-size: 1.3em;
    font-variant: small-caps;
    text-transform: lowercase;
    color: #2D5191;
    font-weight: 500;
	line-height:1em;
    padding: 0 10px;
    margin: 20px 5px;
    border-bottom: #2d5191 thin dotted;
	}

.pub_consejo2 h3{
	font-family: 'Ubuntu', sans-serif;
    font-size: 0.8em;
    color: #2D5191;
    font-weight: 400;
    padding: 0 10px;
    margin: 40px 3% 10px 3%;
   
	}


.pub_consejo2 h5{
    font-family: 'Ubuntu', sans-serif;
    font-size: 0.8em;
    font-weight: 400;
    color: #717070;
    padding-left: 20px;
    margin-bottom: 20px;
}

.pub_consejo2 h6 {
	width: 280px;
    padding: 2px;
    background-color: #3FA1AC;
    color: #fff;
    margin: 5px auto 20px auto;
    font-family: 'Raleway', sans-serif;
    font-size: 0.9em;
    font-variant: small-caps;
    font-weight: 400;
    text-transform: lowercase;
    text-align: center;
    border-radius: 9px;
	}
	
.pub_consejo2 p {
    font-family: 'lato', sans-serif;
    color: #5C5C5C;
    text-align: justify;
    line-height: 1.3em;
    padding: 10px;
    font-size: 0.9em;
}	

.pub_consejo2 a {
	text-decoration:none;
	}
.pub_consejo2 h6:hover {
	background-color:#2D5191;
	}
	
/*fin publicaciones consejo*/


/*anuario estadistico*/
.anuario_principal {
	width: 85%;
	margin: auto;
	}	

.anuario_principal h2 {
	width: 100%;
    font-family: 'Ubuntu', sans-serif;
    font-size: 1.3em;
    color: #00C0C2;
    text-align: left;
    margin: 0px 0px 20px 0px;
    font-weight: 400;
    line-height: 0.8em;
    border-bottom: thin solid #00C0C2;
    padding: 5px 10px;
    text-transform: uppercase;
}

.anuario_principal img {
	width:100%;
	height:auto;
	}


.anuario_estadistico {
	width:30%;
	height:auto;
    margin: 0 1% 30px 1%;
	border:solid thin #B9007C;
	border-radius:12px;
	}

.anuario_estadistico h3 {
	margin: 4% auto 3% auto;
    color: #585858;
    text-align: center;
    font-family: 'Ubuntu', sans-serif;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 12px;
    padding: 0 10px;
	}
.anuario_estadistico h6 {
	margin:4% auto 3% auto;
	background-color:#B9007C;
	color:#fff;
	text-align:center;
	font-family: 'Raleway', sans-serif;
	padding:5px 10px;
	font-variant:small-caps;
	font-size:1em;
	font-weight:500;
	}
.anuario_estadistico a {
	text-decoration:none;
	}

.anuario_estadistico2013 {
	width:30%;
	height:auto;
    margin: 0 1% 30px 1%;
	border:solid thin #B9DD22;
	border-radius:12px;
	}

.anuario_estadistico2013 h3 {
    margin: 4% auto 3% auto;
    color: #585858;
    text-align: center;
    font-family: 'Ubuntu', sans-serif;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 12px;
    padding: 0 10px;
	}
.anuario_estadistico2013 h6 {
	margin:4% auto 3% auto;
	background-color:#B9DD22;
	color:#fff;
	text-align:center;
	font-family: 'Raleway', sans-serif;
	padding:5px 10px;
	font-variant:small-caps;
	font-size:1em;
	font-weight:500;
	}
.anuario_estadistico2013 a {
	text-decoration:none;
	}




.anuario_estadistico2012 {
	width:30%;
	height:auto;
    margin: 0 1% 30px 1%;
	border:solid thin #1B1464;
	border-radius:12px;
	}

.anuario_estadistico2012 h3 {
    margin: 4% auto 3% auto;
    color: #585858;
    text-align: center;
    font-family: 'Ubuntu', sans-serif;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 12px;
    padding: 0 10px;
		}
.anuario_estadistico2012 h6 {
	margin:4% auto 3% auto;
	background-color:#1B1464;
	color:#fff;
	text-align:center;
	font-family: 'Raleway', sans-serif;
	padding:5px 10px;
	font-variant:small-caps;
	font-size:1em;
	font-weight:500;
	}
.anuario_estadistico2012 a {
	text-decoration:none;
	}

.anuario_estadistico2011 {
	width:30%;
	height:auto;
    margin: 0 1% 30px 1%;
	border:solid thin #0071BC;
	border-radius:12px;
	}

.anuario_estadistico2011 h3 {
    margin: 4% auto 3% auto;
    color: #585858;
    text-align: center;
    font-family: 'Ubuntu', sans-serif;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 12px;
    padding: 0 10px;
	}
.anuario_estadistico2011 h6 {
	margin:4% auto 3% auto;
	background-color:#0071BC;
	color:#fff;
	text-align:center;
	font-family: 'Raleway', sans-serif;
	padding:5px 10px;
	font-variant:small-caps;
	font-size:1em;
	font-weight:500;
	}
.anuario_estadistico2011 a {
	text-decoration:none;
	}
	


.anuario_estadistico2010 {
	width:30%;
	height:auto;
    margin: 0 1% 30px 1%;
	border:solid thin #F7931E;
	border-radius:12px;
	}

.anuario_estadistico2010 h3 {
    margin: 4% auto 3% auto;
    color: #585858;
    text-align: center;
    font-family: 'Ubuntu', sans-serif;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 12px;
    padding: 0 10px;
	}
.anuario_estadistico2010 h6 {
	margin:4% auto 3% auto;
	background-color:#F7931E;
	color:#fff;
	text-align:center;
	font-family: 'Raleway', sans-serif;
	padding:5px 10px;
	font-variant:small-caps;
	font-size:1em;
	font-weight:500;
	}
.anuario_estadistico2010 a {
	text-decoration:none;
	}


.anuario_estadistico2009 {
	width:30%;
	height:auto;
    margin: 0 1% 30px 1%;
	border:solid thin #8CDD22;
	border-radius:12px;
	}

.anuario_estadistico2009 h3 {
    margin: 4% auto 3% auto;
    color: #585858;
    text-align: center;
    font-family: 'Ubuntu', sans-serif;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 12px;
    padding: 0 10px;
	}
.anuario_estadistico2009 h6 {
	margin:4% auto 3% auto;
	background-color:#8CDD22;
	color:#fff;
	text-align:center;
	font-family: 'Raleway', sans-serif;
	padding:5px 10px;
	font-variant:small-caps;
	font-size:1em;
	font-weight:500;
	}
.anuario_estadistico2009 a {
	text-decoration:none;
	}


.anuario_estadistico2008 {
	width:30%;
	height:auto;
    margin: 0 1% 30px 1%;
	border:solid thin #F4A640;
	border-radius:12px;
	}

.anuario_estadistico2008 h3 {
    margin: 4% auto 3% auto;
    color: #585858;
    text-align: center;
    font-family: 'Ubuntu', sans-serif;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 12px;
    padding: 0 10px;
	}
.anuario_estadistico2008 h6 {
	margin:4% auto 3% auto;
	background-color:#F4A640;
	color:#fff;
	text-align:center;
	font-family: 'Raleway', sans-serif;
	padding:5px 10px;
	font-variant:small-caps;
	font-size:1em;
	font-weight:500;
	}
.anuario_estadistico2008 a {
	text-decoration:none;
	}


.anuario_estadistico2007 {
	width:30%;
	height:auto;
    margin: 0 1% 30px 1%;
	border:solid thin #1E4256;
	border-radius:12px;
	}

.anuario_estadistico2007 h3 {
    margin: 4% auto 3% auto;
    color: #585858;
    text-align: center;
    font-family: 'Ubuntu', sans-serif;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 12px;
    padding: 0 10px;
	}
.anuario_estadistico2007 h6 {
	margin:4% auto 3% auto;
	background-color:#1E4256;
	color:#fff;
	text-align:center;
	font-family: 'Raleway', sans-serif;
	padding:5px 10px;
	font-variant:small-caps;
	font-size:1em;
	font-weight:500;
	}
.anuario_estadistico2007 a {
	text-decoration:none;
	}

.anuario_estadistico2006 {
	width:30%;
	height:auto;
    margin: 0 1% 30px 1%;
	border:solid thin #A21065;
	border-radius:12px;
	}

.anuario_estadistico2006 h3 {
    margin: 4% auto 3% auto;
    color: #585858;
    text-align: center;
    font-family: 'Ubuntu', sans-serif;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 12px;
    padding: 0 10px;
	}
.anuario_estadistico2006 h6 {
	margin:4% auto 3% auto;
	background-color:#A21065;
	color:#fff;
	text-align:center;
	font-family: 'Raleway', sans-serif;
	padding:5px 10px;
	font-variant:small-caps;
	font-size:1em;
	font-weight:500;
	}
.anuario_estadistico2006 a {
	text-decoration:none;
	}



.anuario_estadistico2005 {
	width:30%;
	height:auto;
    margin: 0 1% 30px 1%;
	border:solid thin #02A7A1;
	border-radius:12px;
	}

.anuario_estadistico2005 h3 {
    margin: 4% auto 3% auto;
    color: #585858;
    text-align: center;
    font-family: 'Ubuntu', sans-serif;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 12px;
    padding: 0 10px;
	}
.anuario_estadistico2005 h6 {
	margin:4% auto 3% auto;
	background-color:#02A7A1;
	color:#fff;
	text-align:center;
	font-family: 'Raleway', sans-serif;
	padding:5px 10px;
	font-variant:small-caps;
	font-size:1em;
	font-weight:500;
	}
.anuario_estadistico2005 a {
	text-decoration:none;
	}

.anuario_estadistico2004 {
	width:30%;
	height:auto;
    margin: 0 1% 30px 1%;
	border:solid thin #94BF6E;
	border-radius:12px;
	}

.anuario_estadistico2004 h3 {
    margin: 4% auto 3% auto;
    color: #585858;
    text-align: center;
    font-family: 'Ubuntu', sans-serif;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 12px;
    padding: 0 10px;
	}
.anuario_estadistico2004 h6 {
	margin:4% auto 3% auto;
	background-color:#94BF6E;
	color:#fff;
	text-align:center;
	font-family: 'Raleway', sans-serif;
	padding:5px 10px;
	font-variant:small-caps;
	font-size:1em;
	font-weight:500;
	}
.anuario_estadistico2004 a {
	text-decoration:none;
	}

.anuario_estadistico2003 {
	width:30%;
	height:auto;
    margin: 0 1% 30px 1%;
	border:solid thin #F47B2A;
	border-radius:12px;
	}

.anuario_estadistico2003 h3 {
    margin: 4% auto 3% auto;
    color: #585858;
    text-align: center;
    font-family: 'Ubuntu', sans-serif;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 12px;
    padding: 0 10px;
	}
.anuario_estadistico2003 h6 {
	margin:4% auto 3% auto;
	background-color:#F47B2A;
	color:#fff;
	text-align:center;
	font-family: 'Raleway', sans-serif;
	padding:5px 10px;
	font-variant:small-caps;
	font-size:1em;
	font-weight:500;
	}
.anuario_estadistico2003 a {
	text-decoration:none;
	}




.anuario_estadistico2002 {
	width:30%;
	height:auto;
    margin: 0 1% 30px 1%;
	border:solid thin #92C024;
	border-radius:12px;
	}

.anuario_estadistico2002 h3 {
    margin: 4% auto 3% auto;
    color: #585858;
    text-align: center;
    font-family: 'Ubuntu', sans-serif;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 12px;
    padding: 0 10px;
	}
.anuario_estadistico2002 h6 {
	margin:4% auto 3% auto;
	background-color:#92C024;
	color:#fff;
	text-align:center;
	font-family: 'Raleway', sans-serif;
	padding:5px 10px;
	font-variant:small-caps;
	font-size:1em;
	font-weight:500;
	}
.anuario_estadistico2002 a {
	text-decoration:none;
	}


/*fin anuario estadistico*/



/*otras publicaciones*/
.otraspub_consejo {
    width: 480px;
    height: 180px;
    margin-bottom: 30px;
    border: solid thin #ccc;
    position: relative;
    border-radius: 6px;
	}

.otraspub_consejo:hover {
	background-color:aliceblue;
	}


.otraspub_consejo h2{
	color: #094CA4;
    font-family: 'Ubuntu', sans-serif;
    font-size: 14px;
	border-bottom: dotted thin;
    text-align: justify;
    font-weight: 400;
    padding: 10px;
    margin-bottom: 10px;
	}

.otraspub_consejo h3{
    font-family: 'Ubuntu', sans-serif;
    font-size: 12px;
    font-weight: 400;
    color: #717070;
    padding: 0px 10px;
    margin-bottom: 20px;
	}
	
.otraspub_consejo h4{
    font-family: 'Ubuntu', sans-serif;
    font-size: 13px;
    font-weight: 400;
    color: #666;
    padding: 0px 10px;
    margin: 0 0 20px 0;
	}
	
.otraspub_consejo h6{
    font-family: 'Raleway', sans-serif;
    color: #fff;
    font-variant: small-caps;
    text-transform: lowercase;
    text-align: center;
    font-weight: 400;
    font-size: 14px;
    margin: 0 auto;
    width: 100%;
    /* border-radius: 4px; */
    background-color: #2D5191;
    background: #1ab0b7;
    background: -moz-linear-gradient(-45deg, #1ab0b7 0%, #1eceab 100%);
    background: -webkit-linear-gradient(-45deg, #1ab0b7 0%,#1eceab 100%);
    background: linear-gradient(135deg, #1ab0b7 0%,#1eceab 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1ab0b7', endColorstr='#1eceab',GradientType=1 );
    bottom: 0;
    position: absolute;
	border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
	}
	
.otraspub_consejo a{
	text-decoration:none;
	}
.otraspub_consejo img{
    background-color: #2D5191;
    width: 100%;
    margin: 0;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
	}

/* fin otras publicaciones*/

/*informacion y estadisticas*/
.info_estadisticas {
	border: #070080 solid 2px;
    padding: 30px;
    border-radius: 6px;
    margin: 10px auto;
	display: flex;
    display: -webkit-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -webkit-flex;

	}
.info_estadisticas img {
    width: 150px;
    margin-right: 20px;
	}
.info_estadisticas p {
	width: 90%;
	}

.info_estadisticas2 {
	border: #802894 solid 2px;
	padding: 30px;
	border-radius: 6px;
	margin: 10px auto;
	display: flex;
    display: -webkit-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -webkit-flex;

	}
.info_estadisticas2 img {
    width: 150px;
    margin-right: 20px;
	}
.info_estadisticas2 p {
	width: 90%;
	}


.info_estadisticas3 {
	border: #B32570 solid 2px;
    padding: 30px;
    border-radius: 6px;
    margin: 10px auto;
	display: flex;
    display: -webkit-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -webkit-flex;

	}
.info_estadisticas3 img {
    width: 150px;
    margin-right: 20px;
	}
.info_estadisticas3 p {
	width: 90%;
	}

.info_estadisticas4 {
	border: #14ADAC solid 2px;
    padding: 30px;
    border-radius: 6px;
    margin: 10px auto;
	display: flex;
    display: -webkit-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -webkit-flex;

	}
.info_estadisticas4 img {
    width: 150px;
    margin-right: 20px;
	}
.info_estadisticas4 p {
	width: 90%;
	}



.info_estadisticas5 {
	border: #47AB0E solid 2px;
    padding: 30px;
    border-radius: 6px;
    margin: 10px auto;
	display: flex;
    display: -webkit-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -webkit-flex;

	}
.info_estadisticas5 img {
    width: 150px;
    margin-right: 20px;
	}
.info_estadisticas5 p {
	width: 90%;
	}

.info_estadisticas6 {
	border: #E98225 solid 2px;
    padding: 30px;
    border-radius: 6px;
    margin: 10px auto;
	display: flex;
    display: -webkit-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -webkit-flex;

	}
.info_estadisticas6 img {
    width: 150px;
    margin-right: 20px;
	}
.info_estadisticas6 p {
	width: 90%;
	}

.info_estadisticas7 {
	border: #DD186C solid 2px;
    padding: 30px;
    border-radius: 6px;
    margin: 10px auto;
	display: flex;
    display: -webkit-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -webkit-flex;

	}
.info_estadisticas7 img {
    width: 150px;
    margin-right: 20px;
	}
.info_estadisticas7 p {
	width: 90%;
	}

.info_estadisticas8 {
	border: #8157A3 solid 2px;
    padding: 30px;
    border-radius: 6px;
    margin: 10px auto;
	display: flex;
    display: -webkit-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -webkit-flex;

	}
.info_estadisticas8 img {
    width: 150px;
    margin-right: 20px;
	}
.info_estadisticas8 p {
	width: 90%;
	}

.info_estadisticas9 {
	border: #364284 solid 2px;
    padding: 30px;
    border-radius: 6px;
    margin: 10px auto;
	display: flex;
    display: -webkit-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -webkit-flex;

	}
.info_estadisticas9 img {
    width: 150px;
    margin-right: 20px;
	}
.info_estadisticas9 p {
	width: 90%;
	}

.info_estadisticas10 {
	border: 2px solid #2BC3D3;
	padding: 30px;
	border-radius: 6px;
	margin: 10px auto;
	display: flex;
    display: -webkit-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -webkit-flex;

	}
.info_estadisticas10 img {
    width: 150px;
    margin-right: 20px;
	}
.info_estadisticas10 p {
	width: 90%;
	}

.info_estadisticas11 {
	border: 2px solid #4FDE70;
	padding: 30px;
	border-radius: 6px;
	margin: 10px auto;
	display: flex;
    display: -webkit-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -webkit-flex;

	}
.info_estadisticas11 img {
    width: 150px;
    margin-right: 20px;
	}
.info_estadisticas11 p {
	width: 90%;
	}
	
.info_estadisticas12 {
	border: 2px solid #8ABF27;
	padding: 30px;
	border-radius: 6px;
	margin: 10px auto;
	display: flex;
    display: -webkit-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -webkit-flex;

	}
.info_estadisticas12 img {
    width: 150px;
    margin-right: 20px;
	}
.info_estadisticas12 p {
	width: 90%;
	}

.info_estadisticas13 {
	border: 2px solid #EA964A;
	padding: 30px;
	border-radius: 6px;
	margin: 10px auto;
	display: flex;
    display: -webkit-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -webkit-flex;

	}
.info_estadisticas13 img {
    width: 150px;
    margin-right: 20px;
	}
.info_estadisticas13 p {
	width: 90%;
	}

.info_estadisticas14 {
	border: 2px solid #EA5C4A;
	padding: 30px;
	border-radius: 6px;
	margin: 10px auto;
	display: flex;
    display: -webkit-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -webkit-flex;

	}
.info_estadisticas14 img {
    width: 150px;
    margin-right: 20px;
	}
.info_estadisticas14 p {
	width: 90%;
	}

.info_estadisticas15 {
	border: 2px solid #E66088;
	padding: 30px;
	border-radius: 6px;
	margin: 10px auto;
	display: flex;
    display: -webkit-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -webkit-flex;

	}
.info_estadisticas15 img {
    width: 150px;
    margin-right: 20px;
	}
.info_estadisticas15 p {
	width: 90%;
	}

.info_estadisticas16 {
	border: 2px solid #BD6DD6;
	padding: 30px;
	border-radius: 6px;
	margin: 10px auto;
	display: flex;
    display: -webkit-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -webkit-flex;

	}
.info_estadisticas16 img {
    width: 150px;
    margin-right: 20px;
	}
.info_estadisticas16 p {
	width: 90%;
	}

.info_estadisticas17 {
	border: 2px solid #6678C4;
	padding: 30px;
	border-radius: 6px;
	margin: 10px auto;
	display: flex;
    display: -webkit-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -webkit-flex;

	}
.info_estadisticas17 img {
    width: 150px;
    margin-right: 20px;
	}
.info_estadisticas17 p {
	width: 90%;
	}

/* fin informacion y estadisticas*/


/*preguntas frecuentes*/

#caja_pregfrec{
    width: 100%;
    margin: auto;
	max-height: 0px;
	background-color:#F5F5F5;
	border-radius:6px;
	transition: max-height .5s;
	overflow: hidden;
}
#caja_pregfrec p{
	color:#333;
	padding:20px;
	margin-bottom:20px;
	}
#boton_pregfrec{
    padding: 10px;
    width: 100%;
    cursor: pointer;
    margin-bottom: 20px;
    border-radius: 6px;
    background-color: aliceblue;
    display: inline-block;
}
#boton_pregfrec h3{
	font-family: 'Ubuntu', sans-serif;
	color: #094CA4;
	font-size:14px;
	font-weight:400;
}
#boton_pregfrec:hover{
	opacity: .8;
}


#caja_pregfrec2{
    width: 100%;
    margin: auto;
	max-height: 0px;
	background-color:#F5F5F5;
	border-radius:6px;
	transition: max-height .5s;
	overflow: hidden;
}
#caja_pregfrec2 p{
	color:#333;
	padding:20px;
	margin-bottom:20px;
	}
#boton_pregfrec2{
    padding: 10px;
    width: 100%;
    cursor: pointer;
    margin-bottom: 20px;
    border-radius: 6px;
    background-color: aliceblue;
    display: inline-block;
}
#boton_pregfrec2 h3{
	font-family: 'Ubuntu', sans-serif;
	color: #094CA4;
	font-size:14px;
	font-weight:400;
}
#boton_pregfrec2:hover{
	opacity: .8;
}



#caja_pregfrec3{
    width: 100%;
    margin: auto;
	max-height: 0px;
	background-color:#F5F5F5;
	border-radius:6px;
	transition: max-height .5s;
	overflow: hidden;
}
#caja_pregfrec3 p{
	color:#333;
	padding:20px;
	margin-bottom:20px;
	}
#boton_pregfrec3{
    padding: 10px;
    width: 100%;
    cursor: pointer;
    margin-bottom: 20px;
    border-radius: 6px;
    background-color: aliceblue;
    display: inline-block;
}
#boton_pregfrec3 h3{
	font-family: 'Ubuntu', sans-serif;
	color: #094CA4;
	font-size:14px;
	font-weight:400;
}
#boton_pregfrec3:hover{
	opacity: .8;
}


#caja_pregfrec4{
    width: 100%;
    margin: auto;
	max-height: 0px;
	background-color:#F5F5F5;
	border-radius:6px;
	transition: max-height .5s;
	overflow: hidden;
}
#caja_pregfrec4 p{
	color:#333;
	padding:20px;
	margin-bottom:20px;
	}
#boton_pregfrec4{
    padding: 10px;
    width: 100%;
    cursor: pointer;
    margin-bottom: 20px;
    border-radius: 6px;
    background-color: aliceblue;
    display: inline-block;
}
#boton_pregfrec4 h3{
	font-family: 'Ubuntu', sans-serif;
	color: #094CA4;
	font-size:14px;
	font-weight:400;
}
#boton_pregfrec4:hover{
	opacity: .8;
}


#caja_pregfrec5{
    width: 100%;
    margin: auto;
	max-height: 0px;
	background-color:#F5F5F5;
	border-radius:6px;
	transition: max-height .5s;
	overflow: hidden;
}
#caja_pregfrec5 p{
	color:#333;
	padding:20px;
	margin-bottom:20px;
	}
#boton_pregfrec5{
    padding: 10px;
    width: 100%;
    cursor: pointer;
    margin-bottom: 20px;
    border-radius: 6px;
    background-color: aliceblue;
    display: inline-block;
}
#boton_pregfrec5 h3{
	font-family: 'Ubuntu', sans-serif;
	color: #094CA4;
	font-size:14px;
	font-weight:400;
}
#boton_pregfrec5:hover{
	opacity: .8;
}


#caja_pregfrec6{
    width: 100%;
    margin: auto;
	max-height: 0px;
	background-color:#F5F5F5;
	border-radius:6px;
	transition: max-height .5s;
	overflow: hidden;
}
#caja_pregfrec6 p{
	color:#333;
	padding:20px;
	margin-bottom:20px;
	}
#boton_pregfrec6{
    padding: 10px;
    width: 100%;
    cursor: pointer;
    margin-bottom: 20px;
    border-radius: 6px;
    background-color: aliceblue;
    display: inline-block;
}
#boton_pregfrec6 h3{
	font-family: 'Ubuntu', sans-serif;
	color: #094CA4;
	font-size:14px;
	font-weight:400;
}
#boton_pregfrec6:hover{
	opacity: .8;
}



#caja_pregfrec7{
    width: 100%;
    margin: auto;
	max-height: 0px;
	background-color:#F5F5F5;
	border-radius:6px;
	transition: max-height .5s;
	overflow: hidden;
}
#caja_pregfrec7 p{
	color:#333;
	padding:20px;
	margin-bottom:20px;
	}
#boton_pregfrec7{
    padding: 10px;
    width: 100%;
    cursor: pointer;
    margin-bottom: 20px;
    border-radius: 6px;
    background-color: aliceblue;
    display: inline-block;
}
#boton_pregfrec7 h3{
	font-family: 'Ubuntu', sans-serif;
	color: #094CA4;
	font-size:14px;
	font-weight:400;
}
#boton_pregfrec7:hover{
	opacity: .8;
}




#caja_pregfrec8{
    width: 100%;
    margin: auto;
	max-height: 0px;
	background-color:#F5F5F5;
	border-radius:6px;
	transition: max-height .5s;
	overflow: hidden;
}
#caja_pregfrec8 p{
	color:#333;
	padding:20px;
	margin-bottom:20px;
	}
#boton_pregfrec8{
    padding: 10px;
    width: 100%;
    cursor: pointer;
    margin-bottom: 20px;
    border-radius: 6px;
    background-color: aliceblue;
    display: inline-block;
}
#boton_pregfrec8 h3{
	font-family: 'Ubuntu', sans-serif;
	color: #094CA4;
	font-size:14px;
	font-weight:400;
}
#boton_pregfrec8:hover{
	opacity: .8;
}



#caja_pregfrec9{
    width: 100%;
    margin: auto;
	max-height: 0px;
	background-color:#F5F5F5;
	border-radius:6px;
	transition: max-height .5s;
	overflow: hidden;
}
#caja_pregfrec9 p{
	color:#333;
	padding:20px;
	margin-bottom:20px;
	}
#boton_pregfrec9{
    padding: 10px;
    width: 100%;
    cursor: pointer;
    margin-bottom: 20px;
    border-radius: 6px;
    background-color: aliceblue;
    display: inline-block;
}
#boton_pregfrec9 h3{
	font-family: 'Ubuntu', sans-serif;
	color: #094CA4;
	font-size:14px;
	font-weight:400;
}
#boton_pregfrec9:hover{
	opacity: .8;
}



#caja_pregfrec10{
    width: 100%;
    margin: auto;
	max-height: 0px;
	background-color:#F5F5F5;
	border-radius:6px;
	transition: max-height .5s;
	overflow: hidden;
}
#caja_pregfrec10 p{
	color:#333;
	padding:20px;
	margin-bottom:20px;
	}
#boton_pregfrec10{
    padding: 10px;
    width: 100%;
    cursor: pointer;
    margin-bottom: 20px;
    border-radius: 6px;
    background-color: aliceblue;
    display: inline-block;
}
#boton_pregfrec10 h3{
	font-family: 'Ubuntu', sans-serif;
	color: #094CA4;
	font-size:14px;
	font-weight:400;
}
#boton_pregfrec10:hover{
	opacity: .8;
}



#caja_pregfrec11{
    width: 100%;
    margin: auto;
	max-height: 0px;
	background-color:#F5F5F5;
	border-radius:6px;
	transition: max-height .5s;
	overflow: hidden;
}
#caja_pregfrec11 p{
	color:#333;
	padding:20px;
	margin-bottom:20px;
	}
#boton_pregfrec11{
    padding: 10px;
    width: 100%;
    cursor: pointer;
    margin-bottom: 20px;
    border-radius: 6px;
    background-color: aliceblue;
    display: inline-block;
}
#boton_pregfrec11 h3{
	font-family: 'Ubuntu', sans-serif;
	color: #094CA4;
	font-size:14px;
	font-weight:400;
}
#boton_pregfrec11:hover{
	opacity: .8;
}


#caja_pregfrec12{
    width: 100%;
    margin: auto;
	max-height: 0px;
	background-color:#F5F5F5;
	border-radius:6px;
	transition: max-height .5s;
	overflow: hidden;
}
#caja_pregfrec12 p{
	color:#333;
	padding:20px;
	margin-bottom:20px;
	}
#boton_pregfrec12{
    padding: 10px;
    width: 100%;
    cursor: pointer;
    margin-bottom: 20px;
    border-radius: 6px;
    background-color: aliceblue;
    display: inline-block;
}
#boton_pregfrec12 h3{
	font-family: 'Ubuntu', sans-serif;
	color: #094CA4;
	font-size:14px;
	font-weight:400;
}
#boton_pregfrec12:hover{
	opacity: .8;
}


/*fin preguntas frecuentes*/


/*prensa*/

.noticias_cruch {
	width:32%;
	height:auto;
	margin-bottom:40px;
	border:thin solid #00B3D1;
	border-radius:12px;
	}

.noticias_cruch h3 {
	background-color: #00B3D1;
	color: #fff;
	text-align: center;
	font-family: 'Raleway', sans-serif;
	padding: 15px 10px;
	font-variant: small-caps;
	font-size: 1.3em;
	font-weight: 500;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	}
	
.noticias_cruch img {
	width:30%;
	height:auto;
	margin:20px auto;
	display:block;
	}


.cruch_prensa {
	width:32%;
	height:auto;
	margin-bottom:40px;
	border:thin solid #0089CE;
	border-radius:12px;
	}

.cruch_prensa h3 {
	background-color: #0089CE;
	color: #fff;
	text-align: center;
	font-family: 'Raleway', sans-serif;
	padding: 15px 10px;
	font-variant: small-caps;
	font-size: 1.3em;
	font-weight: 500;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	}
	
.cruch_prensa img {
	width:30%;
	height:auto;
	margin:20px auto;
	display:block;
	}


.dec_publicas {
	width:32%;
	height:auto;
	margin-bottom:40px;
	border:thin solid #386DA0;
	border-radius:12px;
	}

.dec_publicas h3 {
	background-color: #386DA0;
	color: #fff;
	text-align: center;
	font-family: 'Raleway', sans-serif;
	padding: 15px 10px;
	font-variant: small-caps;
	font-size: 1.3em;
	font-weight: 500;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	}
	
.dec_publicas img {
	width:30%;
	height:auto;
	margin:20px auto;
	display:block;
	}


.infor_prensa {
	width:32%;
	height:auto;
	margin-bottom:40px;
	border:thin solid #1E429B;
	border-radius:12px;
	}

.infor_prensa h3 {
	background-color: #1E429B;
	color: #fff;
	text-align: center;
	font-family: 'Raleway', sans-serif;
	padding: 15px 10px;
	font-variant: small-caps;
	font-size: 1.3em;
	font-weight: 500;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	}
	
.infor_prensa img {
	width:30%;
	height:auto;
	margin:20px auto;
	display:block;
	}




.opinion_prensa {
	width:32%;
	height:auto;
	margin-bottom:40px;
	border:thin solid #2A2A82;
	border-radius:12px;
	}

.opinion_prensa h3 {
	background-color: #2A2A82;
	color: #fff;
	text-align: center;
	font-family: 'Raleway', sans-serif;
	padding: 15px 10px;
	font-variant: small-caps;
	font-size: 1.3em;
	font-weight: 500;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	}
	
.opinion_prensa img {
	width:30%;
	height:auto;
	margin:20px auto;
	display:block;
	}





.boletin_prensa {
	width:32%;
	height:auto;
	margin-bottom:40px;
	border:thin solid #231E66;
	border-radius:12px;
	}

.boletin_prensa h3 {
	background-color: #231E66;
	color: #fff;
	text-align: center;
	font-family: 'Raleway', sans-serif;
	padding: 15px 10px;
	font-variant: small-caps;
	font-size: 1.3em;
	font-weight: 500;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	}
	
.boletin_prensa img {
	width:30%;
	height:auto;
	margin:20px auto;
	display:block;
	}

/*fin prensa*/





/*noticias*/
.noticias_principales {
	width: 85%;
	margin: auto;
	display: flex;
	display: -webkit-box;
	display: -moz-flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	-webkit-flex-wrap: wrap;
	-webkit-align-content: space-around;
	-webkit-justify-content: space-around;
	display: -webkit-flex;
	-moz-justify-content: space-around;
	-ms-justify-content: space-around;
	flex-wrap: wrap;
	justify-content: space-around;
	/*background-color: #DBD9DA; */
	padding: 20px 0px 20px 0px;
	vertical-align: auto;
	margin-bottom:80px;
	}

.noticias_principales h2{
    width: 100%;
    font-family: 'Ubuntu', sans-serif;
    font-size: 1.4em;
    color: #3FA1AC;
    text-align: left;
    margin: 0px 0px 80px 10px;
    font-weight: 400;
    letter-spacing: 0.05em;
    line-height: 0.9em;
    border-bottom: thin dotted #3FA1AC;
    padding: 5px 10px;
}




/*noticias*/

.noticias_principal {
	width: 85%;
	margin: auto;
	display: flex;
	display: -webkit-box;
	display: -moz-flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	-webkit-flex-wrap: wrap;
	-webkit-align-content: space-around;
	-webkit-justify-content: space-around;
	display: -webkit-flex;
	-moz-justify-content: center;
	-ms-justify-content: center;
	flex-wrap: wrap;
	justify-content: center;
	/*background-color: #DBD9DA; */
	padding: 20px 0px 20px 0px;
	vertical-align: auto;
	}
.noticiasfecha {
	width:200px;
	height:40px;
	background-color:#E2E2E2;/*24BACC*/
	border-radius:3px;
	margin: 0 10px 20px 0px;
	}
		
.noticiasfecha h4 {
	font-family: 'Ubuntu', sans-serif;
	font-size: 0.9em;
	font-weight: 400;
	text-align: center;
	padding-top:12px;
	}
	
.noticiasfecha a {
	text-decoration: none;
	color: #094CA4;
	}
	
.noticiasfecha a:hover {
	color:#fff;
	text-decoration:none;
	background-color:#00C0C2;
	transition: ease-out all 0.4s;
	}
	.noticiasfecha:hover {
	color:#fff;
	text-decoration:none;
	background-color:#00C0C2;
	transition: ease-out all 0.4s;
	}
/*.noticiasmes {
	width:6%;
	height:30px;
	background-color:#E2E2E2;
	margin: 0 5px;
	}*/
	/*fin noticias*/
	
	
	.not_mes {
		width: 85%;
		margin:30px auto 40px auto;
		}
	.not_mes ul {
	list-style-type: none;
    display: flex;
    justify-content: center;
    flex-direction: row;
    flex: 0 1 auto;
    flex-wrap: wrap;

	border-radius:5px;
		}
		
	.not_mes li {
	display: block;
	text-align: center;
	padding: 2px 0px 4px 0px;
	margin: 5px;
	font-family: 'Ubuntu', sans-serif;
	font-size: 0.9em;
	font-weight: 300;
	width: 100px;
	border-radius: 3px;
	-webkit-box-shadow: 2px 2px 3px rgba(45,81,145,0.32);
	box-shadow: 2px 2px 3px rgba(45,81,145,0.32);
		}
	.not_mes a {
		text-decoration:none;
		color:#666;
		text-align: center;
	}
	
	.not_mes li:hover {
		text-decoration:none;
		color:#666;
		background-color:rgba(215,215,215,0.20);
	}
	
	.not_mes a:hover {
		color:#2D5191;
	}
	
.resumen_not {
	width:345px;
	height:auto;
	border: solid thin #2D5191;
	border-radius:15px;
	margin-bottom:60px;
	}
	
.resumen_not img {
	width: auto;
    height: auto;
    max-height: 130px;
    max-width: 340px;
    display: block;
    margin: 20px auto;
	}
	
.resumen_not h5 {
	font-family: 'Ubuntu', sans-serif;
	font-size: 0.7em;
	font-weight: 300;
	color: #595959;
	padding-left: 20px;
	margin-bottom: 10px;
	}

.resumen_not h3 {
	font-family: 'Ubuntu', sans-serif;
	font-size: 0.9em;
	font-weight: 500;
	color: #2D5191;
	padding: 0 20px;
	line-height:1.4em;
	margin-bottom: 25px;
	text-align: justify;
	}
.resumen_not h4 {
	font-family: 'Ubuntu', sans-serif;
	font-size: 0.8em;
	font-weight: 300;
	color: #737373;
	padding: 0 20px;
	line-height: 1.5em;
	margin-bottom: 40px;
	text-align: justify;
	}	
.resumen_not h6 {
	font-family: 'Raleway', sans-serif;
    color: #fff;
    font-variant: small-caps;
    text-transform: lowercase;
    text-align: center;
    font-weight: 500;
    font-size: 1em;
	padding: 3px 0;
	background-color: #2D5191;
	margin-bottom:30px;
	}	

.resumen_not h6:hover {
	background-color: #3FA1AC;
	}		
.resumen_not a {
	text-decoration:none;
	}	
	
	
.noticia_detalle {
	width: 85%;
	margin: 0 auto;
	}
	
.noticia_detalle img{
	width:100%;
	height:auto;
	margin-bottom:20px;
	margin-left:auto;
	margin-right:auto;
	display:block;
	}

.noticia_detalle h5 {
	font-family: 'Ubuntu', sans-serif;
	font-size: 0.8em;
	font-weight: 300;
	color: #595959;
	margin-bottom: 20px;
	}
	
	
.noticia_detalle h2 {
	font-family: 'Raleway', sans-serif;
	font-size: 1.1em;
	font-weight: 500;
	color: #2D5191;
	line-height:1.4em;
	margin-bottom: 45px;
	text-transform: uppercase;
	text-align: justify;
	}
	
.noticia_detalle h3 {
	font-family: 'Ubuntu', sans-serif;
	font-size: 0.8em;
	font-weight: 300;
	color: #fff;
	background-color: rgba(45,81,145,0.92);
	padding: 20px 25px;
	line-height: 1.8em;
	margin-bottom: 25px;
	text-align: justify;
	border-radius: 8px;
	}
	
.noticia_detalle h6 {
	 font-family: 'Raleway', sans-serif;
    font-size: 1.2em;
    font-weight: 400;
    color: #fff;
    background-color: #24BACC;
	padding:5px;
	width: 85%;
	text-align:center;
	border-radius:12px;
	margin:30px auto 70px auto;
	font-variant:small-caps;
}
.noticia_detalle h6:hover{

	transition: all 90ms linear;
	background-color: #15CFDD;
		border-right: 4px solid #23A5AF;
	border-bottom: 4px solid #23A5AF;
}
.noticia_detalle a {
	text-decoration:none;
}

.noticia_detalle h6:hover {
	font-weight:600;
	}


/*fin noticias*/




/*cruch en la prensa*/

.cruch_en_la_prensa {
    width: 480px;
    background-color: #f5f5f5;
    border-radius: 14px;
    margin: 40px 5px 20px 5px;
	position: relative;
}



.cruch_en_la_prensa img {
    display: block;
    margin: -20px auto 10px auto;
}

.cruch_en_la_prensa h2 {
    color: #094CA4;
    font-family: 'Ubuntu', sans-serif;
    font-size: 13px;
    text-align: justify;
    font-weight: 400;
    padding: 10px;
    margin-bottom: 10px;
    border-bottom: dotted thin;
}

.cruch_en_la_prensa h3 {
    font-family: 'Ubuntu', sans-serif;
    font-size: 12px;
    font-weight: 400;
    color: #717070;
    padding: 0px 10px;
    margin-bottom: 20px;
}

.cruch_en_la_prensa h4 {
    font-family: 'Ubuntu', sans-serif;
    font-size: 13px;
    font-weight: 400;
    color: #666;
    padding: 0px 10px;
    margin: 0 0 40px 0;
}

.cruch_en_la_prensa a {
    text-decoration: none;
}

.cruch_en_la_prensa h6 {
    font-family: 'Raleway', sans-serif;
    color: #fff;
    font-variant: small-caps;
    text-transform: lowercase;
    text-align: center;
    font-weight: 400;
    font-size: 14px;
    margin: 0 auto;
    width: 100%;
    /* border-radius: 4px; */
    background-color: #2D5191;
    background: #1ab0b7;
    background: -moz-linear-gradient(-45deg, #1ab0b7 0%, #1eceab 100%);
    background: -webkit-linear-gradient(-45deg, #1ab0b7 0%,#1eceab 100%);
    background: linear-gradient(135deg, #1ab0b7 0%,#1eceab 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1ab0b7', endColorstr='#1eceab',GradientType=1 );
    bottom: 0;
    position: absolute;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

/*fin cruch en la prensa*/

/*informes de prensa*/

.prensa_principales {
    width: 85%;
    margin: auto;
    display: flex;
    display: -webkit-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    -webkit-flex-wrap: wrap;
    -webkit-align-content: center;
    -webkit-justify-content: center;
    display: -webkit-flex;
    -moz-justify-content: center;
    -ms-justify-content: center;
    flex-wrap: wrap;
    justify-content: center;
    /* background-color: #DBD9DA; */
    padding: 20px 0px 20px 0px;
    vertical-align: auto;
    margin-bottom: 80px;
}

.prensa_principales h2 {
    width: 100%;
    font-family: 'Ubuntu', sans-serif;
	font-size: 17px;
    text-transform: uppercase;
    color: #2D5191;
    text-align: left;
    margin: 0px 0px 40px 10px;
    font-weight: 400;
    line-height: 0.9em;
    border-bottom: thin solid #2D5191;
    padding: 5px 10px;
}

.resumen_prensa {
    width: 200px;
    background-color: aliceblue;
    height: auto;
    border-radius: 4px;
    margin: 0 5px 40px 5px;
}
/*.resumen_prensa:hover {
    background-color: white;
	transition:ease-out all 0.4s;
}*/
.resumen_prensa img {
    width: 100%;
    height: auto;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    margin-bottom: 20px;
}

.resumen_prensa h3 {
    font-family: 'Ubuntu', sans-serif;
    font-size: 12px;
    font-weight: 300;
    background-color: #094CA4;
    color: #fff;
    padding: 0 10px 1px 10px;
    margin-bottom: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    text-transform: uppercase;
    text-align: justify;
}
.resumen_prensa h4 {
    font-family: 'Ubuntu', sans-serif;
    color: #4E4E4E;
    font-size: 12px;
    font-weight: 300;
    font-style: italic;
    padding: 0 10px;
    line-height: 14px;
    margin-bottom: 40px;
}
.resumen_prensa a {
    text-decoration: none;
}
.resumen_prensa h6 {
    font-family: 'Raleway', sans-serif;
    color: #fff;
    font-variant: small-caps;
    text-transform: lowercase;
    text-align: center;
    font-weight: 400;
    font-size: 14px;
    margin: auto;
    width: 180px;
    border-radius: 4px;
    background-color: #2D5191;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#1ab0b7+0,1eceab+100 */

background: #1ab0b7; /* Old browsers */

background: -moz-linear-gradient(-45deg,  #1ab0b7 0%, #1eceab 100%); /* FF3.6-15 */

background: -webkit-linear-gradient(-45deg,  #1ab0b7 0%,#1eceab 100%); /* Chrome10-25,Safari5.1-6 */

background: linear-gradient(135deg,  #1ab0b7 0%,#1eceab 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1ab0b7', endColorstr='#1eceab',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */


    margin-bottom: 15px;
}
/*fin informes de prensa*/


/*Detalle informes prensa*/

.prensa_detalle_principal {
	width:85%;
	margin:10px auto 60px auto;
	}

.prensa_infdet {
    width: 100%;
    height: auto;
    margin: 20px auto 40px auto;
    padding-bottom: 5px;
	background-color: aliceblue;
}

.prensa_infdet:hover {
	background-color:#f5f5f5;
}
.prensa_detalle_principal h2 {
    font-family: 'ubuntu', sans-serif;
    font-size: 17px;
    text-transform: uppercase;
    padding: 3px 0;
    color: #2D5191;
    font-weight: 400;
    border-bottom: #2d5191 thin solid;
}


.prensa_detalle_principal h4 {
    font-family: 'ubuntu', sans-serif;
    font-size: 17px;
    text-transform: uppercase;
    padding: 3px 0;
    color: #00C0C2;
    font-weight: 400;
    border-bottom: #00C0C2 thin solid;
}
.prensa_infdet h3 {
    font-family: 'Ubuntu', sans-serif;
    font-size: 13px;
    color: #2D5191;
    background-color: #2D5191;
    color: aliceblue;
    font-weight: 400;
    padding: 10px;
    margin: 30px 0 10px 0;
}
.prensa_infdet h4 {
	font-family: 'ubuntu', sans-serif;
    font-size: 15px;
    text-transform: uppercase;
    padding: 3px 0;
    color: #1AB0B7;
    font-weight: 400;
	margin-top:60px;
    border-bottom: #1AB0B7 thin solid;
	}
.prensa_infdet p {
    font-family: 'lato', sans-serif;
    color: #252525;
    text-align: justify;
    /* line-height: 1.3em; */
    padding: 10px;
    font-size: 12px;
    font-style: italic;
}

.prensa_infdet h5 {
    font-family: 'Ubuntu', sans-serif;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: 400;
    color: #7D7D7D;
    padding-left: 10px;
    margin-bottom: 5px;
}

.prensa_infdet a {
    text-decoration: none;
    width: 200px;
}

.prensa_infdet h6 {
    width: 200px;
    /* padding: 2px; */
    background-color: #3FA1AC;
    background: #1ab0b7;
    background: -moz-linear-gradient(-45deg, #1ab0b7 0%, #1eceab 100%);
    background: -webkit-linear-gradient(-45deg, #1ab0b7 0%,#1eceab 100%);
    background: linear-gradient(135deg, #1ab0b7 0%,#1eceab 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1ab0b7', endColorstr='#1eceab',GradientType=1 );
    color: #fff;
    margin: 20px auto;
    font-family: 'Raleway', sans-serif;
    font-size: 14px;
    font-variant: small-caps;
    font-weight: 500;
    text-transform: lowercase;
    text-align: center;
    border-radius: 4px;
}
.prensa_infdet h6:hover {
	background:#00C0C2;
	transition: ease-out all 0.5s;
	}
/*fin Detalle informes prensa*/

/*opinion*/
.info_opinion {
    margin: 20px 20px 35px 20px;
}

.opinion_persona {
	width: 160px;
    height: 190px;
    margin-bottom: 5px;
	}
.opinion_persona img {
	width: 150px;
    height: auto;
    margin: 5px auto 10px auto;
    clear: both;
    display: block;
	}
	
.opinion_persona h4{
    font-family: 'Ubuntu', sans-serif;
    font-size: 13px;
    font-weight: 400;
	color:#2D5191;
    text-align: center;
    margin: 10px 5px 5px 5px;
	}
.info_opinion h6{
	font-size: 14px;
    font-weight: 400;
    text-align: center;
    margin: 0px 0px 3px 0px;
    color: #094CA4;
    border: solid thin;
    border-radius: 3px;
    padding: 3px;
    font-variant: small-caps;
}
.info_opinion h6:hover {
    background-color: #094CA4;
    transition: ease-out all 0.4s;
    color: white;
}
.info_opinion a{
	text-decoration:none;
}

.opinion_nombres {
	width: 85%;
    margin: 20px auto;
	}

.opinion_nombres h2{
	    width: 100%;
    font-family: 'Ubuntu', sans-serif;
    font-size: 24px;
    color: #094CA4;
    text-align: left;
    margin: 55px 0px 30px 0px;
    font-variant: small-caps;
    font-weight: 400;
    letter-spacing: 0.05em;
    line-height: 0.9em;
    border-bottom: thin solid #094CA4;
    padding: 5px 10px;
    text-transform: lowercase;
	}
.imagen_opinion2 {
	width: 400px;
    background-color: #212629;
    margin-right: 20px;
	}


.imagen_opinion2 img{
	width: 200px;
    height: 200px;
    margin: 0 auto;
    display: block;
	}

.texto_opinion2 {
	width: 60%;
    margin-right: 20px;
	}


.opiniones_titulos {
	width: 480px;
    height: 180px;
    margin: 10px;
    border: solid thin #ccc;
    position: relative;
}

.opiniones_titulos h2 {
    color: #094CA4;
    border-bottom: dotted thin;
    font-family: 'Ubuntu', sans-serif;
    font-size: 13px;
    text-align: justify;
    text-transform: uppercase;
    font-weight: 400;
    padding: 10px;
    margin-bottom: 20px;
}

.opiniones_titulos h3 {
    font-family: 'Ubuntu', sans-serif;
    font-size: 12px;
    font-weight: 400;
    color: #717070;
    padding: 0px 10px;
    margin-bottom: 20px;
}

.opiniones_titulos h4 {
    font-family: 'Ubuntu', sans-serif;
    font-size: 13px;
    font-weight: 400;
    color: #666;
    padding: 0px 10px;
    margin: 0 0 20px 0;
}

.opiniones_titulos a {
    text-decoration: none;
}

.opiniones_titulos h6 {
    font-family: 'Raleway', sans-serif;
    color: #fff;
    font-variant: small-caps;
    text-transform: lowercase;
    text-align: center;
    font-weight: 400;
    font-size: 14px;
    margin: 0 auto;
    width: 100%;
    background-color: #2D5191;
    bottom: 0;
    position: absolute;
}

.opinion_detalle {
	width: 85%;
    margin: 120px auto 40px auto;
    border: solid thin #ccc;
    border-radius: 16px;
	}
.opinion_detalle h2{
	width: 100%;
    font-family: 'Ubuntu', sans-serif;
    font-size: 24px;
    color: #2D5191;
    text-align: left;
    margin: 0px auto 40px auto;
    font-variant: small-caps;
    font-weight: 400;
    letter-spacing: 0.05em;
    line-height: 0.9em;
    border-bottom: thin dotted #2D5191;
    padding: 5px 20px;
    text-transform: lowercase;
}
.opinion_detalle img{
	width:150px;
	display:block;
	margin: -80px auto 0px auto;
	}
.opinion_detalle p {
    font-family: 'lato', sans-serif;
    color: #5C5C5C;
    text-align: justify;
    line-height: 1.9em;
    padding: 10px 20px;
    font-size: 0.9em;
}

.opinion_detalle h5 {
    font-family: 'Raleway', sans-serif;
    font-size: 12px;
    color: #5C5C5C;
    font-weight: 600;
	padding:10px 20px;
}

.opinion_detalle h6 {
    font-family: 'Raleway', sans-serif;
    font-size: 13px;
	font-style:italic;
    color: #2D5191;
    font-weight: 600;
	padding:10px 20px;
	margin-bottom:20px;
}
.opinion_detalle a {
	text-decoration:none;
}
/* fin opinion*/



/*contacto*/

.contacto {
	width: 85%;
	margin:20px auto;
	}
	
.contacto_form {
    position: relative;
    width: 100%;
    margin: 15px auto 50px auto;
    text-align: center;
}

.contacto_form input {
    width: 70%;
    height: 42px;
    margin-top: 25px;
    padding: 0 15px;
	background: #2D5191;
	background-color: rgba(45,81,145,0.20);
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    border: 1px solid #3d3d3d;
    border: 1px solid rgba(255,255,255,.15);
    -moz-box-shadow: 0 2px 3px 0 rgba(0,0,0,.1) inset;
    -webkit-box-shadow: 0 2px 3px 0 rgba(0,0,0,.1) inset;
    box-shadow: 0 2px 3px 0 rgba(0,0,0,.1) inset;
    font-family: 'PT Sans', Helvetica, Arial, sans-serif;
    font-size: 14px;
    color: #545454; /*color texto*/
    text-shadow: 0 1px 2px rgba(0,0,0,.1);
    -o-transition: all .2s;
    -moz-transition: all .2s;
    -webkit-transition: all .2s;
    -ms-transition: all .2s;
}

.contacto_form textarea {
	width: 70%;
	height: 200px;
	margin-top: 25px;
	padding: 0 15px;
	background: #2D5191;
	background-color: rgba(45,81,145,0.15);
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	border: 1px solid #3d3d3d;
	border: 1px solid rgba(255,255,255,.15);
	-moz-box-shadow: 0 2px 3px 0 rgba(0,0,0,.1) inset;
	-webkit-box-shadow: 0 2px 3px 0 rgba(0,0,0,.1) inset;
	box-shadow: 0 2px 3px 0 rgba(0,0,0,.1) inset;
	font-family: 'PT Sans', Helvetica, Arial, sans-serif;
	font-size: 14px;
	color: #545454;/*color texto*/
	text-shadow: 0 1px 2px rgba(0,0,0,.1);
	-o-transition: all .2s;
	-moz-transition: all .2s;
	-webkit-transition: all .2s;
	-ms-transition: all .2s;
}

.contacto_form .button {
    cursor: pointer;
    width: 300px;
    height: 44px;
    margin-top: 25px;
    padding: 0;
    background: #2D5191;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    border: 1px solid #2D5191;
    font-family: 'Raleway', sans-serif;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
}

.contacto_form .button:hover {
    -moz-box-shadow:
        0 15px 30px 0 rgba(255,255,255,.25) inset,
        0 2px 7px 0 rgba(0,0,0,.2);
    -webkit-box-shadow:
        0 15px 30px 0 rgba(255,255,255,.25) inset,
        0 2px 7px 0 rgba(0,0,0,.2);
    box-shadow:
        0 15px 30px 0 rgba(255,255,255,.15) inset,
        0 2px 7px 0 rgba(0,0,0,.2);
}

.mapa {
	width:99%;
	border:2px solid #2D5191;
	height:204px;
	margin:10px auto 50px auto;
	}
/*fin contacto*/



@media screen and (max-width: 795px) {
	.otrosindex h3 {
		font-size:1em;
	}
}


@media screen and (max-width: 670px) {

.admision {
    width: 85%;
	}

.postgrado {
    width: 85%;
	}
	
.internacional {
	width: 85%;
	}
.areas {
	width: 85%;
	}
	

}

@media screen and (max-width: 625px) {
	
	/*menu responsive*/
	body {
		padding-top:80px;
	}

	.menu_bar {
		display:block;
		width:100%;
		position: fixed;
		top:0;
		background:#2F5193;
	}

header img {
	display:none;
}

.menu_bar img {
    display: inline-block;
}

	.menu_bar .bt-menu {
		display: block;
		padding: 5px 20px 5px 30px;
		color: #fff;
		overflow: hidden;
		font-size: 25px;
		font-weight: bold;
		text-decoration: none;
	}

	.menu_bar span {
		float: right;
		font-size: 40px;
	}

	header nav {
		width: 85%;
		height: calc(100% - 80px);
		position: fixed;
		right:100%;
		margin: 0;
		overflow: scroll;
	}

	header nav ul li {
		display: block;
		border-bottom:1px solid rgba(255,255,255,.5);
		
	}

	header nav ul li a {
		display: block;
	}

	header nav ul li:hover .children {
		/*display: none;*/
			}

	header nav ul li .children {
		width: 100%;
		position: relative;	
	}

	header nav ul li .children li a {
		margin-left:20px;
	}

	header nav ul li .caret {
		float: right;
	}
}

/*fin menu responsive*/



@media screen and (max-width: 570px) {
	.otrosindex h3 {
	text-align: center;
    float: none;
    display: table-row;
    font-size: 1.2em;
		
	}
	.otrosindex img {
		
	width: 100%;
    margin-bottom: 20px;
	}
		
}
	
@media screen and (max-width: 465px) {	
.otrosindex {
	width:100%;
	margin-bottom:30px;
	padding:5px;
	}
	
.otrosindex img {
    width: 10%;
    height: auto;
    float: left;
    margin-bottom: 0px;
    margin-right: 20px;
    margin-left: 10%;
}

.otrosindex h3 {
    font-family: 'Gudea', sans-serif;
    font-size: 1.4em;
    color: #fff;
    text-align: center;
    font-variant: small-caps;
    font-weight: 400;
    line-height: 0.8em;
	float: right;
    width: 70%;
	margin-top: 3%;
}
	
.admision {
	width:100%;
	}
	
.postgrado {
	width:100%;
	}
	
.internacional {
	width:100%;
	}
	
.areas {
	width:100%;
	}


}

@media screen and (max-width: 560px) {
.nosotros h6 {
    width: 100%;
}
}
@media screen and (max-width: 340px) {	
.otrosindex {
	padding:20px 10px;
	}
	
.otrosindex img{
visibility: hidden;
width:0;
}



.otrosindex h3 {
	width:100%;
	margin-top:0;
}

}