/*************************************  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: 270px; /* REVISAR m_imagenes_limite */
	height: auto;
	margin: 10px;
	padding: 0;
	text-align: center;
	overflow: hidden; 	
	float: left;
	line-height: 22px;
	}
#ct_lytebox img { 
	margin: 5px;
	position: center; 
	text-align: center; 
	border: 0;
	border: #C5CAD6 1px solid; 
	padding: 3px;
	background-color: #ccc;
	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: 1200px) { 
	#ct_lytebox {
		width: 100%;
		margin: 0 0 14px 0;
		}
	}
@media screen and (max-width: 1040px) {
	#ct_lytebox {
		width: 100%;
		margin: 0 0 14px 0;
		}
	.ct_img_lytebox{
		width: 100%;
		margin: 0;
		}
	}
.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;
		}
	}
/************************************** 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: #D9EDF7;
	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: 60%; 
	margin: 40px 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: #DDEDC2;
	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{
	box-sizing: border-box;
	width: 470px;
	height: auto;
	margin: 14px auto 0 auto;	
		text-align: center;
		font-family: Verdana, Arial, Helvetica, sans-serif;
	}
.ct_video{
	overflow: hidden; 	
	float: left; 
	padding-bottom: 12px;
	height: auto;
	width: 100%;
		text-align: center;	
	}
.ct_video iframe {
	width: 470px;
	height: 315px;
	}
@media screen and (max-width: 470px) {
	.ct_videos, .ct_video iframe{
		width: 100%;
		height: 315px;
		margin: 0;
		}
	}
@media screen and (max-width: 370px) {
	.ct_videos, .ct_video iframe{
		height: 200px;
		}
	}
.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;
	background-color: #F7F7F7;
	height: 154px;
	}
.ct_menu_top{
	width: 100%;
	height: 460px;
	margin: 0;
	text-align: center;
	padding: 0;
	top: 120px;
	position: absolute;
	}
#ct_logo{
	box-sizing: border-box; 	
	position: relative;
	overflow: hidden;
	z-index: 999;
	float: left;
	width: 460px;
	height: 110px;
	top: 8px;
	left: 20px;
	margin: 0;
	padding: 0; 
	}
#logo{
	position: relative;
	top: 8px;
	overflow: hidden;
	float: left;
	left: 18px; 
	transition: 0.4s;
	}
#logo:hover {
	padding: 0 0 0 10px;
	}
	
.ct_botones_top{
	box-sizing: border-box;
	width: 260px;
	height: auto;
	overflow: hidden;
	float: right;
	position: relative;
	margin: 0;
	padding: 0;
	top: 6px;
	text-align: right; 
	}
.ct_sociales_top_i{
	box-sizing: border-box;
	width: 100%;
	height: auto;
	overflow: hidden;
	float: right;
	position: relative;
	margin: 0;
	padding: 0;
	text-align: right;
	}
#ct_login_btn{   
	box-sizing: border-box;
	height: 32px;
	width: auto;
	overflow: hidden;
	float: right;
	position: relative;
	margin: 4px 4px 0 0;
	padding: 2px 12px 0 12px;
	text-align: center;
	font-family: Cuprum, Open Sans Condensed, helvetica, arial, sans-serif;
	font-size: 20px;
	color: #fff;
	text-decoration: none;
	border-radius: 4px;
	border: #385281	1px solid;
	background-color: #1C6DB4;
	}
#ct_login_btn:hover{
	color: #fff;
	background-color: #1C6DB4;	
	}
/************************ SOCIALES TOP ********************/
.ct_sociales_top{
	box-sizing: border-box;
	position: relative;
	overflow: hidden;
	z-index: 999;
	float: right;
	width: auto;
	height: 44px;
	text-align: right;
	margin: 12px 0 0 0;
	padding: 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: 18px 60px 30px 0;
	margin: 0;
	width: 100%;
	height: auto;
	overflow: hidden;
	position: relative;
	float: left; 			
	font-family: Open Sans Condensed, helvetica, arial, sans-serif;
	text-align: center;
	font-size: 44px;
	color: #000; 
	line-height: 44px;
	text-decoration: none; 
	background-color: #F0F0F0; 
	}
.titulo_css img {
	width: 40px;
	height: 40px;
	margin: 0 30px 0 0;
	position: relative;
	top: 4px;
	}
/**************************** MAIN ***************************/
#main { 	
	box-sizing: border-box;
	padding: 10px;
	margin: 0 0 10px 0;
	min-height: 260px;
	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;
	}
.salto {
	clear: both;
	}	
/*************** 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: 1200px;
	z-index: 0; 
	}
@media screen and (max-width: 1200px) { .container { width: 1040px; } }
/**********************************************/

@media screen and (max-width: 1040px) {
	.container{
		width: 100%; 
		}
	#cabecera{
		height: 180px;
		}		
	.ct_menu_top{
		box-sizing: border-box;
		position: absolute;
		width: 100%; 
		margin: 0;
		padding: 0;
		height: auto;
		top: 0;
		background-image: none;
		}
	#ct_logo{
		width: 100%;
		height: auto;
		top: 62px;
		left: 0;
		margin: 0 auto; 
		text-align: center;
		padding: 0;
		overflow: none;
		float: none;
		position: none;
		background-image: none;
		}
	#logo{
		width: 264px;
		height: auto;
		left: none;
		top: 0;
		padding: 0;
		float: left;
		margin: 0 auto;
		text-align: center;  
		}
	.ct_botones_top{
		width: 100%;
		float: none;
		margin: 10px auto 0 auto;
		text-align: center;
		}
	.ct_sociales_top{
		display: none;
		}
	.titulo_css{
		padding: 20px 0;
		font-size: 30px;
		margin: 0;
		line-height: 34px;
		}
	.titulo_css img {
		width: 40px;
		height: 40px;
		}
	#main {
		width: 100%;
		padding: 14px;
		}
	#main #galeria {
		text-align: center;
		}
	#main #galeria img{
		width: 100%;
		}
	}
	
