
.cabeza,
.pie { font-size: 62.5%; line-height: 1; }
/* CMS NATIVE CSS HEADER -> CUSTOMIZABLE CLASSES */
.cabeza { background: #FFF; min-height: 90px; text-align: center; width: 100%; }
.auxcab { margin: 0 auto; display: block; padding: 0; }
.cabeza h1, 
.cb_logo figcaption { position: absolute; left: 0; top: 0; text-indent: -10000px; overflow: hidden; }
.cb_logo a { 
 float: left; margin: 3px 0 0 10px; width: /*287*/180px; 
}
.cb_logo img { margin: 0; }

.bot {  display: block; }
.cb_nv_bot { width: 60px; height: 90px; float: right; }
.cb_nv_abrir, .cb_nv_cerrar { 
 display: block; width: 60px; height: 90px; 
 background: url("../../../../skins/estilos/imagenes/bot-menu-b.png") 12px -80px no-repeat;
 -webkit-transition: background-color 0.3s linear 0s;
 -moz-transition: background-color 0.3s linear 0s;
 -o-transition: background-color 0.3s linear 0s;
 transition: background-color 0.3s linear 0s;
}
.cb_nv_cerrar  { background: url("../../../../skins/estilos/imagenes/bot-menu-b.png") -88px -80px no-repeat; }
.cb_nv_abrir:hover { background: url("../../../../skins/estilos/imagenes/bot-menu-b.png") 12px 20px no-repeat; } 
.cb_nv_cerrar:hover { background: url("../../../../skins/estilos/imagenes/bot-menu-b.png") -88px 20px no-repeat; } 
.cb_ador1 { display: none; }
.cb_ador2 { display: none; }
.cb_nv_cerrar { display: none; }

@media all and (max-width:999px) {
.cb_nv_group { overflow: hidden; display: block; width: 100%; }
.cb_logo a { position: absolute; left: 0px; top: 0px; z-index: 2; }
.cb_nv_layer { 
 display: block; width: 100%; 
 background: #222222 url("../../../../skins/estilos/imagenes/sombra-bot-menu.png") repeat-x left bottom;
 color: #3A3A3A; 
 padding-bottom: 0px; height: 0px; 
 overflow: hidden;
 -webkit-transition: height 0.5s ease-in 0s, padding-bottom 0.5s ease-in 0s;
 -moz-transition: height 0.5s ease-in 0s, padding-bottom 0.5s ease-in 0s;
 -o-transition: height 0.5s ease-in 0s, padding-bottom 0.5s ease-in 0s;
 transition: height 0.5s ease-in 0s, padding-bottom 0.5s ease-in 0s;
}

.cb_nav_pri { text-align: left; }
.cb_nav_pri .u_ul { display: block; width: 70%; margin: 0 auto; border-top: none; }
.cb_nav_pri .nv_ul { display: block; width: 70%; margin: 40px auto 0 auto; border-top: none; font-weight: bold; }
.cb_nav_pri .nv_li,
.cb_nav_pri .uu_li { display: block; text-align: center; margin: 0 0 25px 0;  }
.cb_nav_pri .nv_a, .cb_nav_pri .nv_spn ,
.cb_nav_pri .uu_a, .cb_nav_pri .uu_spn { display: block; color: #000; font-size: 17px; }
.cb_nav_pri .nv_a,
.cb_nav_pri .uu_a {
 -webkit-transition: background-color 0.3s 0s;
 -moz-transition: background-color 0.3s 0s;
 -o-transition: background-color 0.3s 0s;
 transition: background-color 0.3s 0s;
}
.cb_nav_pri ul li.actual a,
.cb_nav_pri ul li.activo a { display: block; color: #000; font-size: 17px; }
.cb_nav_pri ul li.actual a,
.cb_nav_pri ul li.activo a,
.cb_nav_pri .nv_a:hover,
.cb_nav_pri .uu_a:hover { color: #000; text-decoration:underline;  }

.cb_nav_pri .u_ul { display: block; padding: 0px 0 0 0; }
.cb_nav_pri .uu_li {
	margin: 0px 0 0px 0;
	background: none;
	width: 100%; float: none; 
	margin: 4px 0; padding-bottom: 0px; 
}
.cb_nav_pri .uu_a, .cb_nav_pri .uu_spn { background: #1E293E; font-size: 14px; padding: 8px 20px; }
.cb_nav_pri .uu_a:hover { background-color: #0F47AF; }

#cb_nav:target .cb_nv_abrir { display: none; }
#cb_nav:target .cb_nv_cerrar { display: block; }
#cb_nav:target .cb_nv_layer {  
 display: block; width: 100%; 
 background: #FFF url("../../../../skins/estilos/imagenes/sombra-bot-menu.png") repeat-x left bottom;
 color: #3A3A3A; 
 height: 300px; 
 padding-bottom: 20px; 
 overflow: hidden;
 -webkit-transition: height 0.5s ease-in 0s, padding-bottom 0.5s ease-in 0s;
 -moz-transition: height 0.5s ease-in 0s, padding-bottom 0.5s ease-in 0s;
 -o-transition: height 0.5s ease-in 0s, padding-bottom 0.5s ease-in 0s;
 transition: height 0.5s ease-in 0s, padding-bottom 0.5s ease-in 0s;
}
}
@media all and (max-width:380px) {
.cabeza { min-height: 80px; }
.cb_logo a { width: 40%; margin-top: 10px; }
.cb_nv_bot, .cb_nv_abrir, .cb_nv_cerrar { width: 50px; height: 80px; }
.cb_nv_abrir { background-position: 7px -85px; } 
.cb_nv_cerrar  { background-position: -93px -85px; }
.cb_nv_abrir:hover { background-position: 7px 15px; } 
.cb_nv_cerrar:hover { background-position: -93px 15px; } 
}
@media all and (max-width:290px) {
.cb_logo a { top: 8px; }
}




/* FOOTER CSS */
.pie { color: #000; background: #FFF; padding-bottom: 20px; padding-top: 0; max-width: 2000px; margin: 0 auto;    }
.pie .bloque { max-width: 1600px; }
.pie a { color: #000; }
.pie a:hover { text-decoration: underline; }
.pie_logo { max-width: 460px; display: inline-block; }
.pie_logo2 { max-width: 400px; margin-top: 0; display: inline-block; }
.pie .col3 .auxcol { padding-top: 0; }
.pie_slogan { font-style: italic; padding: 8px 0 8px 0; }
.pie_contact a { display: inline-block; margin: 0 0 15px 0; padding: 3px 0 3px 35px;}
.pie_email { background: url("../../../../skins/estilos/imagenes/ico-email-b.png") left center no-repeat; }

.pie_enlaces { display: block;  margin: 10px 0 11px 0; }
.pie_enlaces li { display: inline-block; margin-right: 10px; margin-bottom: 8px; }
.pie_enlaces a { display: block; padding-bottom: 3px; text-decoration: none; border-bottom: 1px solid #000; }
.pie_enlaces a:hover { opacity: 0.7; text-decoration: none; }




@media all and (max-width:880px) {
}

@media all and (max-width:500px) {
 footer.pie .col1 { width: 100%; float: none; }
 footer.pie .col2 { width: 100%; float: none; margin-left: 0; }
 footer.pie .col3 { width: 100%; float: none; clear: both; }
 .pie_mapa_cnt { float: left; width: 40%; margin-right: 4%; position: relative; min-height: 185px; }
 .pie_mapa { position: absolute; bottom: 0; }
}

@media all and (max-width:370px) {
 .pie_mapa_cnt { float: none; width: 100%; margin-right: 0%; position: relative; min-height: auto; }
 .pie_mapa { position: static;  }
}


/*--------------------------------------------------
 CSS CUERPO NATIVE -> "CMS CUSTOMIZABLE CLASSES" 
----------------------------------------------------*/
/* enlaces */
a { color: #000000; }

.parrafo a,
.lista_contenido a  { color: #000; border-bottom: 1px solid #000; }
.parrafo a:hover,
.lista_contenido a:hover { color: #000; border-bottom: 1px solid #666; }

.parrafo.parr_d1 a  { color: #000; border-bottom: 1px solid #000; }
.parrafo.parr_d1 a:hover { color: #000; border-bottom: 1px solid #666; }

.bco_trans .parrafo a { color: #000000; border-bottom: 1px solid #B7C7E7;	}
.bco_trans .parrafo a:hover { color: #0F47AF; border-bottom: 1px solid #0F47AF;	}

.ngr_trans .parrafo a { color: #FFF; border-bottom: 1px solid #B7C7E7; }
.ngr_trans .parrafo a:hover { color: #FFF; border-bottom: 1px solid #FFF;	}

.ngr_trans .sd_trl { color: #FFF; border-bottom: none; background: none; padding-left: 0; padding-bottom: 0; }
.ngr_trans .sd_trl:hover { color: #FFF; border-bottom: none;	}



/*
a:focus,
a:active,
a:hover {}
*/
.e_dwnld a { color: #E2574C;  }
/* descargable */
.e_dwnld { overflow: hidden; }
.e_dwnld a { display: block; padding: 22px 20px 28px 80px; overflow: hidden; /*color: #808080;*/  }
.e_dwnld a .edw_icn { display: block; width: 0px; height: 0px; }
.e_dwnld a:before {
 content: '';
 display:block; width: 44px; height: 51px; 
 /*float: left; margin: -10px 20px 0px -30px;*/
 position: absolute; top: 10px; left: 20px;
 background-size: cover;
}
a.pdf { color: #B53528; }	a.pdf:before { background: url(../../../../../../skins/estilos/imagenes/ico-pdf.png) no-repeat left top; }
a.vid { color: #008D35; }	a.vid:before { background: url(../../../../../../skins/estilos/imagenes/ico-video.png) no-repeat left top; }
a.aud { color: #E9590B; }	a.aud:before { background: url(../../../../../../skins/estilos/imagenes/ico-audio.png) no-repeat left top; }
a.doc { color: #0E70B7; }	a.doc:before { background: url(../../../../../../skins/estilos/imagenes/ico-doc.png) no-repeat left top; }
a.swf { color: #C71CFF; }	a.swf:before { background: url(../../../../../../skins/estilos/imagenes/ico-swf.png) no-repeat left top; }
a.mp3 { color: #F29100; }	a.mp3:before { background: url(../../../../../../skins/estilos/imagenes/ico-audio.png) no-repeat left top; }
.e_dwnld a:hover { color: #232323; }
@media all and (max-width:496px) { .e_dwnld a .edw_icn:before { width: 24px; height: 28px; margin: -10px 15px -10px -10px;} }
@media all and (min-width:497px) and (max-width:808px) { .e_dwnld a .edw_icn:before { width: 30px; height: 35px; margin: -10px 15px -10px -10px;} }
@media all and (min-width:809px) and (max-width:999px) { .e_dwnld a .edw_icn:before { width: 36px; height: 42px; margin: -10px 15px -10px -10px;} }
/* titulo */
.titulo { letter-spacing: -0.04vw; }
/*anima*/
.anima {
 -webkit-transition: all 0.3s;
 -moz-transition: all 0.3s;
 -ms-transition: all 0.3s;
 -o-transition: all 0.3s;
 transition: all 0.3s;	
}
.parrafo ul { list-style-type: disc; margin-left: 25px; }
/* sombras */
.sombra {
 background: url("../../../../../../skins/estilos/imagenes/slider-sombra.png") left bottom repeat-x;
 display: block; height: 100%; width: 100%;
 position: absolute;
}
.sombrai {
 -webkit-text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.9); 
 -khtml-text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.9); 
 -moz-text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.9);  
 text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.9); 
}
 /* acordeones de contenido */
.acord_t { display: block; padding: 0.5vw 1vw 0.5vw 0; cursor: pointer; text-transform: uppercase; border-bottom: 1px solid #444; padding: 20px 0 8px 4px; color: #444;}
.acord_t span { font-size: 1.5em; font-weight: bold; padding-right: 6px; }
.acord_t:hover, .acord_t.active {  border-bottom: 1px solid #000; color: #000; font-weight: bold; }
.acord_t .auxele:before { content: '\002B'; float: right; margin: 0px 25px 0px 0; font-weight: bold; }
.acord_t:hover .auxele:before { font-size: ; }
.acord_t.active .auxele:before { font-size: ; content: "\2212"; }
.acord_t, .acord_t .auxele:before { /* .anima */ }
 
 
/* formularios */
.formulario input[type=text], .formulario input[type=submit], .formulario textarea {
	font-family:abelregular,sans-serif; 
}
.frm_txt, .frm_area { display: block; width: 96%; padding: 0.8% 2%; border: 1px solid #000; }
.frm_sbmt2 {  border: 1px solid #FFF;
background: #000; text-transform: uppercase;
color: #FFF;
padding: 10px 15px;
 -webkit-transition: 0.3s;
 -moz-transition: 0.3s;
 -o-transition: 0.3s;
 transition: 0.3s; }

.frm_sbmt2:hover {
	cursor: pointer;
	background: #333; color: #AAA; border-color: #000;
}
.sh_errr,
.pie_form .sh_errr { background: #D38381;}
.publica_info_error { background: #F00; color: white; }
.publica_info_ok { background: #6C6; }

@media all and (min-width:497px) {
.frm_escribe { border-right: 2px solid #FFF; }
.frm_escribe .auxfrm { padding-right: 1.5vw; margin-right: 1.5vw; }
}
.politica { position: relative; top: 2px; }
 
 
 
/* content NAVS -> "CLEAN CSS" Custom it! */
/* submenu hermanos       */
/* submenu grafico */
.nav_cnt_g { width: 100%;  }
.nav_cnt_g .nv_li { width: 100%; margin-bottom: 25px; }
.nav_cnt_g .nv_a { display: block; margin: 0;}
.nav_cnt_g .nv_fig  { display: block; } 
.nav_cnt_g .nv_tit, .nav_cnt_g .nv_dsc, .nav_cnt_g .nv_llmd {  display: block; margin: 10px 0; }
.nav_cnt_g .nv_tit { cursor: pointer; font-family: "Cinzel",serif;  } 
.nav_cnt_g .nv_img_cont { display: block; background-color: none; }
.nav_cnt_g .nv_img {  opacity: ; }
.nav_cnt_g .nv_dsc {/* border-top: 1px solid; border-bottom: 1px solid;*/ padding: 0 0; } 
@media all and (min-width:250px) { 
.nav_cnt_g { width: 104%; margin-left: -2%; overflow: hidden; }
.nav_cnt_g .nv_li { display: inline-block; width: 50%; }
.nav_cnt_g .nv_a { margin: 0 8%;}
}
@media all and (min-width:496px) { 
.nav_cnt_g { width: 104%; margin-left: -2%; overflow: hidden; }
.nav_cnt_g .nv_li { display: inline-block; width: 33.33%; }
.nav_cnt_g .nv_a { margin: 0 8%;}
}
/* submenu lista */
.nav_cnt_l { width: 104%; margin-left: -2%; overflow: hidden; }
.nav_cnt_l .nv_li { margin-bottom: 30px;}
.nav_cnt_l .nv_a { display: block; margin: 0; background-color: ; color: ; border: 1px solid; }
.nav_cnt_l .nv_fig  { display: block;} 
.nav_cnt_l .nv_tit, .nav_cnt_l .nv_dsc { display: block; margin: 10px 8%; }
.nav_cnt_l .nv_tit {  cursor: pointer; } 
.nav_cnt_l .nv_img { opacity: 0.5; }
.nav_cnt_l .nv_dsc { } 
.nav_cnt_l .nv_llmd { }
.nav_cnt_l .nv_a:hover { border: 1px solid; }
.nav_cnt_l .nv_a:hover .nv_img { opacity: ; }
.nav_cnt_l .nv_a:hover .nv_tit, .nav_cnt_l .nv_a:hover .nv_dsc { color: ; }
.nav_cnt_l .nv_a:hover .nv_llmd { background-color: ; color: ; }
@media all and (min-width:496px) { 
.nav_cnt_l .nv_li { float: left; width: 50%; }
.nav_cnt_l .nv_a { margin: 0 8%; position: relative;}
.nav_cnt_l .nv_a, .nav_cnt_l .nv_fig  { min-height: 270px; }
.nav_cnt_l .nv_llmd {  position: absolute; bottom: 25px; left: 15%; width: 70%; margin-bottom: 0; }
}
@media all and (min-width:809px) { 
.nav_cnt_l .nv_li { float: left; width: 25%; }
.nav_cnt_l .nv_a, .nav_cnt_l .nv_fig  { min-height: 300px; }
}

/* share bar */
.share_container { display: block; height: 34px; width: 100%;/* position: absolute; bottom: 25px;*/ }
.rrss_buttons  { display: block; height: 34px; width: 100%; padding: 0; overflow: hidden; background: #000; /*margin-bottom: 20px;*/ }
.rrss_buttons li { display: block; float: right; width: 14%; height: 34px; overflow: hidden; margin: 0; padding: 0; }
.rrss_buttons li a { background: url("../../../../../../skins/estilos/imagenes/bot-compartir.png") no-repeat; display: block; float: left; width: 100%; height: 34px; overflow: hidden; margin: 0; padding: 0; opacity: 0.6;
  -webkit-transition: background-color 0.2s;
 -moz-transition: background-color 0.2s;
 -o-transition: background-color 0.2s;
 transition: background-color 0.2s; 
}
.rrss_buttons .rrss_twitter a { background-position: 50% 0px; }
.rrss_buttons .rrss_facebook a {  background-position: center -50px; }
.rrss_buttons .rrss_linkedin a { background-position: center -100px; }
.rrss_buttons .rrss_googleplus a { background-position: center -150px; }
.rrss_buttons .rrss_whatsapp a { background-position: center -200px; }

.rrss_buttons .rrss_twitter a:hover { background-color: #02B0E8; opacity: 1; }
.rrss_buttons .rrss_facebook a:hover {  background-color: #3B5998; opacity: 1;}
.rrss_buttons .rrss_linkedin a:hover { background-color: #0077B6; opacity: 1;}
.rrss_buttons .rrss_googleplus a:hover { background-color: #BE2933; opacity: 1; }
.rrss_buttons .rrss_whatsapp a:hover { background-color: #2CB742; opacity: 1; }

.rrss_buttons li a .rrss_text { display: none; }
.rrss_buttons .rrss_compartir { 
 width: auto; 
 text-align: left; float: left; color: white; font-size: 15px; 
 padding: 5px 0 5px 10px; 
 overflow: hidden; 
 height: 19px; 
}

@media all and (max-width:496px) { .share_col { padding-bottom: 30px;} }
@media all and (min-width:497px) and (max-width:630px) {.tricol .col1.share_col { width: 100%; float: none; padding-bottom: 30px; } }
@media all and (min-width:631px) { 
.cuerpo .sd_Ficha { position: relative; padding-bottom: 50px;} 
.tricol .col1.share_col { float: none; position: absolute; bottom: 50px; } 
.sd_Ficha .col1:first-child { padding-bottom: 80px; } 
.sd_Ficha .col3 .imagen.mb1-2 { margin-bottom: 0; } 
}
@media screen and (max-width:999px) {
.rrss_buttons .rrss_compartir { 
float: left;
display: block; height: 26px; width:26px;
margin: 4px 4px 0 4px;
background: url("../../../../../../skins/estilos/imagenes/bot-compartir.png")  -4px -254px no-repeat;
overflow: hidden; text-indent: -1000px;
}
.rrss_buttons li { width: 15%; }
}




/* --------------------------------------------------------------
CSS CUERPO CUSTOM 
-> "YOUR OWN PROJECT CLASSES, NOT CMS NATIVE, BE FREE TO CREATE" 
----------------------------------------------------------------*/
.ffl_r { float: right; } /* forzar flotacion */

/* video nilsero */ .videobox { position:relative; padding-bottom:56.25%; padding-top:30px; height:0; overflow:hidden; }
.videobox iframe, videobox object, videobox embed { position:absolute; top:0; left:0; width:100%; height:100%; }
.videobox .ytp-watermark, .videobox *:hover .ytp-watermark { display: none; }
/* sombra extra nilsero */ .sombrab { -webkit-box-shadow: 4px 4px 8px 2px rgba(0,0,0,0.3); -moz-box-shadow: 4px 4px 8px 2px rgba(0,0,0,0.3); box-shadow: 4px 4px 8px 2px rgba(0,0,0,0.3); }

/* sombras */
.shdw .auxblo {
 background: url("../../../../../../skins/estilos/imagenes/slider-sombra.png") repeat-x left bottom; 
}
.shdw2 .auxblo {
 background: url("../../../../../../skins/estilos/imagenes/slider-sombra-inv.png") repeat-x left -2px; 
}
/* bloque con fondo negro transparente */
.ngr_trans .auxblo { background-color: rgba(0,0,0,0.8); }
.ngr_trans .sd_trl:hover { color: white; background-position: 0px 7px; }

/* bloque con fondo blanco transparente */
.bco_trans .auxblo { background-color: rgba(255,255,255,0.9); }



/* MIGAS DE PAN */
.migas a:hover { color: #666; }

/* MENÚ HERMANOS */
.nav_cnt_h ul { list-style-type: disc; padding-left: 15px; }
.nav_cnt_h a:hover { text-decoration: underline; }
.nav_cnt_h .activo span { color: #000; font-weight: bold; }

/* BLOQUE TESTIMONIOS HOME */







/* BLOG */
/* ancho máximo contenido blog */ 
.blog .cuerpo .bloque { max-width: 1240px; }
/* anular ancho máximo para cabecera fullscreen */ 
.blog .cuerpo .bloque.fullbg { max-width: none; }
.blog .cuerpo .bloque.fullbg .auxblo { max-width: 1240px; }

h2.blog {   border-bottom: 1px solid black; /*display: inline-block;*/}
.blog nav.tt_l { text-transform: none; }
.parr_arch { padding: 0 10px;}

@media all and (max-width:496px) {
	.post_fecha { float: right; }
	.menu_hermanos .post_fecha { float: none; }
}
.post_data,.post_data a { color: #717171;  }
.leer_mas a:hover,
.post_data a:hover { color: #000;  }

.nc_blq_pst h2 a { color: #eab616; letter-spacing: 0; }

.leer_mas {padding-top: 4px; }
.leer_mas a {color: #797979;  text-transform: uppercase; font-weight: bold; }
.leer_mas a span { font-weight: bold; color: #eab616; margin-right: 4px; position: relative; top: 4px; }

.blog .colder .tith2 a:hover  { color: #000; }

/* bloque final post */
.post_rew_fwd {/* margin-top: 60px;*/ border-top: 1px solid #eab616; }

/* nav ultimos posts en mayúsculas */
.nav_ltms_psts li { text-transform: uppercase; font-weight: bold; }
.nav_ltms_psts .post_fecha { display: block; color: #717171; margin: 6px 0 25px 0; font-weight: lighter; }


/* LABORATORIO */

.lab1 {
	-webkit-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
}
.lab1_ps_efcts {
	-webkit-filter: rotate(6deg) blur(3px) grayscale(100%);
	filter: rotate(6deg) blur(3px) grayscale(100%); 
}
.lab1_ac_efcts {
}
.lab1 a:hover { color: #FFF; }

/* lab2 > conjunto de bloques de cartel + action */
.lab2 {
	-webkit-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
}
.lab2.actn {
	font-size: 1.1vw;
 	padding: 0.8vw;
	position: relative; top: 0;
 	margin-bottom: 0;
}
.lab2.actn:hover {
	font-size: 1.4vw;
 	padding: 3vw;
 	top: -4.4vw;
 	margin-bottom: -4.4vw;
}
.lab2_ps_efcts {
	-webkit-filter: blur(2px) grayscale(100%) brightness(1);
	filter: blur(2px) grayscale(100%) brightness(1); 
}
.lab2_ac_efcts {
	-webkit-filter:  blur(0px) grayscale(0%) brightness(1.3);
	filter: blur(0px) grayscale(0%) brightness(1.3); 
}


/* lab3 submenu oferta educativa*/
.lab3 {
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.lab3_ps_efcts {
	-ms-filter: grayscale(100);
	-webkit-filter: grayscale(100);
	filter: grayscale(100) ; 
    -ms-transform:  scale(0.95);
    -webkit-transform:  scale(0.95);
    transform:  scale(0.95);
}
.lab3_ac_efcts {
    -ms-transform: scale(1.04);
    -webkit-transform: scale(1.04);
    transform: scale(1.04);
}


/* lab4 > combo elementos a gris y borroso */
.lab4 {
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.cuerpo .lab4:hover, .cuerpo .lab4:hover img {
	opacity: 1;
}
.lab4_ps_efcts {
	-webkit-filter: blur(2px) grayscale(100%);
	filter: blur(2px) grayscale(100%); 
	-webkit-transform: perspective( 600px ) rotateY( 45deg ) scale(0.9);
	transform: perspective( 600px ) rotateY( 45deg ) scale(0.9);
}
.lab4_ac_efcts {
	-webkit-filter: brightness(1.2);
	filter: brightness(1.2);
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

/* lab5 > Especial bloque opinion */
.lab5 {
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.lab5_ps_efcts {
	-webkit-transform: rotateY( 45deg ) perspective( 20em );
	transform: rotateY( 45deg ) perspective( 20em );
}
.lab5_ac_efcts {
}






/* ALMACEN DE EFECTOS */

/* pasivo > BLUR */

/*custom efects blur */
.cs_fx_ps_bl {}


.efct_ps_blur {
	-webkit-filter: blur(3px);
	filter: blur(3px); 
}
/* pasivo > ZOOM OUT */
.efct_ps_zoomout {
	-webkit-transform: scale(0.8);
	transform: scale(0.8);
}
/* pasivo > ROTATE */
.efct_ps_gray {
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
}
/* activo > ZOOM IN */
.efct_ac_zoomin {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
/* Zoom In */
.efct_zoomin img {
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out; 
}
.efct_zoomin:hover img {
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
}
/* Rotate */
.efct_rotate img, .efct_rotate_dirct img  {
	-webkit-transform: rotate(0) scale(1);
	transform: rotate(0) scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.efct_rotate:hover img, .efct_rotate_dirct img {
	-webkit-transform: rotate(6deg) scale(1.2);
	transform: rotate(6deg) scale(1.2);
}
/* Blur */
.efct_blur img {
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.efct_blur:hover img {
	-webkit-filter: blur(3px);
	filter: blur(5px); 
}
/* Gray Scale */
.efct_gray img {
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.efct_gray:hover img {
	-webkit-filter: grayscale(0);
	filter: grayscale(0);
}


.espc_rol_ed {}
.espc_psrn_aqui()





@media all and (min-width:496px) { .spc_tit_l1 .imgsz4{ width: inherit; border: 1px solid red; } }


.sombran { text-shadow: none; } 
.sombra_bf { 
 box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.8); 
 -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.8); 
 -khtml-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.8); 
 -moz-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.8);  
}
.sombra_tf { 
 text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.8); 
 -webkit-text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.8); 
 -khtml-text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.8); 
 -moz-text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.8);  
}

.lista_contenido { margin-left: 15px; margin-bottom: 15px; margin-top: 5px;  }
.lista_contenido li { list-style:disc; padding-left: 0; margin-bottom: 8px;  }
.lista_contenido li ul { margin-left: 1px;  }
.lista_contenido li ul li { list-style: disc; display: block; overflow: visible; padding-left: 13px; margin-bottom: 4px;  }



 .cuerpo { padding-bottom: 50px; }


 
  .subir:hover,
 .subir  {background: url("../../../../../../skins/estilos/imagenes/bot-subir.png") no-repeat 0 0; margin-bottom: 30px; margin-top: -77px; }
 .pie { overflow: visible;} 
 
 
.post_rew_fwd a:hover { font-weight: bold; }
.menu_hermanos a:hover { color: #eab616; }



/* CONTROL DE TAMAÑOS DE FUENTES */

/* control de tamaño MÁXIMO de fuentes */
@media all and (min-width:1945px) { 
.unocol.fullbg .tith2.tam3  { font-size: 60px; line-height: 70px; }
.titulo.tam1-6  { font-size: 31px; line-height: 33px; }
.titulo.tith3.tam3  { font-size: 60px; line-height: 70px; }
.parrafo.parr_n,
p.nc_tst_cnt,
.nc_sldr_trtm span,
.lSPager li a,
.nc_trtmts_ul span,
.tith4.acord_t,
.nav_cnt_h li, .nav_cnt_h li a, .nav_cnt_h li.activo span,
.menu_hermanos header h2,
.nav_c_blogcats li, .nav_c_blogcats li a, .nav_c_blogcats li.activo span,
.nc_blq_pst .leer_mas a,
.blog_rew_fwd a, .post_rew_fwd a,
.nc_srv_cmpl_ul a,
.migas a, .migas span,
.cuerpo #mi_tabla td, .cuerpo #mi_tabla strong
 { font-size: 18px; line-height: 23px; }
 
.nc_blq_pst .leer_mas span { font-size: 29px; line-height: 32px; }
.blogHome .colder .tith2 h2 { font-size: 23px; line-height: 26px; }

p.nc_tst_tit { font-size: 20px; line-height: 25px; }
p.nc_tst_cat { font-size: 15px; line-height: 20px; }
.nc_sp_trtm_hm .titulo.tith3  { font-size: 35px; line-height: 40px; }

footer p,
footer .titulo.tith3,
footer li a, 
footer label,
.post_data .post_cats, .post_data .post_fecha,
.nc_cntct_blq a, .nc_cntct_blq p
  { font-size: 15px; line-height: 20px; }
  
/* altura cabeceros por el padding */ 
.fullbg.pt7 { padding-top: 136px; padding-bottom: 136px; }
.bloque.pt6 { padding-top: 116px; }
}


.cuerpo .bloque { max-width: 1200px; } /*
.cuerpo .bloque3506 {max-width: 2000px;}
.cuerpo .videocont { max-width: 2000px; } */
