/* General Blueprint Style */
@import url(http://fonts.googleapis.com/css?family=Lato:300,400,700);
@font-face {
	font-family: 'bpicons';
	src:url('../fonts/bpicons/bpicons.eot');
	src:url('../fonts/bpicons/bpicons.eot?#iefix') format('embedded-opentype'),
		url('../fonts/bpicons/bpicons.woff') format('woff'),
		url('../fonts/bpicons/bpicons.ttf') format('truetype'),
		url('../fonts/bpicons/bpicons.svg#bpicons') format('svg');
	font-weight: normal;
	font-style: normal;
} /* Made with http://icomoon.io/ */

*, *:after, *:before { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
body, html {
	font-size: 100%;
	padding: 0;
	margin: 0;
}
#open_preferences_center
{
	font-size: 1em;
	font-weight: bolder;
	color: #fafdf4;
	padding: 10px;
	z-index: 100;
	background-color: #000;
	height: 40px;
	border-radius: 10px;
	position: fixed;
	left: 10px;
	bottom: 10px;
	text-decoration: none;
	}

/* Clearfix hack by Nicolas Gallagher: http://nicolasgallagher.com/micro-clearfix-hack/ */
.clearfix:before, .clearfix:after { content: " "; display: table; }
.clearfix:after { clear: both; }
.color {
	background-color: #33477A;
	color: #FFF;
	box-shadow: 1px 5px 5px rgba(0,0,0,0.1);
	border-radius: 15px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	text-transform: uppercase;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 5px;
	font-size: 11px;
}
.boton {
	background-color: #33477A;
	color: #FFF;
	border-radius: 15px;
	font-size: 12px;
	text-transform: uppercase;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 100px;
	border: 2px solid #FFF;
	cursor: pointer;
	padding: 10px;
}
.borde {
	color: #33477A;
	font-size: 12px;
	text-transform: uppercase;
	border: 2px solid #33477A;
	padding: 5px;
	margin-top: 10px;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 5px;
	width: 50%;
}


body {
	font-family: 'Lato', Calibri, Arial, sans-serif;
	color: #666;
	background-color: #476CBA;
	background-image: url(../images/fondo.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
}

.img
{
	opacity: 1.0;
	filter: alpha(opacity=100); /* For IE8 and earlier */
	border: 0px;
		cursor:pointer;
	
}
.destacado {
	background-color: #CCCCCC;
	width: 100%;
	background-color: #F3F3F3;
	padding: 10px;
	border-radius: 20px;
	background-color: rgba(228,228,228,0.5);
	margin-top: 200px;
	font-size: 0.7em;
	height: auto;
}
.imagenes {
	width: 330px;
	margin-right: auto;
	margin-left: auto;
	height: 100px;
}


.destacado2 {
	background-color: #CCCCCC;
	width: 100%;
	background-color: #F3F3F3;
	padding: 10px;
	border-radius: 20px;
	background-color: rgba(228,228,228,0.5);
	margin-top: 10px;
	font-size: 0.5em;
}
.destacado3 {
	background-color: #CCCCCC;
	width: 80%;
	background-color: #F3F3F3;
	padding: 10px;
	border-radius: 20px;
	background-color: rgba(228,228,228,0.5);
	margin-top: 10px;
	font-size: 1em;
	background-image: url(../images/ico-importante.png);
	background-repeat: no-repeat;
	margin-right: 90px;
	margin-bottom: 10px;
	margin-left: 90px;
	text-align: justify;
}

.destacado3 h3 {
	font-size: 2em;
	margin: 0px;
	padding: 0px;
}


.img:hover
{
	opacity: 0.4;
	filter: alpha(opacity=40); /* For IE8 and earlier */
		cursor:pointer;
	border: 0px;
}

.container > header {
	width: 100%;
	padding-top: 2em;
	padding-bottom: 1.5em;
	background-size: 100% 100%;
	padding-right: 0px;
	padding-left: 0px;
	margin: 0;
	height: 200px;
}



.container > header h1 {
	line-height: 1em;
	font-weight: bolder;
	text-transform: uppercase;
	margin-bottom: 0em;
	width: 70%;
	color: #FFF;
	text-shadow: 3px 3px 3px #666;
	margin-top: 1.8em;
	box-shadow: 1px 5px 5px rgba(0,0,0,0.1);
	background-color: rgba(51,51,51,0.5);
	border-radius: 15px;
	position: absolute;
	z-index: 10000000;
	right: 10px;
	top: 50px;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 30px;
	font-size: 1.9em;
	text-align: center;
	margin-right: 50px;
	margin-left: 0px;
	text-decoration: none;
}
.container>header h1 a {
	color: #FFF;
	font-size: 0.8em;
	font-weight: bolder;
	text-decoration: none;
}
.destacado4bis {
	width: auto;
	background-color: #0093DD;	
	font-size: 1em;
	color: #FFF;
	border-radius: 2px;
	border: 0px solid #FFF;
	font-weight: bolder;
	padding-top: 2px;
	padding-right: 8px;
	padding-bottom: 2px;
	padding-left: 8px;
	margin-top: 0px;
	margin-right: 8px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.destacado4 {
	width: auto;
	background-color: #0093DD;
	border-radius: 20px;
	font-size: 1em;
	color: #FFF;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	border-radius: 20px;
	border: 5px solid #FFF;
	font-weight: bolder;
	float: left;
	margin-right: 20px;
	margin-left: 0px;
	margin-bottom: 0px;
}


.txt-contenido {
	width: 80%;
	margin-right: auto;
	margin-left: auto;
	height: auto;
	padding-bottom: 20px;
	margin-top: 20px;
}
.txt-contenido p {
	font-size: 1.2em;
	line-height: 30px;
	font-weight: normal;
	color: #FFF;
	text-align: justify;
	padding-right: 20px;
	padding-left: 20px;
}

.txt-contenido h2 {
	color: #FFF;
	font-size: 2em;
	padding: 10px;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	font-weight: 300;
}
.txt-contenido h3 {
	color: #FFF;
	font-size: 2em;
	padding: 10px;	
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	font-weight: 300;
}

.txt-contenido a {
	font-size: 1.2em;
	color: #FFF;
	font-weight: 300;
	text-decoration: none;
}

.txt-contenido a:hover {
	font-size: 1.2em;
	color: #000000;
	font-weight: 300;
}
.txt-contenido ul {
	padding-right: 5px;
	padding-left: 5px;
}
.txt-contenido li {
	padding-bottom: 30px;
	list-style-type: none;
	padding-left: 5px;
	font-size: 1.2em;
	line-height: 30px;
	font-weight: normal;
	color: #FFF;
	text-align: justify;
}

.txt-contenido ol{
	padding-bottom: 30px;
	list-style-type: none;
	padding-left: 5px;
	font-size: 1.2em;
	line-height: 30px;
	font-weight: normal;
	color: #FFF;
	text-align: justify;
}


.imagen {
	height: 300px;
	width: 590px;
	position: absolute;
	background-image: url(../images/libros.png);
	background-repeat: no-repeat;
	padding: 0px;
	background-position: 0px;
	z-index: 10000;
	top: -5px;
	margin: 0px;
}

.logo {
	height: auto;
	width: 115px;
	position: absolute;
	top: 0px;
	z-index: 10000000;
	left: 5px;
	padding-top: 2px;
}
.logo ul {
	margin: 0px;
	padding: 0px;
}
.logo li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

.pie {
	height: 300px;
	width: 100%;
	background-size: 100% 100%;
	background-color: rgba(0,0,0,0.5);
}

.pie p {
		color: #FFF;
}
.pie a:link {	
	font-size: 1em;
	color: #FFF;
	text-decoration: none;
}
.pie a:hover {
	color: #1f3359!important;	
}
.pie a:visited {
	
	color: #FFF;
	
}
.redes-sociales {
	text-align: center;
	width: 200px;
	padding-top: 250px;
	margin-right: auto;
	margin-left: auto;
}

.pie-logo {
	height: 90px;
	width: 450px;
	margin-top: 50px;
	background-color: #FFFFFF;
	border-radius: 20px;
	/*box-shadow: 1px 5px 5px rgba(0,0,0,0.1);
	background-color: rgba(255,255,255,0.9);*/
	text-align: center;
	float: left;
	margin-left: 30px;
}

.menu-superior {
	width: 620px;
	position: absolute;
	z-index: 10000000;
	height: 54px;
	top: 10px;
	right: 20px;
}
.logos-nuevos {
	width: 420px;
	background-color: #FFF;
	float: right;
	height: 80px;
	border-radius: 20px;
}



.cbp-so-scroller {
	margin-top: 1em;
	overflow: hidden;
	margin-bottom: 1em;
}
.titulo {
	width: 100%;
	margin: 0px;
	padding: 0px;
}
.titulo h2 {
	font-size: 3.5em;
	font-weight: 300;
	line-height: 0.5em;
	padding-right: 0em;
	padding-left: 2em;
	padding-top: 0.5em;
	color: #FFFFFF;
	padding-bottom: 0.5em;
	background-image: url(../images/ico-importante.png);
	background-repeat: no-repeat;
	background-position: 2px 8px;
	margin: 0px;
}

  #video-nuevo
    {
	width: 100%;
	height:auto;
	font-size: 1.5em;
	color: #999;
	margin-top: px;
	margin-right: px;
	margin-bottom: px;
	margin-left: px;
     }

.video3 {
	height: auto;
	width: 50%;
	background-color: #FFF;
	box-shadow: 2px 5px 5px rgba(0,0,0,0.5);
	border-radius: 15px;
	margin-bottom: 150px;
	margin-top: 60px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
	padding-right:10px;
	padding-bottom:10px;
	padding-left: 10px;
}



/* For example, add a delay for the right side:
.cbp-so-section.cbp-so-animate .cbp-so-side-right {
	-webkit-transition-delay: 0.2s;
	-moz-transition-delay: 0.2s;
	transition-delay: 0.2s;
}
*/

/* Example media queries */
@media screen and (max-width: 70em) {


.container > header h1 {
	line-height: 18px;
	font-weight: bolder;
	text-transform: uppercase;	
	width: 100%;
	color: #FFF;	
	margin-top: 1.8em;	
	background-color: rgba(51,51,51,0.5);
	border-radius: 0px;
	right: 0px;
	top: 10px;
	padding-top: 80px;
	padding-bottom: 0px;
	text-align: center;
	margin-right: 0px;
	margin-left: 0px;
	text-decoration: none;
}
.container>header h1 a {
	color: #FFF;
	font-size: 0.5em;
	font-weight: bolder;
	text-decoration: none;
}


.logos-nuevos {
	width: 100%;
	background-color: #FFF;	
	height: 50px;
	border-radius: 0px;
}

.logos-nuevos img {
	width: 30px;
}
.txt-contenido {
	width: 100%;	
	height: auto;
	padding-bottom: 20px;
	margin-top: 20px;
}

.txt-contenido h2 {
	color: #FFF;
	font-size: 3em;
	padding: 10px;
	width: 100%;
	margin-top: 20px;
	margin-bottom:50px;
	font-weight: 300;
	 height: auto;
	background-color: #FFF;
	color: #476CBA;
	font-size: 2em;
}
	

.menu-superior {
	width: 100%;	
	height: 54px;
	top: 10px;
	right:0px;
	text-align: center;
	text-shadow: 3px 3px 3px #666;
	background-color: #FFF;
	box-shadow: 1px 5px 5px rgba(0,0,0,0.1);
	background-color: rgba(51,51,51,0.5);
	border-radius: 0px;
}

.imagen {display: none;	
	}
.pie-logo {
	height: auto;
	width: auto;
	margin-top: 50px;
	background-color: #FFFFFF;	
	text-align: center;
	float: left;
	
}
	.container > header nav {
	float: none;
	color: #FFF;
	}

	.container > header > span,
	.container > header h1 {
		text-align: center;
	}

		.titulo {
	height: 100px;
	width: 100%;
	
}
.titulo h2 {
	font-size: 3em;
	font-weight: border;
	line-height: 1;
	padding-right: 0.5em;
	padding-left: 0.5em;
	background-image: none;
	height: auto;
	padding-top: 0.5em;
	padding-bottom: 0em;
	margin: 0px;
	color: #ffffff;
}
 #video-nuevo
    {
	width: 100%;
	font-size: 1.5em;
	color: #999;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
     }

.video3 {
	height: auto;
	width: 90%;
	background-color: #FFF;
	box-shadow: 2px 5px 5px rgba(0,0,0,0.5);
	border-radius: 15px;
	margin-bottom: 150px;
	margin-top: 60px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}

}

@media screen and (max-width: 41.125em) {

}

/*menu*/

@font-face {
	font-family: 'bpmenu';
	src:url('../fonts/bpmenu/bpmenu.eot');
	src:url('../fonts/bpmenu/bpmenu.eot?#iefix') format('embedded-opentype'),
		url('../fonts/bpmenu/bpmenu.woff') format('woff'),
		url('../fonts/bpmenu/bpmenu.ttf') format('truetype'),
		url('../fonts/bpmenu/bpmenu.svg#bpmenu') format('svg');
	font-weight: normal;
	font-style: normal;
}

/* Main menu wrapper */
.cbp-hsmenu-wrapper {
	position: relative;
	z-index: 100;
	padding-top: 20px;
	padding-bottom: 20px;
	width: 100%;
	text-align: center;
	margin-top: 30px;
}

/* Common style for all lists */
.cbp-hsmenu-wrapper ul {
	list-style: none;
	padding: 0;
	width: 100%;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

/* 100% width bar for menu */
.cbp-hsinner {
	position: relative;
	z-index: 100;
}
.cbp-hsinner   h2{
	font-weight: normal;
    color: #FFF;
    padding-right: 0.3px;
    padding-left: 0.3px;
    padding-top: 0px;
    padding-bottom: 0px;
    height: 100px;
    line-height: 7em;
    margin-top: 0px;
    margin-right: 10px;
    margin-bottom: 0px;
    margin-left: 10px;

}

/* Main menu style */
.cbp-hsmenu-wrapper .cbp-hsmenu {
	width: 100%;
	max-width: 69em;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding: 0;
}
.cbp-hsmenu > li {
	display: inline-block;
	padding-top: 20px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	margin-top: 0.1em;
	margin-right: 0.1em;
	margin-bottom: 0.1em;
	margin-left: 0.1em;
}

.cbp-hsmenu > li:first-child {
}

/* Main menu link style */
.cbp-hsmenu > li > a {
	color: #FFFFFF;
	font-size: 1em;
	display: inline-block;
	position: relative;
	z-index: 10000;
	outline: none;
	font-weight: bolder;
	padding-right: 0.1em;
	padding-left: 0.1em;
	text-decoration: none;
}

.no-touch .cbp-hsmenu > li > a:hover,
.no-touch .cbp-hsmenu > li > a:focus,
.cbp-hsmenu > li.cbp-hsitem-open > a {
	color: #FFFFFF;
}

/* Add an arrow to the main menu link if it has a submenu (not the only child) */
.cbp-hsmenu > li > a:not(:only-child):before {
	display: inline-block;
	font-family: bpmenu;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 0;
	-webkit-font-smoothing: antialiased;
	content: "\f107";
	font-size: 0em;
	opacity: 0.9;
	vertical-align: middle;
	float: left;
	margin-right:10px!important;
}

.cbp-hsmenu > li.cbp-hsitem-open > a:not(:only-child):before {
	content: "\f106";
}

/* Add a triangle to currently open menu item link */
.cbp-hsmenu > li.cbp-hsitem-open > a:after {
	top: 100%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: transparent;
	border-top-color: #3A3A3A;
	border-width: 20px;
	left: 50%;
	margin-left: -10px;
}

/* Submenu style */
.cbp-hssubmenu {
	position: absolute;
	left: 0;
	top: 100%;
	width: 100%;
	text-align: center; /* for aligning the sub items */
	visibility: hidden;
}
.img-verde {
	background-color: #829C53;
	border-radius: 20px;
	border: 3px solid #FFF;
	box-shadow: 2px 5px 10px rgba(0,0,0,0.5);
	background-image: url(../images/ico-frases.png);
	background-repeat: no-repeat;
	background-position: right 0px;
}

.img-verde a
{
	opacity: 1.0;
	filter: alpha(opacity=100); /* For IE8 and earlier */
			cursor:pointer;
	
}
.img-verde:hover
{
	opacity: 0.4;
	filter: alpha(opacity=40); /* For IE8 and earlier */
		cursor:pointer;

}
.img-verde2 {
	background-color: #829C53;
	border-radius: 20px;
	border: 3px solid #FFF;
	box-shadow: 2px 5px 10px rgba(0,0,0,0.5);
	background-image: url(../images/ico-frases.png);
	background-repeat: no-repeat;
	background-position: right 0px;
}

.titulo-verde {
	background-color: #829C53;
	border-top-width: 3px;
	border-bottom-width: 3px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFF;
	border-bottom-color: #FFF;	
}

.titulo-azul {
	background-color: #0093DD;
	border-top-width: 3px;
	border-bottom-width: 3px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFF;
	border-bottom-color: #FFF;
}


.titulo-amarillo {
	background-color: #c8c769;
	border: 3px solid #FFF;
}
.titulo-rojo {
	background-color: #CD4232;
	border: 3px solid #FFF;
}
.titulo-neutro {
	background-color: #2B5095;
	border-top-width: 3px;
	border-bottom-width: 3px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFF;
	border-bottom-color: #FFF;
}
.titulo-proyecto {
	background-color: #e8af55;
	border: 3px solid #FFF;
}
.img-azul {
	background-color: #0093DD;
	border-radius: 20px;
	border: 3px solid #FFF;
	box-shadow: 2px 5px 10px rgba(0,0,0,0.5);
	background-image: url(../images/ico-vocabulario.png);
	background-repeat: no-repeat;
	background-position: right 0px;
}
.img-azul a
{
	opacity: 1.0;
	filter: alpha(opacity=100); /* For IE8 and earlier */
			cursor:pointer;
	
}
.img-azul:hover
{
	opacity: 0.4;
	filter: alpha(opacity=40); /* For IE8 and earlier */
		cursor:pointer;
}

.img-naranja {
	background-color: #e1890b;
	border-radius: 20px;
	border: 3px solid #FFF;
	box-shadow: 2px 5px 10px rgba(0,0,0,0.5);
	background-image: url(../images/ico-contacto.png);
	background-repeat: no-repeat;
	background-position: right 0px;
}
.img-naranja a
{
	opacity: 1.0;
	filter: alpha(opacity=100); /* For IE8 and earlier */
			cursor:pointer;
	
}
.img-naranja:hover
{
	opacity: 0.4;
	filter: alpha(opacity=40); /* For IE8 and earlier */
		cursor:pointer;

}
.img-proyecto {
	background-color: #e8af55;
	border-radius: 20px;
	border: 3px solid #FFF;
	box-shadow: 2px 5px 10px rgba(0,0,0,0.5);
	background-image: url(../images/ico-proyecto.png);
	background-repeat: no-repeat;
	background-position: right 0px;
}
.img-proyecto a
{
	opacity: 1.0;
	filter: alpha(opacity=100); /* For IE8 and earlier */
			cursor:pointer;
	
}
.img-proyecto:hover
{
	opacity: 0.4;
	filter: alpha(opacity=40); /* For IE8 and earlier */
		cursor:pointer;

}
.img-naranja2 {
	background-color: #E1890B;
	border: 3px solid #FFF;
	box-shadow: 2px 5px 10px rgba(0,0,0,0.5);
	background-image: url(../images/ico-contacto.png);
	background-repeat: no-repeat;
	background-position: right 0px;
}
.img-rojo {
	background-color: #CD4232;
	border: 3px solid #FFF;
	box-shadow: 2px 5px 10px rgba(0,0,0,0.5);
	background-image: url(../images/ico-pdf.png);
	background-repeat: no-repeat;
	background-position: right 0px;
border-radius: 20px;
}
.img-rojo2 {
	background-color: #CD4232;
	border: 3px solid #FFF;
	box-shadow: 2px 5px 10px rgba(0,0,0,0.5);
	background-image: url(../images/ico-pdf.png);
	background-repeat: no-repeat;
	background-position: right 0px;	
	border-radius: 20px;
}
.img-rojo a
{
	opacity: 1.0;
	filter: alpha(opacity=100); /* For IE8 and earlier */
	cursor: pointer;
	
}
.img-rojo:hover
{
	opacity: 0.4;
	filter: alpha(opacity=40); /* For IE8 and earlier */
	cursor: pointer;

}

.cbp-hssubmenu:before, 
.cbp-hssubmenu:after {
	content: " ";	
}
.cbp-hssubmenu:after {
	clear: both;
}

/* Let's allow 6 item in a row */
.cbp-hssubmenu > li {
	box-shadow: -28px 0 0 -27px #ddd, 0 -28px 0 -27px #ddd;
	opacity: 0;
	-webkit-transition: opacity 0.1s 0s;
	-moz-transition: opacity 0.1s 0s;
	transition: opacity 0.1s 0s;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	text-align: justify;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0.1em;
	padding-left: 50px;
}

/* First 6 items don't have upper box shadow */
.cbp-hssubmenu > li:nth-child(-n+6) {
	box-shadow: -28px 0 0 -27px #ddd;
} 

/* Every 7th item does not have a left box shadow */
.cbp-hssubmenu > li:nth-child(6n+1) {
	box-shadow:  0 -28px 0 -27px #ddd;
}

/* The first one does not have any box shadow */
.cbp-hssubmenu > li:first-child {
	box-shadow: none;
}

.cbp-hssubmenu > li a {
	display: inline;
	text-align: center;
	color: #333333;
	outline: none;
	font-size: 1.2em;
	text-decoration: none;
	font-weight: 600;
}


.no-touch .cbp-hssubmenu > li a:hover,
.no-touch .cbp-hssubmenu > li a:focus {
	color: #999;
}

.cbp-hssubmenu > li a img {
	border: none;
	outline: none;
	display: inline-block;
	margin: 0;
	max-width: 100%;
	-webkit-transition: opacity 0.2s;
	-moz-transition: opacity 0.2s;
	transition: opacity 0.2s;
}

.no-touch .cbp-hssubmenu > li a:hover img {
	opacity: 0.5;
}

.cbp-hssubmenu > li a span {
	display: block;
	min-height: 3em;
	margin-top: 0.4em;
}

.cbp-hsmenu > li.cbp-hsitem-open .cbp-hssubmenu {
	z-index: 1000;
	visibility: visible;
}

.cbp-hsmenu > li.cbp-hsitem-open .cbp-hssubmenu > li {
	opacity: 1;
	-webkit-transition: opacity 0.5s 0.1s;
	-moz-transition: opacity 0.5s 0.1s;
	transition: opacity 0.5s 0.1s;
}

/* Helper div for animating the background */
.cbp-hsmenubg {
	background: #f7f7f7;
	position: absolute;
	width: 100%;
	top: 100%;
	left: 0;
	z-index: 0;
	height: 0px;box-shadow: 2px 5px 10px rgba(0,0,0,0.5);
}

.no-touch .cbp-hsmenubg {
	-webkit-transition: height 0.3s;
	-moz-transition: height 0.3s;
	transition: height 0.3s;
}

@media screen and (max-width: 70em){
	 #video-nuevo
    {
	width: 100%;
	font-size: 1.5em;
	color: #999;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-right: 0px;
     }

.container > header h1 {
	line-height: 18px;
	font-weight: bolder;
	text-transform: uppercase;
	width: 100%;
	color: #FFF;
	margin-top: 1.5em;
	background-color: rgba(51,51,51,0.5);
	border-radius: 0px;
	right: 0px;
	top: 10px;
	font-size:3em;
	padding-top: 10px;
	padding-bottom: 20px;
	text-align: center;
	margin-right: 0px;
	margin-left: 0px;
	text-decoration: none;
}
.video3 {
	height: auto;
	width: 100%;
	background-color: #FFF;
	box-shadow: 2px 5px 5px rgba(0,0,0,0.5);
	border-radius: 0px;
	margin-bottom: 10px;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
}
.pie-logo {
	height: 180px;
	width: 100%;
	margin-top: 50px;
	background-color: #FFFFFF;
	border-radius: 0px;	
	text-align: center;
	float: left;
	margin-left: 0px;
}
.logos-nuevos {
	display: none;	
}


	.img-naranja {
	background-color: #E1890B;
	width: 100%;
	height: 100%;
	border-radius: 0px;
	border: 3px solid #FFF;
	box-shadow: 2px 5px 10px rgba(0,0,0,0.5);
	background-image: none;
	background-repeat: no-repeat;
	background-position: right 0px;
}
.img-verde {
	background-color: #829C53;
	border-radius: 0px;
	border: 3px solid #FFF;
	box-shadow: 2px 5px 10px rgba(0,0,0,0.5);
	background-image: none;
	background-repeat: no-repeat;
	background-position: right 0px;
}

.img-rojo {
	background-color: #CD4232;
	border: 3px solid #FFF;
	box-shadow: 2px 5px 10px rgba(0,0,0,0.5);
	background-image: none;
	background-repeat: no-repeat;
	background-position: right 0px;
	width: 100%;
	height: 100%;
	border-radius: 0px;
}	
	
.img-azul {
	background-color: #0093DD;
	border-radius: 0px;
	border: 3px solid #FFF;
	box-shadow: 2px 5px 10px rgba(0,0,0,0.5);
	background-image: none;
	background-repeat: no-repeat;
	background-position: right 0px;
}



.cbp-hsinner   h2{
	font-weight: border;
	color: #FFF;
	padding-right: 0.3px;
	padding-left: 0.3px;
	padding-top: 0px;
	padding-bottom: 0px;
	height: 60px;
	line-height: 3em;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.cbp-hsmenu-wrapper {
		font-size: 100%;
	}

.cbp-hsmenu-wrapper .cbp-hsmenu {
		padding: 0;
		max-width: none;
		width: 100%;
	}

.cbp-hsmenu > li {
	border-top: 0px solid rgba(255,255,255,0.5);
	display: inline-block;
	width: 100%;
	margin-top: 0;
	margin-bottom: 0;
	padding-left: 5px;
	line-height: 30px;
	}

.cbp-hsmenu > li:first-child {
		border-top: none;
	}

.cbp-hsmenu > li > a {
	display: block;
	}

.cbp-hsmenu > li > a:not(:only-child):before {
		line-height: 1.8;
		right: 0;
		position: absolute;
		font-size: 200%;
	}

.cbp-hsmenubg {
		display: none;
	}

.cbp-hssubmenu {
	position: relative;
	overflow: hidden;
	height: 0;
	background-color: #FFFFFF;
	}

	.cbp-hsmenu > li.cbp-hsitem-open .cbp-hssubmenu {
		height: auto;
	}

	/* Let's only allow 3 item in a row now */
	.cbp-hssubmenu > li {
		width: 100%;
	}

	/* Reset box shadows for the 6 items in row case */
	.cbp-hssubmenu > li:nth-child(-n+6),
	.cbp-hssubmenu > li:nth-child(6n+1) {
		box-shadow: -28px 0 0 -27px #ddd, 0 -28px 0 -27px #ddd;
	}

	/* First 4 items don't have upper box shadow */
	.cbp-hssubmenu > li:nth-child(-n+3) {
		box-shadow: -28px 0 0 -27px #ddd;
	} 

	/* Every 5th item does not have a left box shadow */
	.cbp-hssubmenu > li:nth-child(3n+1) {
		box-shadow:  0 -28px 0 -27px #ddd;
	}

}

@media screen and (max-width: 25em){
	/* Let's only allow 1 item in a row now */
	.cbp-hssubmenu > li {
		width: 100%;
		display: block;
		padding-left:5px;
	}

	.cbp-hsmenu-wrapper .cbp-hssubmenu > li {
		box-shadow: 0 1px #cecece;
		text-align: left;
	}

		.cbp-hssubmenu > li a {
		text-align: left;
		line-height: 0px;
		padding: 0em 0em;
	}

	.cbp-hssubmenu > li a img {
		float: left;
		max-height: 50px;
	}

	.cbp-hssubmenu > li a span {
		min-height: 0;
		margin: 0;
	}

}
