/*************************************  GALERIA  ********************************/
#ct_lytebox {
	box-sizing: border-box;
	text-align: center;
	clear: both;
	margin: 0 auto 40px auto;
	width: 100%;
	}
.ct_img_lytebox{
	box-sizing: border-box;
	width: 300px; /* REVISAR m_imagenes_limite */
	height: auto;
	margin: 0 18px 0 0;
	padding: 0;
	text-align: center; 	
	display: inline-block;
	vertical-align: top;
	line-height: 22px;
	}
#ct_lytebox img { 
	margin: 5px;
	position: center; 
	text-align: center; 
	border: 0;
	border: #C5CAD6 1px solid; 
	padding: 3px;
	background-color: #CCC;	
	} 
.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) { /* menos que 980 */
	#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;
	}			
/************************************** TABLA R ********************************/	
.tabla_r {
	border-collapse: collapse;
	background-color: #FFF;
	border-color: #CCC;
	border: 1px;
	border-style: solid; 
	width: 100%;
	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 4px; 
	text-align: center;
	}
.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;
	}
.chica { 
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;	
	}
/*************************  ATRAS   ******************************/
.button_atras{
	border: #C5CAD6 1px solid;
	margin: 0 14px 0 0; 	
	padding: 2px 9px; 
	color: #fff;
	width: 60px;
	position: relative;
	background-color: #4C5897;
	text-align: center;
	font-size: 18px;
	font-family: Open Sans Condensed, Arial, sans-serif;
	float: left;
	overflow: hidden; 
	font-weight : normal;
	text-decoration: none;  
	cursor: pointer;		
	border-radius: 4px;
	-webkit-border-radius: 4px; 
	-moz-border-radius: 4px;
    }	
.button_atras:hover {
	background-color: #FFF;
	color: #000; 
	}
/********************* SOCIALES COMPRATIR 2.0 **********************/
.share_left{
	float: left;
	}
.share_right{
	float: right;
	}
.share_center{
	float: none;
	}
.ct_btn_share{
	box-sizing: border-box;
	text-align: center;
	margin: 0 auto 10px auto;
	padding: 0;
	float: right;
	width: 240px;
	z-index: 1000;
	}
.ct_txt_share{
	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;
	}
/****** LATERAL ******/
.ct_btn_share_l{
	box-sizing: border-box;
	text-align: left;
	margin: 0;
	padding: 0;
	width: 56px;
	position: fixed;
	right: 0;
	bottom: 240px;
	}
.ct_txt_share_l{
	z-index: 999;
	width: 100%;
	margin: 0;
	padding: 0 0 12px 0;
	font-family: Roboto, Arial, serif; 
	line-height: 12px; 
	font-size: 12px;
	color: #000; 
	float: left;
	overflow: hidden;
	font-weight : normal;
	text-decoration: none;
	}
.ct_btns_share_l{
	width: 100%;
	float: right;
	overflow: hidden;
	}
.ct_btn_share_l img{
	margin: 3px;
	width: 36px;
	height: 36px;
	float: right;
	}
/********************* 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;
		}	
	}
/****** LATERAL ******/
.ct_btn_share_l{
	box-sizing: border-box;
	text-align: left;
	margin: 0;
	padding: 0;
	width: 56px;
	position: fixed;
	right: 0;
	bottom: 240px;
	}
.ct_txt_share_l{
	z-index: 999;
	width: 100%;
	margin: 0;
	padding: 0 0 12px 0;
	font-family: Roboto, Arial, serif; 
	line-height: 12px; 
	font-size: 12px;
	color: #000; 
	float: left;
	overflow: hidden;
	font-weight : normal;
	text-decoration: none;
	}
.ct_btns_share_l{
	width: 100%;
	float: right;
	overflow: hidden;
	}
.ct_btn_share_l img{
	margin: 3px;
	width: 36px;
	height: 36px;
	float: right;
	}
@media screen and (max-width: 840px) {
	.ct_btn_share_l{
		z-index: 999;
		position: fixed;
		background-color: #fff;
		text-align: right;
		margin: 0;
		padding: 0 6px 0 0;
		right: 0;
		bottom: 0;
		width: 140px;
		border-top-left-radius: 5px;	
		}
	.ct_txt_share_l{
		display: none;
		}
	.ct_btn_share_l img{
		margin: 2px 3px 0 3px;
		width: 32px;
		height: 32px;
		}	
	}
/************************************** 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: #F2F2FF; 
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
		border-radius: 4px;	
	}	
.ct_descargas_titulo{
	width: 100%;
	text-align: center;	
	padding-top: 3px;
	padding-bottom: 3px;
	background-color: #D9E6F4;
	border-bottom: #CCCCCC 1px solid;	
	}
.ct_numero_descarga{
	float: left;
	width: 20px;	
	font-size: 12px;
	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: 16px; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	color: #000; 
	text-decoration: none;
	font-weight: bold; 
	}	
.img_formato_descarga {
	float: right;
	padding-right: 3px;
    }		
.ct_fecha_descarga{
	width: 50%;
	height: auto;
	float: right;
	text-align: center;	
	font-size: 12px;
	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: 12px;
	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;
	}
/********************* 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: 20px 0 0 20px;
	height: auto;
	width: 100%;
		text-align: center;	
	}
.ct_video iframe {
	width: 700px;
	height: 373px;
	border-radius: 5px;
	}
@media screen and (max-width: 700px) {
	.ct_videos, .ct_video iframe{
		width: 100%;
		height: 315px;
		}
	}
@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;		
	}
.select_seleccionado{
	background: #CCCCCC;
	font-weight: bold;
	}
/****************************************************************/
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	font-size: 14px;
	margin: 0;
	padding: 0;
	background-color: #fff;
    }
a:link { 
	text-decoration: none; 	
	}
a:visited { 
	text-decoration: none; 	
	}
a:hover {
	text-decoration: underline; 
    }
a:active {
	text-decoration: none; 		
    }
.ct_noticias_home{
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	background-color: #fff;
	}
#cabecera{
	box-sizing: border-box;
	height: 260px;  /* OLD 120 */
	background-image: url('diseno/fondo.png'); 
	background-repeat: no-repeat; 
	background-position: center top;
	background-color: #fff;
	background-size: cover; 
	}
#menu{
	box-sizing: border-box;
	position: relative;
	overflow: hidden;	
	z-index: 100;
	width: 100%;
	height: 44px;
	top: 0;
	padding: 0;
	margin: 0; 
	text-align: center;
	background-color: #1c8233;
	}
#ct_menu_top{
	box-sizing: border-box;
	position: relative;
	overflow: hidden; 
	margin: 0 auto 0 auto;
	top: 0;
	width: 100%;
	height: auto;
	}
.ct_logos_top_left{		    			
	box-sizing: border-box;
	width: 760px;
	height: auto;
	overflow: hidden;
	float: left;
	position: relative;
	margin: 0 0 0 30px;
	padding: 0;
	top: 0;					
	}
.slogan_top{		    			
	box-sizing: border-box;
	width: 90%;
	height: 50px;
	overflow: hidden;
	float: left;
	position: relative;
	margin: 0 0 0 60px;
	padding: 6px 0 0 0;
	top: 0;	
	font-family: 'Dancing Script', Open Sans Condensed, helvetica, arial, sans-serif;
	text-align: left;
	font-size: 38px;
	color: #1c8032; 
	line-height: 38px;
	text-decoration: none; 	
	}
.ct_logo_municipalidad_top{		 				
	box-sizing: border-box;
	width: 230px;
	height: auto;
	overflow: hidden;
	float: right;
	position: relative;
	margin: 20px 20px 0 0;
	padding: 0;
	top: 0;
	left: 0;
	text-align: left; 
	transition: 0.4s; 					
	}
#ct_logo{						
	box-sizing: border-box; 	
	position: relative;
	overflow: hidden;
	z-index: 999;
	float: left;
	width: 340px;
	height: 180px;
	top: 0;
	left: 40px;
	margin: 10px 0 0 0;
	padding: 0; 	   			
	}
#logo{
	position: relative;
	top: 8px;
	overflow: hidden;
	float: left;
	left: 0; 
	transition: 0.4s;
	}
#logo:hover {
	padding: 0 0 0 10px;
	}
.ct_botones_top_right{                      
	box-sizing: border-box;
	width: 440px;
	height: auto;
	overflow: hidden;
	float: right;
	position: relative;
	margin: 10px 20px 0 0;
	padding: 0;
	top: 0;
	text-align: right;
	}
.ct_logo_top_right{ 	      		
	box-sizing: border-box;
	width: 400px;
	height: auto;
	overflow: hidden;
	float: right;
	position: relative;
	margin: 0 0 0 0;
	padding: 0;
	top: 0;
	text-align: left; 
	transition: 0.4s;
	}	
.ct_fono_top{
	box-sizing: border-box;
	width: 90%;
	height: 44px;
	overflow: hidden;
	margin: 20px 0 0 0;
	padding: 10px 0 0 0;
	top: 0;
	background: rgba(38, 176, 69, 0.8);
	text-align: center;
	color: #fff;
	font-size: 32px;
	line-height: 22px;	
	font-family:  Roboto, Cuprum, Open Sans Condensed, helvetica, arial, sans-serif;
	font-weight : bold;
	text-decoration: none;
	border-radius: 4px;	
	}
.ct_fono_top p {
	margin: 0;
	padding: 0;
	}
.ct_fono_top a{
	text-align: center;
	color: #fff;
	font-size: 32px;
	line-height: 22px;	
	font-family:  Roboto, Cuprum, Open Sans Condensed, helvetica, arial, sans-serif;
	font-weight : normal;
	text-decoration: none;
	margin: 0;
	padding: 0;
	}
.ct_fono_top img{
	margin: 0 14px 0 0;
	height: 24px;
	width: 24px;
	}
.ct_fono_pie{
	margin: 20px 0 0 0;
	color: #fff;
	font-size: 26px;
	line-height: 30px;	
	font-family:  Open Sans Condensed, helvetica, arial, sans-serif;
	text-decoration: none;
	}
.ct_fono_pie p {
	margin: 0;
	padding: 0;
	}
.ct_fono_pie a{
	text-align: center;
	color: #fff;
	font-size: 26px;
	line-height: 30px;	
	text-decoration: none;
	}
	
.ct_sociales_top_i{       
	box-sizing: border-box;
	width: 100%;
	height: auto;
	overflow: hidden;
	float: right;
	position: relative;
	margin: 0 0 0 0;
	padding: 0;
	text-align: right;
	}
.ct_login_btn_a{   
	box-sizing: border-box;
	height: 42px;
	width: 160px;
	overflow: hidden;
	float: left;
	position: relative;
	margin: 20px 20px 0 0;
	padding: 6px 12px 0 12px;
	text-align: center;
	font-family: Arial, Cuprum, Open Sans Condensed, helvetica, arial, sans-serif;
	font-size: 24px;
	color: #fff;
	text-decoration: none;
	border: #F0F0F0 0px solid;
	background-color: #219c3d;
	font-weight: bold;
	border-radius: 4px;
	}
.ct_login_btn_a:hover{
	color: #1c8233;
	background-color: #7de395;	
	}
/************************ SOCIALES TOP ********************/
.ct_sociales_top{ 						
	box-sizing: border-box; 
	position: relative;
	overflow: hidden;
	z-index: 999;
	float: right;
	width: 100%;
	height: 40px;
	text-align: right;
	margin: 14px 0 0 0;
	padding: 0 70px 0 0;
	}
.ct_sociales_top img{
	width: 34px;
	height: 34px;
	margin: 0 6px 0 0;
	transition: 0.4s ease;
	-moz-transition: 0.4s ease;
	-webkit-transition: 0.4s ease; 
	-o-transition: 0.4s ease; 
	}
.ct_sociales_top img:hover{
	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 CSS ************************/
.titulo_css{
	box-sizing: border-box;
	padding: 34px 60px 38px 0;
	margin: 0;
	width: 100%;
	height: auto;
	overflow: hidden;
	position: relative;
	float: left; 			
	font-family: Cuprum, Open Sans Condensed, helvetica, arial, sans-serif;
	text-align: center;
	font-size: 34px;
	color: #343536; 
	line-height: 34px;
	text-decoration: none; 
	background-color: #F0F0F0; 
	font-weight: 100;
	}
.titulo_css img {
	width: 60px;
	height: 60px;
	margin: 0 30px 0 0;
	position: relative;
	top: 10px;
	}
/**************************** MAIN ***************************/
#main { 	
	box-sizing: border-box;
	padding: 10px;
	margin: 0 0 30px 0;
	height: auto;
	font-size: 18px; 
	font-family: Roboto, Arial, serif; 
	line-height: 28px;
	display: block;
	position: relative;
	overflow: hidden;
	top: 0;
	z-index: 400;
	}
#main p {
	margin-top: 4px;
	}
#main #galeria img{
	width: 25%;
	margin: 1%;
	box-sizing: border-box;
	border-radius: 4% 4%;
	box-shadow: black 0 0 5px;
	}
#main ul li ,table ul li {
	background: url('diseno/liul.png');
	background-repeat: no-repeat;
	background-position: 0px 5px; 
	padding-left: 16px; 
	list-style-type: none; 
	width: auto; 
	}
.salto {
	clear: both;
	}	
	
/**********************************************/
.container_xs {
	box-sizing: border-box;
	margin: auto;
	width:  1100px;
	}
@media screen and (max-width: 1100px) { .container_xs{  width: 100%; } }

.container {
	box-sizing: border-box;
	margin: auto;
	width: 1200px;
	z-index: 0; 
	}
@media screen and (max-width: 1200px) { .container { width: 1040px; } }
@media screen and (max-width: 1040px) {
	.container{
		width: 100%; 
		}
	.wp_logo_visible{
		top: 56px;
		right: 14px;
		position: fixed;
		}
	.slogan_top{ display: none; }
	.ct_logos_top_left{					
		width: 100%;
		margin: 0 0 0 0;
		padding: 0;
		text-align: center;	
		}
	.ct_logo_top_right{ 					
		width: 100%; 
		text-align: center;
		display: inline-block;
		vertical-align: top;
		text-align: center;
		} 
	.ct_login_btn {
		float: none;
		display: inline-block;
		vertical-align: top;
		margin: 8px 4px 0 0;
		padding: 6px 8px 0 8px;
		font-size: 20px;
		height: 36px;
		width: 100%;  
		}	
	.ct_login_btn_a{  
		float: none;
		display: inline-block;
		vertical-align: top;  
		margin: 0 10px;	
		text-align: center;
		position: none;
		font-size: 20px;
		padding: 6px 8px 0 8px;
		height: 36px;
		width: 140px;
		}
	.ct_sociales_top_i{
		width: 100%;
		margin: 0;
		text-align: center;
		}
	#cabecera{
		height: 180px;
		}
	#menu {
		height: auto;
		background-image: none; 
		top: 0;		
		}		
	#ct_menu_top {
		width: 100%;
		margin: 0;
		padding: 0;
		top: 0; 
		}
	#ct_logo{
		width: 100%;
		height: 130px;
		top: 10px;
		left: 0;
		margin: 0 auto; 
		text-align: center;
		padding: 0 0 0 0;
		overflow: none;
		float: none;
		position: none;
		background-image: none;
		}
	#logo{
		width: 220px;
		height: 110px;
		left: none;
		top: 0;
		padding: 0;
		float: none;
		margin: 0 auto;
		text-align: center;  
		}
	.ct_botones_top_right{
		width: 100%;
		float: none;
		margin: 10px auto 0 auto;
		text-align: center;
		}
	.ct_sociales_top, .ct_logo_muni_top, .ct_logo_municipalidad_top, .ct_fono_top {
		display: none;
		}
	.titulo_css{
		padding: 20px 0;
		font-size: 30px;
		margin: 0;
		line-height: 34px;
		}
	.titulo_css img {
		width: 60px;
		height: 60px;
		}
	#main {
		width: 100%;
		padding: 14px;
		}
	#main #galeria {
		text-align: center;
		}
	#main #galeria img{
		width: 100%;
		}
	}
/******************************** PIE DE PAGINA ********************/
#menu_pie { 
	box-sizing: border-box;
	background-color: #98C21D;
	padding: 36px 10px 26px 10px;
	height:auto;  			
	font-family: Open Sans Condensed, sans-serif;
	font-size: 26px;
	text-align:center;
	margin: 0;
	color: #000;
	line-height: 38px;
	background-image: url('diseno/bg_pie.png'); 
	background-repeat: repeat-x; 
	background-position: left top;
	}
#menu_pie p {
	margin: 0;
	padding: 0;
	}
.logo_pie{
	margin: 0 40px;
	width: auto;
	height: auto;
	}
.ct_col_menu {
	float: left; 
	margin: 20px 0 0 0;
	padding: 20px 0 0 30px;
	}
.ct_col_menu h3, .ct_col_menu h3 a {
	margin: 20px 0 10px 10px;
	padding:0;
	font-size: 22px;
	text-align: left;
	font-weight: normal;
	color: #000;
	font-family: Cuprum, 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: #000;	
	text-decoration: none; 
	transition: 0.4s;
	}
.ct_col_menu a:hover {
	font-weight: bold;
	transition: 0.4s;
	padding: 0 0 0 10px;
	}
.cl1{
	width:45%;
	border-right: #92C2EB 1px solid;
	padding: 10px 0 0 60px;
	}
.cl2{
	width:45%;
	border-right: #92C2EB 0px solid;
	}
.cl3{
	width:22%;
	border-right: #92C2EB 1px solid;
	}
.cl4{
	width:22%;
	}
.ct_logos_pie{
	box-sizing: border-box;
	width: 100%;
	height: auto;
	margin: 60px auto 0 0;
	padding: 20px;
	overflow: hidden;		
	text-align: center;
	display: inline-block;
	vertical-align: top; 	
	}
.ct_logos_pie img {
	border-radius: 14px;
	}
@media screen and (max-width: 940px) {
	#menu_pie { 
		background-image: none; 
		}
	.logo_pie{
		margin: 20px 0;
		}
	.ct_col_menu {
		width:100%;
		margin:0;
		padding:0; 	
		}
	.ct_col_menu h3 {
		margin: 10px 0 10px 20px;
		text-align: center; 
		}
	.ct_col_menu ul, .ct_col_menu li {
		text-align: center;	
		}
	.cl1{
		border-right: 0; 
		margin: 0 0 10px 0;
		}
	.cl2{
		border-right: 0; 
		margin: 0 0 10px 0;
		border-top: #92C2EB 1px solid;
		}
	.cl3{
		border-right: 0; 
		margin: 0 0 10px 0;
		border-top: #92C2EB 1px solid;
		}
	.cl4{
		border-top: #92C2EB 1px solid;
		}
	}
#pie_contacto { 
	box-sizing: border-box;
	background-color: #1c8433;
	padding: 0; 
	margin: 0;
	height: 38px;  			
	font-family: Open Sans Condensed, sans-serif;
	font-size: 14px;
	padding: 10px 0 0 0;
	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;
	width: 100%;
	height: auto;
	text-align: center;
	top: 0;
	margin: 20px 0;
	padding: 0;
	}
.ct_sociales_pie img{
	width: 42px;
	height: 42px;
	margin: 0 8px 0 0;
	}
/*******************************  MASTERNET.CL  **********************************/
#masternet_box{
	box-sizing: border-box;
	text-align: center;
	margin: 0;
	width: 100%;
	height: auto;
	padding: 0 0 0 0;
	line-height: 12px;
	background-color: #1c8433; 
	}
.masternet , a.masternet:link, a.masternet:visited, a.masternet:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px!important;
	line-height: 12px;
	text-decoration: none;
	font-weight: normal;
	color: #F0F0F0;
	}
a.masternet:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
    }
/*************************** WP DESTELLO **************************/
.destello {
    position: fixed;
    box-sizing: content-box;
    display: inline-block;
    width: 22px;
    height: 34px;
    border-radius: 50%;
    padding: 46px 8px 18px 28px;
	top: 0;
	right: 20px;
    z-index: 9999!important;
	}
.destello:before, .destello:after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: block;
    width: 50px;
    height: 50px;
    background-color: #25D366;
    border-radius: 50%;
	}
.destello:before {
    z-index: 0;
    -webkit-animation: pulse-border 2000ms ease-out infinite;
    -moz-animation: pulse-border 2000ms ease-out infinite;
    -o-animation: pulse-border 2000ms ease-out infinite;
    animation: pulse-border 2000ms ease-out infinite;
	}
.destello:after {
    z-index: 1;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
	}
.destello span {
    display: block;
    position: relative;
    z-index: 3;
    width: 0;
    height: 0;
    border-left: 16px solid #ffffff;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
	}
.wp_logo{
    display: block;
    position: relative;
	top: -20px;
	left: -22px;
    z-index: 9999;
	width: 46px;
	height: 46px;
	cursor: pointer;
	}
.destello:hover:after {
    background-color: #6BE499;
	}
@-webkit-keyframes pulse-border {
    0% {
        -webkit-transform: translate(-50%, -50%) translateZ(0) scale(1);
        -moz-transform: translate(-50%, -50%) translateZ(0) scale(1);
        -ms-transform: translate(-50%, -50%) translateZ(0) scale(1);
        -o-transform: translate(-50%, -50%) translateZ(0) scale(1);
        transform: translate(-50%, -50%) translateZ(0) scale(1);
        opacity: .7;
		}
    100% {
        -webkit-transform: translate(-50%, -50%) translateZ(0) scale(1.5);
        -moz-transform: translate(-50%, -50%) translateZ(0) scale(1.5);
        -ms-transform: translate(-50%, -50%) translateZ(0) scale(1.5);
        -o-transform: translate(-50%, -50%) translateZ(0) scale(1.5);
        transform: translate(-50%, -50%) translateZ(0) scale(1.5);
        opacity: 0.1;
		}
	}
@-moz-keyframes pulse-border {
    0% {
        -webkit-transform: translate(-50%, -50%) translateZ(0) scale(1);
        -moz-transform: translate(-50%, -50%) translateZ(0) scale(1);
        -ms-transform: translate(-50%, -50%) translateZ(0) scale(1);
        -o-transform: translate(-50%, -50%) translateZ(0) scale(1);
        transform: translate(-50%, -50%) translateZ(0) scale(1);
        opacity: .7;
		}
    100% {
        -webkit-transform: translate(-50%, -50%) translateZ(0) scale(1.5);
        -moz-transform: translate(-50%, -50%) translateZ(0) scale(1.5);
        -ms-transform: translate(-50%, -50%) translateZ(0) scale(1.5);
        -o-transform: translate(-50%, -50%) translateZ(0) scale(1.5);
        transform: translate(-50%, -50%) translateZ(0) scale(1.5);
        opacity: 0.1;
		}
	}
@-o-keyframes pulse-border {
    0% {
        -webkit-transform: translate(-50%, -50%) translateZ(0) scale(1);
        -moz-transform: translate(-50%, -50%) translateZ(0) scale(1);
        -ms-transform: translate(-50%, -50%) translateZ(0) scale(1);
        -o-transform: translate(-50%, -50%) translateZ(0) scale(1);
        transform: translate(-50%, -50%) translateZ(0) scale(1);
        opacity: .7;
		}
    100% {
        -webkit-transform: translate(-50%, -50%) translateZ(0) scale(1.5);
        -moz-transform: translate(-50%, -50%) translateZ(0) scale(1.5);
        -ms-transform: translate(-50%, -50%) translateZ(0) scale(1.5);
        -o-transform: translate(-50%, -50%) translateZ(0) scale(1.5);
        transform: translate(-50%, -50%) translateZ(0) scale(1.5);
        opacity: 0.1;
		}
	}
@keyframes pulse-border {
    0% {
        -webkit-transform: translate(-50%, -50%) translateZ(0) scale(1);
        -moz-transform: translate(-50%, -50%) translateZ(0) scale(1);
        -ms-transform: translate(-50%, -50%) translateZ(0) scale(1);
        -o-transform: translate(-50%, -50%) translateZ(0) scale(1);
        transform: translate(-50%, -50%) translateZ(0) scale(1);
        opacity: .7;
		}
    100% {
        -webkit-transform: translate(-50%, -50%) translateZ(0) scale(1.5);
        -moz-transform: translate(-50%, -50%) translateZ(0) scale(1.5);
        -ms-transform: translate(-50%, -50%) translateZ(0) scale(1.5);
        -o-transform: translate(-50%, -50%) translateZ(0) scale(1.5);
        transform: translate(-50%, -50%) translateZ(0) scale(1.5);
        opacity: 0.1;
		}
	}
@media screen and (max-width: 1040px) {
	.destello {
		top: 40px;
		right: 20px;
		}
	}