@charset "utf-8";
/* CSS Document */
#slides {
	top:90px;
	}
.slides_container {
	width:930px;
	height:273px;
	overflow:hidden;
	position:relative;
	display:none;
	margin-top:25px;
	}
#slides .slide {
	padding:20px;
	width:830px;
	height:273px;
	display:block;
	}
.pagination {
	display:none;
	}
#slides .prev {
	width:56px;
	margin-left:30px;
	height:47px;
	position:absolute;
	margin-top:-215px;
	z-index:5;
	}
#slides .next {
	margin-left:880px;
	width:56px;
	height:47px;
	position:absolute;
	margin-top:-215px;
	z-index:1;
	}
.certificacion{
	width:288px;
	height:178px;
	background-image:url(../img/certificado.png);
	background-repeat:no-repeat;
	float:left;
	margin-left:110px;
	text-align:center;
	color:#FFF;
	}
.certificacion:hover{
	width:288px;
	height:178px;
	background-image:url(../img/certificado-hover.png);
	background-repeat:no-repeat;
	float:left;
	margin-left:110px;
	text-align:center;
	color:#333;
	}
.certificacion-titulo{
	font-family:"Rokkitt Bold";
	width:288px;
	float:left;
	height:55px;
	}
.certificacion-titulo p{
	font-size:19px;
	padding-top:30px;
	}
.certificacion-nombre{
	width:288px;
	float:left;
	height:63px;
	}
.certificacion-nombre h1{
	font-size:26px;
	padding-top:15px;
	font-family:"Questrial-Regular";
	}
.certificacion-ver{
	width:288px;
	float:left;
	height:50px;
	font-family:"Questrial-Regular";
	padding-top:10px;
	}
.certificacion-ver a{
	text-decoration:none;
	color:#FFF;
	}
.certificacion-ver a:hover{
	text-decoration:none;
	color:#333;
	}
/*Ligh Box Certificaciones*/
.black_certificacion{
	display: none;
	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 310%;
	background-color: black;
	z-index:1001;
	-moz-opacity: 0.8;
	opacity:.80;
	filter: alpha(opacity=80);
	}
.white_certificacion {
	display: none;
	position: absolute;
	top: 25%;
	left: 25%;
	width: 869px;
	height: 1167px;
	padding: 16px;
	z-index:1002;
	}
.cerrar-box{
	float:right;
	margin-bottom:10px;
	margin-right:5px;
	}
.contenido-box{
	background-image:url(../img/box-certificados.png);
	width:869px;
	height:1167px;
	float:left;
	}
.titulo-box{
	float:left;
	width:869px;
	}
.titulo-box h2{
	font-size:16px;
	padding-top:20px;
	text-align:center;
	font-weight:normal;
	font-family:"Rokkitt Bold";
	}
.titulo-box h3{
	font-size:21px;
	padding-top:10px;
	font-weight:normal;
	text-align:center;
	font-family:"Oswald";
	}
.imagen-box{
	width:834px;
	float:left;
	margin-top:20px;
	padding-left:35px;
	}