/* DISEŅO DE SITIOS WEB EN CONCEPCION MASTERNET.CL, DISEŅO DE PAGINAS WEB EN CONCEPCION MASTERNET.CL */
/*********************************  GALERIA  ********************************/
#ct_lytebox {
	box-sizing: border-box;
	text-align: center;
	clear: both;
	margin: 0 auto 0 auto;
	width: 100%;
	}
.ct_img_lytebox{
	box-sizing: border-box;
	width: 240px; /* REVISAR m_imagenes_limite */
	height: auto;
	margin: 0 10px 14px 0;
	padding: 0;
	text-align: center;
	overflow: hidden; 	
	float: left;
	line-height: 22px;
	border-radius: 5px;
	}
.ct_img_lytebox img{
	transition: 0.4s ease;
	-moz-transition: 0.4s ease;
	-webkit-transition: 0.4s ease; 
	border-radius: 5px;
	-webkit-border-radius: 5px; 
	-moz-border-radius: 5px;
	}
.ct_img_lytebox:hover img {
	transition: 0.4s;
	-webkit-transform:scale(1.2);
	-moz-transform:scale(1.2);
	-ms-transform:scale(1.2);
	-o-transform:scale(1.2);
	transform:scale(1.2);
	}
#ct_lytebox img { 
	margin: 5px;
	position: center; 
	text-align: center; 
	border: 0;
	border: #C5CAD6 0 solid; 
	padding: 0;
	border-radius: 5px;
	-webkit-border-radius: 5px; 
	-moz-border-radius: 5px;			
	} 
.txt_lytebox{
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 14px; 
	color: #000; 
	line-height:16px;	
	}
.salto_fila_galeria{
	clear: both;
	}
	
@media screen and (max-width: 980px){
	#ct_lytebox {
		margin-left: 0;
		width: 100%;
		}
	.ct_img_lytebox{
		width: 100%;
		margin: 0px;
		}
	}
.imagen_con_borde { 
	margin: 5px;
	position: center; 
	text-align: center; 
	border: 0px;
	border: #C5CAD6 1px solid; 
	padding: 3px;
	}		
@media screen and (max-width: 650px) {
	.img_r{
		width: 100%;
		height: auto;
		}
	}
/********************* COMENTARIOS FB **********************/
.ct_txt_propuestas_titulo{
	margin: 0 auto 0 auto;
	width: 280px;
	}
.ct_titulo_comentarios{
	box-sizing: border-box;	
	background-color: #2E5777; 
	width: 70%;
	height: 48px;
	margin: 8px auto 14px auto;
	padding: 8px 0 8px 0;
	text-align: center;
	font-family: Oswald, arial, sans-serif;
	font-size: 20px;
	color: #fff;
	line-height: 32px;
	border-radius: 4px;
	-webkit-border-radius: 4px; 
	-moz-border-radius: 4px;
	}
@media screen and (max-width: 1040px) {
	.ct_titulo_comentarios{
		width: 96%;
		font-size: 18px;
		min-height: 36px;
		height: 36px;
		line-height: 20px;
		}
	}
.ct_comentarios_fb{
	box-sizing: border-box;
	width: 600px;
	margin: 4px auto 0 auto;
	padding: 0;
	text-align: left;
	overflow: hidden; 
	}
@media screen and (max-width: 1040px) {
	.ct_comentarios_fb{
		width: 100%;
		}
	}
.icono_comentarios_fb{
	overflow: hidden;
	float: left;
	padding: 0 0 0 10px;
	width: 36px;
	height: 36px;
	}
@media screen and (max-width: 1040px) {
	.icono_comentarios_fb {
		width: 26px;
		height: 26px;
		}	
	.ct_txt_propuestas_titulo{
		width: 100%;
		}
	}
/************************************** DESCARGAS  ****************************/	
.ct_descargas{
	width: 80%; 
	margin: 10px auto 10px auto;	
	}
.ct_descarga{
	width: 100%;
	border: #CCC 1px solid;	
	padding: 0px;
	margin-bottom: 22px;
	background-color: #FFFFCC; 
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
		border-radius: 4px;	
	}	
.ct_descargas_titulo{
	width: 100%;
	text-align: center;	
	padding: 14px;
	background-color: #CCEAFF;
	border-bottom: #CCCCCC 0 solid;	
	}
.ct_numero_descarga{
	float: left;
	width: 20px;	
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;	
	padding: 2px;
	}
.titulo_descarga, a.titulo_descarga:link , a.titulo_descarga:visited , a.titulo_descarga:hover , a.titulo_descarga:active {
	font-size: 28px; 
	font-family: Roboto, Arial, serif; 
	line-height: 28px; 
	color: #000; 
	text-decoration: none;
	}	
.img_formato_descarga {
	float: right;
	padding-right: 3px;
    }		
.ct_fecha_descarga{
	width: 50%;
	height: auto;
	float: right;
	text-align: center;	
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;	
	}	
.ct_tamano_descarga{
	width: 49%;	
	height: auto;	
	float: left;
	text-align: center;
	border-right: #CCC 1px solid;	
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;		
	}	
.ct_descargas_descripcion{
	width: 100%;
	border-top: #CCC 1px solid;	
	padding-left: 3px;
	padding-bottom: 3px;
	padding-top: 3px;
	text-align: center;
	padding-bottom: 2px;	
	}
.ct_boton_descarga{
	float: right;
	padding: 4px;
	padding-bottom: 4px;	
	padding-right: 10px;	
	}
.boton_descarga {
	border-width: 0px;		
    }
.descarga_linea_division{
	width: 100%;
	height: 1px;	
	margin-top: 6px;	
	margin-bottom: 0px;
		background-image: url('img/lineas/m_degradado.png'); 
		background-repeat: no-repeat; 
		background-position: center top;	
	}
.ct_boton_descargas_todas{
	padding: 4px;
	margin: 4px;
	}
.boton_ver_descargas, a.boton_ver_descargas:link , a.boton_ver_descargas:visited , a.boton_ver_descargas:active {
	margin: 4px;  	
	padding: 6px; 	
	background-color: #FFFFCC;
		color: #0000CE; 
		text-decoration: none;  
		font-family: Verdana;
		font-size: 14px;
    cursor: pointer;	
		border: 1px;	
		border-style: solid; 
		border-color: #C5CAD6; 	
    }	
.boton_ver_descargas:hover { 
	text-decoration: underline;
	background-color: #F2F2FF;
	}	
/********************* SOCIALES COMPRATIR 2.0 **********************/
.ct_btn_share{
	box-sizing: border-box;
	text-align: center;
	margin: 0 auto 10px auto;
	padding: 0;
	float: right;
	width: 290px;
	}
.ct_txt_share{
	z-index: 999;
	width: 120px;
	margin: 8px 0 0 0;
	font-family: Roboto, Arial, serif; 
	line-height: 24px; 
	font-size: 20px;
	color: #000; 
	float: left;
	overflow: hidden;
	font-weight : normal;
	text-decoration: none;
	}
.ct_btns_share{
	width: 160px;
	float: right;
	overflow: hidden;
	}
.ct_btn_share img{
	margin: 0 3px;
	width: 36px;
	height: 36px;
	}
@media screen and (max-width: 500px) {
	.ct_btn_share{
		z-index: 999;
		position: fixed;
		background-color: #fff;
		bottom: 0;
		text-align: right;
		margin: 0;
		padding: 0 6px 0 0;
		right:0;
		width: 140px;
		border-top-left-radius: 5px;
		}
	.ct_txt_share{
		display: none;
		}
	.ct_btn_share img{
		margin: 2px 3px 0 3px;
		width: 32px;
		height: 32px;
		}
			
	}
/**********************************  ATRAS   ********************************/
.button_atras{
	border: #C5CAD6 1px solid;
	margin: 4px 0 10px 4px;  	
	padding: 4px 9px; 
	background-color: #fff;
	font-family: Roboto, Arial, serif; 
	line-height: 24px; 
	color: #000; 
	font-weight : normal;
	text-decoration: none;  
	font-size: 20px;
    cursor: pointer;		
	border-radius: 4px;
	-webkit-border-radius: 4px; 
	-moz-border-radius: 4px;
    }	
.button_atras:hover { 
	background-color: #CCC;
	}
/*********************************  BOTONES SOCIALES   ****************************/
#contenedor_social{
	box-sizing: border-box;
	width: 410px;
	margin: 18px 10px 10px 0;
	height: 30px;
	padding: 0;	
	text-align: right;
	overflow: hidden; 	
	float: right;
	}
.contenedor_boton_social{
	height: 30px;
	margin: 0;
	padding: 0;
	padding-top: 0;
	text-align: left;
	overflow: hidden; 	
	float: right;	
	}
@media screen and (max-width: 1040px) {
	#contenedor_social{
		width: 100%;
		margin: 8px 0 0 0;
		height: auto;
		}
	}
/********************************* VIDEOS  ************************/	
.ct_videos{
	width: 100%;
	height: auto;
	margin:0 auto 0 auto;	
		text-align: center;
		font-family: Verdana, Arial, Helvetica, sans-serif;
	}
.ct_video{
	overflow: hidden; 	 
	padding-bottom: 12px;
	height: auto;
	width: 100%;
		text-align: center;	
	}
.ct_video iframe {
	width: 853px;
	height: 480px;
	border-radius: 5px;
	-webkit-border-radius: 5px; 
	-moz-border-radius: 5px;
	}
@media screen and (max-width: 853px) {
	.ct_videos, .ct_video iframe{
		width: 100%;
		height: 315px;
		padding: 0 0 24px 0;
		}
	}
@media screen and (max-width: 370px) {
	.ct_videos, .ct_video iframe{
		height: 200px;
		}
	}
.ct_numero_video{
	overflow: hidden; 	
	float: left;
	width: 10%;	
	height: 24px;
	font-weight: bold;
	font-size: 12px; 
	}
.ct_titulo_video{
	overflow: hidden; 	
	float: left;
	width: 70%;	
	padding: 2px 0 6px 0;		
	height: auto;	
	font-family: Roboto, Arial, serif; 
	font-size: 24px;
	}
.ct_fecha_video{
	width: 18%;
	overflow: hidden; 	
	float: right;
	height: 24px;
		font-size: 11px;	
	}
.ct_descripcion_video{
	overflow: hidden; 	
	float: left;
	width: 98%;	
	height: auto;
	padding-top: 3px;
	padding-bottom: 3px;	
		font-weight: normal;	
		font-size: 13px; 
		line-height: 18px;		
	}
/****************************************************************/
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	font-size: 14px;
	margin: 0;
	padding: 0;
	background-color: #fff;		
    }
a:link, a:visited, a:active { 
	text-decoration: none; 	
	}
a:hover {
	text-decoration: underline; 
    }
#cabecera{
	box-sizing: border-box; 
	top: 0;
	height: 662px; 
	} 
#menu{
	box-sizing: border-box;     
	position: relative;
	overflow: hidden;	
	z-index: 999;
	width: 690px;
	height: 52px;
	top: 106px;
	right:0;
	padding: 0;
	margin: 0; 
	text-align: left;
	background-color: #fff; 
	color: #000;
	}
#ct_menu_top{
	box-sizing: border-box;
	position: relative;
	overflow: hidden; 
	margin: 0 auto 0 auto;
	top: 0;
	width: 690px; 
	height: 52px;	
	}
#ct_logo{
	box-sizing: border-box; 	
	position: relative;
	overflow: hidden;
	z-index: 800;
	float: left;
	text-align: center;
	width: 300px;
	height: 180px;
	top: 20px;
	left: 10px;
	margin: 0;
	padding: 10px 0 0 0;
	transition:0.4s;
	}
#ct_logo:hover{
	transition:0.4s;
	padding: 0; 
	}
#logo{
	margin: 24px auto 0 auto;
	width: 222px; 
	height: 140px;
	z-index: 1000;
	}
.ct_sociales_top{
	box-sizing: border-box;
	position: absolute;
	overflow: hidden;
	z-index: 999;
	float: right;
	width: 440px;
	height: 44px;
	text-align: right;
	top: 20px;
	right: 20px;
	margin: 0;
	padding: 0;  
	}
.ct_sociales_top img{
	width: 34px;
	height: 34px;
	margin: 0 4px 0 0;
	filter: grayscale(100%);
	-webkit-filter: grayscale(100%);
		transition: 0.4s ease;
		-moz-transition: 0.4s ease;
		-webkit-transition: 0.4s ease; 
		-o-transition: 0.4s ease; 
	}
.ct_sociales_top img:hover{
	filter: grayscale(0%);
	-webkit-filter: grayscale(0%);
		transition: 0.4s;
		-moz-transform: scale(0.9);
		-webkit-transform: scale(0.9);
		-o-transform: scale(0.9);
		-ms-transform: scale(0.9);
		transform: scale(0.9);
	}
/******** TITULO PAGINA CSS ******/
#titulo_pagina{
	border-top: #F0F0F0 3px solid;
	border-bottom: #39729F 3px solid;
	background-image: url('diseno/bg_titulo.jpg');
	background-attachment: fixed;
	background-position: center top;
	background-repeat: no-repeat;   
	background-size: cover;	
	width: 100%;
	height: auto;
	margin: 0;
	padding: 40px 0 40px 0;
		font-family: Open Sans Condensed, sans-serif;
		font-size: 42px;
		line-height: 42px;
		color: #fff;	
		text-align: center;  
	}
.ct_titulo_css{
	font-family: Open Sans Condensed, sans-serif;
	font-size: 42px;
	line-height: 42px;
	color: #fff;	
	text-align: center;
	}
.ct_subtitulo_css{
	padding: 14px 0 0 0;
	font-family: Open Sans Condensed, sans-serif;
	font-size: 32px;
	line-height: 28px;
	color: #fff;	
	text-align: center;
	}
/************* MAIN ***********/

#main { 
	box-sizing: border-box;
	display: block;
	position: relative;
	overflow: hidden;
	padding: 0; 
	}
#main p {
	margin-top: 4px;
	}
#main #galeria img{
	margin: 1%;
	box-sizing: border-box;
	border-radius: 4% 4%;
	box-shadow: black 0 0 5px;
	}
#ct_text_main{
	width: 98%; 
	margin: 16px 12px 0 12px;
	text-align: left;
	height: auto;	
	}
#ct_text_main ul li ,table ul li {
	background: url('diseno/li.png');
	background-repeat: no-repeat;
	background-position: 0 9px; 
	padding-left: 16px; 
	list-style-type: none; 
	width: auto; 
	}
#ct_text_main .normal{
	margin: 22px;
	font-size: 18px; 
	font-family: Roboto, Arial, serif; 
	line-height: 28px;      
	}
#ct_text_main a{
	color: #000;     
	}
.menu_li_a{
	background-color: #3F9537!important;
	}
.menu_li_a a{
	color: #fff!important;
	}
#main_main{
	box-sizing: border-box;
	overflow: hidden;
	float: left;
	margin: 0;
	padding: 12px 0 0 0;
	width: 100%;
	height: auto;
	text-align: left;
	}
.ct_bt_fb{
	box-sizing: border-box;
	width: 100%;
	height: auto; 
	margin: 20px auto 20px auto;	
	padding: 14px 0 14px 0;	
	text-align: center;		
	}
/************************** LOGO WP FIJO ************************/
.wp_logo{
	display: none;
	transition: 0.4s;
	}
.wp_logo_visible{
	display: inline;
	width: 50px;
	height: 50px;
	right: 50px;
	top: 60px;
	overflow: hidden;
	position: fixed;
	z-index: 9999;
	}
@media screen and (max-width: 1040px) {
	.wp_logo_visible{
		top: 60px;
		right: 10px;
		width: 40px;
		height: 40px;
		}
	}
/************************** BTN SUBIR ************************/
#btn_subir {
    position:fixed;
    right: 30px;
    bottom: 70px;
    cursor: pointer;
    width: 50px;
    height: 50px;
    background-color: #3498db;
	background: rgba(52, 152, 219, 0.8);
    text-indent: -9999px;
	z-index: 999;
    display: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
	transition: 0.4s;
	}
#btn_subir span {
    position:absolute;
    top:50%;
    left:50%;
    margin-left:-8px;
    margin-top:-12px;
    height:0;
    width:0;
    border:8px solid transparent;
    border-bottom-color:#ffffff
	}
#btn_subir:hover {
	background-color:#02356E;
	opacity:1;
	filter:"alpha(opacity=100)";
	-ms-filter:"alpha(opacity=100)";
	}
@media screen and (max-width: 1040px) {
	#btn_subir {
		right: 10px;
		bottom: 50px;
		width: 40px;
		height: 40px;
		}
	}
/************************** TITULO CSS ************************/
.titulo_css{
	box-sizing: border-box;
	padding: 0;
	margin: 12px 0 0 0;
	width: 100%;
	height: auto;
	overflow: hidden;
	float: left; 			
		font-family: Open Sans Condensed, sans-serif;
		font-size: 42px;
		line-height: 42px;
		color: #000;	
		text-align: center;
		font-weight: bold;
	}
.linea_titulo_css{
	box-sizing: border-box;
	width: 80%;
	height: auto;
	overflow: hidden;
	text-align: center;  
	margin: 12px auto 10px auto;
	border-bottom: #DCDCDC 1px solid; 
	}
/************************* PIE PAGINA *************************/
#menu_pie { 
	box-sizing:border-box;
	background-color: #003E66;
	padding: 56px 10px;
	height: auto;  			
	font-family:Open Sans Condensed, sans-serif;
	font-size: 26px;
	text-align:center;
	color:#fff;
	line-height: 38px;
	}
.masternet_pie{
	margin: 10px 0 20px 0;
	width: 202px;
	height: 112px;
	}
.ct_col_menu {
	float: left; 
	margin: 0;
	padding: 0 0 0 40px;
	}
.ct_col_menu h3 {
	margin: 0 0 10px 20px;
	padding:0;
	font-size: 22px;
	text-align: left;
	font-weight: normal;
	color: #FFCC00;
	font-family: Roboto, Arial, serif; 
	line-height: 30px;  
	}
.ct_col_menu ul {
	line-height: 24px;	
	margin: 0;
	padding: 0;
	}
.ct_col_menu ul, .ct_col_menu li {
	text-align:left;
	list-style-type:none;
	margin: 0 0 6px 10px;
	padding: 0; 		
	}
.ct_col_menu a{
	font-size: 22px;
	font-family:Open Sans Condensed, Arial, sans-serif;	
	color:#fff;	
	text-decoration:none; 
	transition: 0.4s;
	}
.ct_col_menu a:hover {
	font-weight:bold;
	transition: 0.4s;
	padding: 0 0 0 10px;
	}
.asech{
	margin: 60px 0 0 0;
	width: 88px;
	height: 88px;
	}
.cl1{
	width:30%;
	border-right:#003355 1px solid;
	}
.cl2{
	width:18%;
	border-right:#003355 1px solid;
	}
.cl3{
	width:19%;
	border-right:#003355 1px solid;
	}
.cl4{
	width:17%;
	}
@media screen and (max-width: 640px) {
	.ct_col_menu {
		width:100%;
		margin:0;
		padding:0; 	
		}
	.cl1{
		border-right: 0; 
		margin: 0 0 10px 0;
		}
	.cl2{
		border-right: 0; 
		margin: 0 0 10px 0;
		border-top: #003355 1px solid;
		}
	.cl3{
		border-right: 0; 
		margin: 0 0 10px 0;
		border-top: #003355 1px solid;
		}
	.cl4{
		border-top: #003355 1px solid;
		}
	}
#pie_contacto { 
	box-sizing: border-box;
	background-color: #002B46;
	padding: 8px 0; 
	margin: 0;
	height: auto;  			
	font-family: Open Sans Condensed, sans-serif;
	font-size: 18px;
	text-align: center;
	color: #fff;
	line-height: 18px;
	}
#pie_contacto p{
	margin: 0;
	padding: 0;
	}
.ct_sociales_pie{
	box-sizing: border-box;
	overflow: hidden;
	z-index: 999;
	float: right;
	width: 100%;
	height: auto;
	text-align: center;
	top: 0;
	right: 20px;
	margin: 20px 0 0 0;
	padding: 0;
	}
.ct_sociales_pie img{
	filter: grayscale(100%);
	-webkit-filter: grayscale(100%);
	width: 30px;
	height: 30px;
	text-align: center;
	margin: 0 4px 0 0;
		transition: 0.4s ease;
		-moz-transition: 0.4s ease;
		-webkit-transition: 0.4s ease; 
		-o-transition: 0.4s ease; 
	}
.ct_sociales_pie img:hover{
	filter: grayscale(0%);
	-webkit-filter: grayscale(0%);
		transition: 0.4s;
		-moz-transform: scale(0.9);
		-webkit-transform: scale(0.9);
		-o-transform: scale(0.9);
		-ms-transform: scale(0.9);
		transform: scale(0.9);
	}

/*************** CONTAINER ********************/

.container_100{ box-sizing: border-box; margin: auto; width: 100%; z-index: 0; }

.container_1200{ box-sizing: border-box; margin: auto; width: 1200px; z-index: 0; }
	@media screen and (max-width: 1200px) { .container_1200 { width: 100%; } }

.container_1100{ box-sizing: border-box; margin: auto; width: 1100px; z-index: 0; }
	@media screen and (max-width: 1100px) { .container_1100 { width: 100%; } }

.container_1000{ box-sizing: border-box; margin: auto; width: 1000px; z-index: 0; }
	@media screen and (max-width: 1000px) { .container_1000 { width: 100%; } }

.container_900{ box-sizing: border-box; margin: auto; width: 900px; z-index: 0; }
	@media screen and (max-width: 900px) { .container_900 { width: 100%; } }

.container_800{ box-sizing: border-box; margin: auto; width: 800px; z-index: 0; }
	@media screen and (max-width: 800px) { .container_800 { width: 100%; } }

.container_700{ box-sizing: border-box; margin: auto; width: 700px; z-index: 0; }
	@media screen and (max-width: 700px) { .container_700 { width: 100%; } }

.container_600{ box-sizing: border-box; margin: auto; width: 600px; z-index: 0; }
	@media screen and (max-width: 600px) { .container_600 { width: 100%; } }
.container {
	box-sizing: border-box;
	margin: auto;
	width: 1040px;
	z-index: 0; 
	}
@media screen and (max-width: 1200px) { .container { width: 1040px; } }

/**********************************************/

@media screen and (max-width: 1040px) {
	.container{
		width: 100%; 
		}
	.ajustable_movil{
		width: 100%; 
		height: auto;
		}
	#menu{ 
		height: auto;
		background-image: none;  
		top: 0;		
		position: fixed;
		width: 100%;
		top: 0;
		}		
	#ct_menu_top {
		width: 100%;
		margin: 0;
		padding: 0;
		top: 0; 
		position: relative;
		height: auto;
	
		}
	#ct_logo{
		width: 100%;
		height: 118px;
		top: 54px;
		left: 0;
		margin: 0; 
		padding: 10px 0 4px 0;
		overflow: none;
		float: none;
		position: none; 
		}
	#logo{
		left: 0;
		top: 0;
		padding: 0;
		margin: 0;
		width: 143px; 
		height: 90px;
		}
	.ct_sociales_top{
		display: none;
		}
	#titulo_pagina{
		font-size: 30px;
		padding: 40px 0 40px 0;
		}
	.ct_titulo_css{
		font-size: 32px;
		line-height: 34px;
		}
	.ct_subtitulo_css{
		font-size: 24px;
		line-height: 24px;
		}
	#main {
		width: 100%;
		position: relative;
		}
	#main #galeria {
		text-align: center;
		}
	#main #galeria img{
		width: 100%;  
		}
	#main #ct_text_main{
		width: 100%;
		margin-left: 0;
		}
	#ct_text_main .normal{
		margin: 0;      
		}
	#main_main{
		width: 100%;
		height: auto;
		padding: 0 10px 10px 10px;
		margin: 0; 
		}
	#menu_pie {
		padding:10px;
		font-size: 22px;
		line-height: 32px;	
		}
	#pie_contacto  {
		padding:10px; 
		text-align: left;
		width: 100%;
		}
	.ct_col_menu ul, .ct_col_menu li {	 
		text-align:center;	
		margin: 0 0 6px 0;
		}
	.ct_col_menu ul {
		line-height: 18px;		
		}
	.ct_col_menu a{
		font-size: 20px;
		}
	.ct_col_menu h3 {
		margin: 12px 0 0 0;
		text-align:center;
		font-size: 20px;
		}
	.asech{
		margin: 10px 0 0 0;
		}
	.masternet_pie{
		margin: 10px 0;
		width: 134px;
		height: 74px;
		}
	}
.salto {
	clear: both;
	}
/***************** CARRUSEL TOP **************************/
#ct_carrusel_top {		
	box-sizing: border-box;	
	width: 100%;
	height: 500px;
	position: absolute;
	z-index: 0; 
	top: 162px;   
	margin: 0;
	padding: 0; 
	}
#carrusel_top{
	box-sizing: border-box;
	width: 100%;
	height: 500px;
	position: absolute;
	bottom: 0;	
	right: 0;
	left: 0;
	top: 38px;
	font-family: Open Sans Condensed, sans-serif;
	font-size: 50px;
	text-align: center;
	color: #fff;
	line-height: 22px; 
	padding: 0;
	margin: 0;
	z-index: 0;
	}
#carrusel_top img {
	/* animation: scale 14s linear infinite; */
	}
@keyframes scale {
	50% {
		-webkit-transform:scale(1.2);
		-moz-transform:scale(1.2);
		-ms-transform:scale(1.2);
		-o-transform:scale(1.2);
		transform:scale(1.2);
		}
	}
	
/***** TXT *****/
.txt_carrusel{
	margin: 270px auto 0 auto;
	width: 100%;
	padding: 22px;
	font-weight: normal;
	line-height: 66px; 
	}
.txt_carrusel_txt{
	padding: 6px 12px;
	border-radius: 4px;	
	background-color: rgba( 0, 0, 0, 0.6);
	}
.txt_carrusel a, .txt_carrusel_txt a, a .txt_carrusel_txt {
	font-weight: normal;
	line-height: 66px; 
	text-decoration: none;
	color: #fff;
	}
/***** BTN VER MAS *****/
.ct_carrusel_ver{
	margin: 430px auto 0 auto;
	width: 100%;
	padding: 22px;
	font-weight: normal;
	line-height: 20px; 
	font-size: 26px;
	}
.ct_carrusel_ver_2{
	margin: 0 auto 0 auto;
	width: 100%;
	padding: 22px;
	font-weight: normal;
	line-height: 20px; 
	font-size: 30px;
	}
.btn_carrusel_ver{
	padding: 6px 10px;
	border-radius: 4px;	
	background-color: rgba(32, 131, 253, 1);
	text-decoration: none!important;
	}
a .ct_carrusel_ver, a .btn_carrusel_ver, a .btn_carrusel_ver, a .ct_carrusel_ver .btn_carrusel_ver, .ct_carrusel_ver, .btn_carrusel_ver {
	font-weight: normal;
	line-height: 66px; 
	text-decoration: none!important;
	color: #fff;
	}
/***** TXT XL *****/
.txt_xl{
	font-family: Open Sans Condensed, sans-serif;
	font-size: 40px;
	}
.txt_carrusel_xl{
	margin: 20px auto 0 auto;
	width: 100%;
	padding: 22px;
	}
.txt_carrusel_txt_xl{
	width: 40%;
	margin: 0 0 0 60px;
	padding: 6px 12px;
	background-color: rgba(3, 161, 74, 0.6);
	font-family: Open Sans Condensed, sans-serif;
	font-size: 34px;
	text-align: center;
	color: #fff;
	line-height: 40px;	
	}
.ver_mas_xl{
	width: 40%;
	margin: 0 0 0 50px;
	font-family: Open Sans Condensed, sans-serif;
	font-size: 24px;
	text-align: center;
	color: #fff;
	line-height: 46px;	
	}
.ver_mas_xl a{
	color: #fff;
	}
@media screen and (max-width: 1040px) {
	#cabecera{
		height: 445px;
		}
	#ct_carrusel_top {
		width: 100%;
		height: 440px;
		top: 38px; 		 
		}
	#carrusel_top{
		height: 480px;
		top: 134px;
		font-size: 30px;
		}
	.txt_carrusel{
		margin-top:50px;
		padding:12px; 
		}
	}
@media screen and (max-width: 700px) {
	#cabecera{
		height: 354px;
		}
	#ct_carrusel_top {
		top: 34px; 
		height: 320px;
		}
	#carrusel_top{
		height: 320px;
		font-size: 20px;
		}
	}
@media screen and (max-width: 500px) {
	#cabecera{
		height: 304px;
		}
	#ct_carrusel_top {
		top: 34px; 
		height: 270px;
		}
	#carrusel_top{
		height: 270px;
		font-size: 20px;
		}
	}
	
/********************************* TABLA R ********************************/	
.tabla_r {
	border-collapse: collapse;
	background-color: #FFF;
	border-color: #CCC;
	border: 1px;
	border-style: solid; 
	width: 90%;
	margin: 10px 0;
	}
.tabla_r thead{
	border: 1px;
	border-color: #CCC;
	border-style: solid;
	background-color: #D9E6F4;
	text-align: center;
	}
.tabla_r td{
	border: 1px;
	border-color: #CCC;
	border-style: solid;
	padding: 6px 0 6px 2px;	
	}
.tabla_r tbody tr:nth-child(odd) {
	background-color: #fff;
	}
.tabla_r tbody tr:nth-child(even) {
	background-color: #fbfbfb;
	}
.tabla_r tbody tr:hover{
	background-color: #E0E0E0;
	}
@media screen and (max-width: 700px) {
	.tabla_r {
		width: 100%;
		}
	}
/**************************** BOTON MEGAEDITOR ***************************/
.ct_bt_mega{
	box-sizing: border-box;
	margin: 0 auto 20px auto;
	padding: 0;
	height: auto;
	text-align: center;
	}
.bt_mega_txt {
	box-sizing: border-box;
	border: none;
	margin: 10px;
	display: inline-block;
	padding:  8px 30px;
	background-color: #004777;
	border-bottom: #021D39 2px solid;
	border-right: #021D39 1px solid;
	font-size: 22px; 
	font-family: Roboto, Arial, serif; 
	line-height: 22px; 
	text-decoration: none;
	cursor: pointer;
	color: #fff;
	border-radius: 4px;
	transition: 0.4s;
	font-weight: 200;
	}
.bt_mega_txt:hover {
	background-color: #fff;
	color: #000;
	text-decoration: none;
	}
	
.ct_bt_mega_accion{
	box-sizing: border-box;
	margin: 0 auto 10px auto;
	padding: 0;
	height: auto;
	text-align: center;
	}
.bt_mega_accion_txt {
	box-sizing: border-box;
	border: none;
	margin: 10px;
	display: inline-block;
	padding:  4px 20px;
	background-color: #30752B;
	border-bottom: #021D39 2px solid;
	border-right: #021D39 1px solid;
	font-size: 22px; 
	font-family: Roboto, Arial, serif; 
	line-height: 22px; 
	text-decoration: none;
	cursor: pointer;
	color: #fff;
	border-radius: 4px;
	transition: 0.4s;
	}
.bt_mega_accion_txt:hover {
	background-color: #E9F8E9;
	color: #000;
	text-decoration: none;
	}
/*************************************   VIDEOS  NOYOU *******************************/	
.ct_videos_noyou{ 
	width: 720px;
	height: auto;
	overflow: hidden; 	
	margin: 0 auto 0 auto;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	}
.ct_video_noyou{
	overflow: hidden; 
	width: 100%;	
	padding: 10px;
	height: auto;	
	text-align: center;   
	display: inline-block;
	vertical-align: top;   
	}
.ct_video_noyou video {
	margin: 0;
	padding: 0;	
	width: 100%;		
	}
.tipo_video_noyou{
	height: 400px;
	}
.tipo_audio_noyou{
	height: 60px; 
	}
@media screen and (max-width: 720px) {
	.ct_videos_noyou {
		width: 100%;
		height: auto;
		}
	.tipo_video_noyou{
		height: 300px;
		}
	}
.ct_numero_video_noyou{
	overflow: hidden; 	
	float: left;
	width: 10%;	
	height: 24px;
	font-weight: bold;
	font-size: 12px;
	color: #000;
	}
.ct_titulo_video_noyou{
	overflow: hidden; 	
	float: left;
	width: 70%;	
	padding-top: 2px;	
	padding-bottom: 2px;	
	height: auto;	
	font-size: 20px;
	color: #000;
	font-family: Roboto;
	}
.ct_fecha_video_noyou{
	width: 18%;
	overflow: hidden; 	
	float: right;
	height: 24px;
	font-size: 11px;
	}
.ct_descripcion_video_noyou{
	overflow: hidden; 	
	float: left;
	width: 98%;	
	height: auto;
	padding-top: 3px;
	padding-bottom: 3px;	
	font-weight: normal;	
	font-size: 13px; 
	line-height: 18px;	
	}