@font-face {
    font-family: 'general';
    src: url('../fonts/Lato_Regular.ttf');
}

@font-face {
    font-family: 'generalB';
    src: url('../fonts/Lato_Black.ttf');
}

@font-face {
    font-family: 'titulo';
    src: url('../fonts/LemonMilk.otf');
}

*{
	margin:0px;
	padding: 0px;
	font-family: 'general';
}

hr{
	width: 100%;
	height: 1px;
	border:none;
	background: #eee;
	margin: 15px 0px;
}

p{
	text-align: justify;
	font-family: general;
	color: #343434;
	font-size: 14px;
	margin-bottom: 15px;
}

p b{
	font-family: 'generalB';
}

a{
	text-decoration: none;
	font-size: 14px;
	color: #488df1;
}

ul{
	margin-bottom: 30px;
}

ul li{
	text-align: justify;
	margin-left: 15px;
	list-style: square;
	font-size: 14px;
	margin-bottom: 10px;
}

ul li ul{
	margin:10px 0px 10px 0px;
}

ul li b{
	font-family: 'generalB';
}

ul li b i{
	font-family: 'generalB';
}

ol{
	margin-bottom: 30px;
}

ol li{
	text-align: justify;
	margin-left: 15px;
	font-size: 14px;
	margin-bottom: 10px;
}

ol li ol{
	margin:10px 0px 10px 0px;
}

ol li b{
	font-family: 'generalB';
}

ol li b i{
	font-family: 'generalB';
}

h1{
	font-family: titulo;
	/*color: #343434;*/
	color: #488df1;
	font-size: 35px;
	margin-bottom: 30px;
}

h1 span{
	font-family: titulo;
	color: #488df1;
	font-size: 35px;
	margin-bottom: 30px;
}

h2{
	font-family: titulo;
	margin-bottom: 25px;
	color:#488df1;
}

h2 span{
	color: #343434;
	font-family: titulo;
	margin-bottom: 25px;
}

h3{
	font-family: titulo;
	color: #488df1;
	font-size: 14px;
	margin-bottom: 15px;
}

h3 span{
	font-family: titulo;
	color: #488df1;
	font-size: 14px;
	margin-bottom: 15px;
}

header{
	padding: 20px 0px 0px 0px;
	width: 100%;
	margin-bottom: 0px;
}

table{
	width: 100%;
	margin-bottom: 30px;
}

table tr td{
	border:1px solid #eee;
	padding: 5px 10px;
}

.clear{
	clear: both;
}

.espacio_entrelinea35{
	width: 100%;
	height: 35px;
}

.idiomas{
	margin-top: 50px;
	margin-right: 140px;
	float: right;
}

.idiomas ul li{
	list-style: none;
	color:#900;
	font-weight: bold;
}

.idiomas ul li img{
	width: 50px;
	margin:0px 5px;
}

.logo{
	margin: 0px auto;
	width: 200px;
}

.logo img{
	width: 100%;
}

.menu_pcl{
	margin-top: 30px;
	background: #488df1;
	padding: 0px;
	border-top: 5px solid #286dd1;
}

.menu_pcl ul{
	margin-bottom: 0px;
}

.menu_pcl ul li{
	font-family: general;
	text-transform: uppercase;
	float: left;
	list-style: none;
	margin-bottom: 0px;
	margin-left: 0px;
	font-size: 13px;
}

.menu_pcl ul li a{
	display: block;
	padding: 16px 15px;
	color:#fff;
	transition: background-color ease .5s;
	transition: border ease .3s;
}

.menu_pcl ul li a:hover{
	background: #286dd1;
	color: #fff;
	border-bottom: 4px solid #fff;
	padding: 16px 15px 16px 15px;
}

.bandera_menu a:hover{
	padding: 16px 15px 12px 15px !important;
}

.menu_pcl ul li a img{
	width: 30px;
}

.activo{
	background: #333;
	color: #fff;
	border-bottom: 4px solid #fff;
	padding-bottom: 16px !important;
}

.contenido_contenedor{
	max-width: 1200px;
	padding: 0px 20px;
	margin:0px auto;
}

.contenido{
	float: left;
	width: calc(70% - 20px);
	margin-right: 20px;
}

.contenido img{
	width: 100%;
}

.contenido_figura img{
	width: calc(100% - 4px);
	margin-bottom: 40px;
	border:2px solid #488df1;
}

.sidebar{
	float: right;
	width: calc(30% - 60px);
	margin-left: 20px;
	padding: 20px;
	background: #f2f2f2
}

.sidebar img{
	width: 100%;
}

.sidebar h3{
	color: #488df1;
	margin-bottom: 20px;
}

.sidebar ul{
	margin-bottom: 20px;
}

.sidebar ul li{
	color:#343434;
	font-family: general;
}

.sidebar a{
	color:#488df1;
	transition: all ease .3s;
}

.sidebar a:hover{
	opacity: .5;
}

.sidebar_button a{
	display: block;
	font-size: 14px;
	padding: 8px 0px;
	width: 100%;
	text-align: center;
	background: #488df1;
	color:#fff;
	margin-bottom: 10px;
	transition: all ease .3s;
}

.sidebar_button a:hover{
	opacity: .5;
}

.col_izq{
	float: left;
	width: calc(50% - 20px);
	margin-right: 20px;
}

.col_der{
	float: right;
	width: calc(50% - 20px);
	margin-left: 20px;
}

.banner_inicio{
	width: 100%;
	padding: 0px;
	margin-bottom: 50px;
}

.banner_inicio img{
	width: 100%;
	border-bottom: 5px solid #488df1;
}

.banner_medio{
	width: 100%;
	padding: 0px;
	margin-top: 50px;
	margin-bottom: 50px;
}

.banner_medio img{
	width: 100%;
}

.estadisticas_inicio ul li{
	float: left;
	list-style: none;
	width: calc(25% - 60px);
	margin:20px 30px;
}

.estadisticas_inicio ul li h2{
	color: #488df1;
	text-align: center;
	font-size: 70px;
	margin-bottom: 0px;
}

.estadisticas_inicio ul li h3{
	color: #343434;
	text-align: center;
	font-size: 25px;
	margin-bottom: 3px;
}

.estadisticas_inicio ul li p{
	color: #343434;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
}

.estadisticas_inicio ul li hr{
	width: 60px;
	height: 5px;
	border:none;
	background: #488df1;
	margin: 5px auto 12px auto;
}

.investigador_pcl h3{
	margin-bottom: 0px;
}

.investigador_foto{
	float: left;
	width: 130px;
}

.investigador_foto img{
	width: 100%;
}

.investigador_info{
	float: left;
	margin-left: 25px;
	width: calc(100% - 155px);
}

.investigador_info p{
	text-align: left;
}

footer{
	margin-top: 50px;
	border-top: 25px solid #343434;
	width: 100%;
	background: #272727;
}

.footer_datos{
	width: 50%;
	margin: 0 auto;
	padding: 40px 0px;
}

.footer_datos p{
	color:#fff;
	font-size: 13px;
	line-height: 18px;
	text-align: center;
	margin:0px;
}

.galeria_videos ul li{	
	float: left;
	list-style: none;
	width: calc(25% - 40px);
	margin:0px 15px 15px 15px;
}

.galeria_videos ul li img{
	width: 100%;
}

/* Versión Móvil */
@media (min-width: 520px) and (max-width: 950px){
	.estadisticas_inicio ul li{
		width: calc(50% - 60px);
		margin:20px 30px;
	}

	.clear_only_movil{
		clear: both;
	}
}

@media (min-width: 0px) and (max-width: 520px){
	.estadisticas_inicio ul li{
		width: 100%;
		margin:20px 0px;
	}
}

@media (min-width: 0px) and (max-width: 900px){
	.sidebar{
		width: calc(100% - 40px);
		margin-left: 0px;
		padding: 20px;
		background: #f2f2f2
	}

	.contenido{
		width: 100%;
		margin-right: 0px;
	}
}

@media (min-width: 0px) and (max-width: 800px){
	.col_izq{
		width: 100%;
		margin-right: 0px;
	}

	.col_der{
		width: 100%;
		margin-left: 0px;
	}
}





































































