@charset "utf-8";
/* CSS Document */

body{
	color: #333;
	font-family: 'Exo 2', sans-serif;
	font-weight:normal;
}

.container_ {
}

figure img{ width:100%;}

h1,h2,h3,h4,h5{
	margin-top:0;
}

a{ color:#000000;}
a:hover{ color:#64C27B; } /* #00AAD7 */
.btn{ }

header{
	margin-bottom:20px;
box-shadow: 0px 2px 131px -17px rgba(0,0,0,0.38);
-webkit-box-shadow: 0px 2px 131px -17px rgba(0,0,0,0.38);
-moz-box-shadow: 0px 2px 131px -17px rgba(0,0,0,0.38);
}

.barra-top{
	margin-top:8px;
	/**/
	font-size: 11px;
	text-transform: uppercase;
	border-bottom:#B7B7B7 solid 1px;
	padding:6px 8px;
}

.fecha-top{ line-height:20px; }

	.barra-top .nav>li>a {
		color:#858585;
		position: relative;
		display: block;
		padding: 0 8px;
		font-size:11px;
	}
	.barra-top .nav>li>a:hover{
		color:#64C27B;
	}

	.header-top .logo img{
		width:100%;
	}

	/* -- */
	
	.barra-top .form-control {
	    height: 22px;
	font-size: 10px;
	}

	.barra-top .search-form .form-group span.form-control-feedback {

	  width: 22px;
	  height: 22px;
	  line-height: 22px;

	}
	.barra-top .form-group {
	  margin-bottom: 0px;
	}

	.header-top{
		padding-top:10px;
		padding-bottom:10px;
		padding-left:15px;
		padding-right:15px;
		position:relative;
	}
	

	
	.box-search-top{
	}
	.box-search-top input{
		border: #64C27B solid 1px;
		border-radius:0;
	}
	.box-search-top span{ color: #64C27B;}


	/* menu header */
	
	.navbar-inverse {
	
	}
	.navbar-brand { height:auto;}
	
	.navbar-brand img{ max-width:400px}
	
	header .navbar-nav {
		margin: inherit;
	}
	
	header .navbar{
		border:none;
		border-radius:0;
		margin-bottom:0;
		min-height: inherit;
		background: #FFF; /* #E0E0E0; 
		border-top: 1px solid #C3C3C3; 
		border-bottom: 1px solid #C3C3C3; */
	}
	
	header ul.nav>li>a {padding:10px 8px; font-size:12px}
	
	header .navbar-collapse {
	   padding-right: 0px;
	   padding-left: 0px;
	}
	
	header .nav{
		font-size:14px;
		text-transform:uppercase;
		/**/
	}
	
	.navbar-inverse .navbar-nav>li>a {
		color: #64C27B;
		font-weight:bolder;
		/* border-right:#C3C3C3 solid 1px; */
	}
	
	.navbar-inverse .navbar-nav>li>a:hover {
		/*background:#64C27B;*/
		color: #FAB31F;
	}
	
	header .navbar-inverse .navbar-collapse, header .navbar-inverse .navbar-form {
		border: none;
	}
	
	.navbar-inverse .navbar-toggle { background:#C3C3C3;}

	/* submenu ::: muestra submenu con mousehover */
	
	@media (min-width: 768px) {
		.container{ margin-top:15px; margin-bottom:15px;}
		header { margin-left:-15px; margin-right:-15px; padding: 30px;}
		
		.slider-home{
			background:#64c27b;
			margin:30px 15px;
			overflow:hidden;
-webkit-box-shadow: 0px 68px 111px -90px rgba(23,21,23,1);
-moz-box-shadow: 0px 68px 111px -90px rgba(23,21,23,1);
box-shadow: 0px 68px 111px -90px rgba(23,21,23,1);
			
		}
		
				
	  ul.nav li:hover > ul.dropdown-menu {
		display: block;
	  }
	  
	  .header-top .logo{
		  max-width:1080px; 
		  float:left
	  }
	  
	  .cont-not-home{ padding:0 30px}

	  
	}  
	
	/* submenu colores */
	.dropdown-menu {
		background-color: #000;
		border: 1px solid #C3C3C3;
		border: 1px solid rgba(0,0,0,.15);
		-webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
		box-shadow: 0 6px 12px rgba(0,0,0,.175);
	}
	
	.dropdown-menu>li>a {
		color: #FFF;
	}
	
	.dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus {
		color: #E1E1E1;
		text-decoration: none;
		background-color: #7FCFF2;
	}	


	@media (min-width: 768px) {
		.navbar-nav>li>a {
			padding-top: 8px; 
			padding-bottom: 8px; 
		}
		
		header .nav{ margin-top:50px;}
		header ul.nav>li>a {font-size:16px}
		
	}

/* Barra Tools */

.barra-tools{
	background: #F2F2F2;
	padding:5px;
	margin-bottom:10px;
	
}
.barra-tools .cb-youtube{ float:left; margin-right:4px}
.fb_iframe_widget{ top:-5px; margin-top:-5px; position:relative}

/* Columna - Aside */ 

.aside h5 {
	padding: 0 5px;
	margin: 0 0 6px 0;
	font-size: 11px;
	line-height: 20px;
	text-transform: uppercase;
	background-position: left bottom;
	background-repeat: no-repeat;
	background:#C3C3C3;
	color: #FFFFFF;
	border-top: 1px solid #000;
	font-weight: 900;
}


.aside .nav a{
	background:#F3F3F3;
	
	border-bottom:#FFF solid 1px;
	
}

/* horoscopo */

.tit-horoscopo {
	color: #7FCFF2;
	
	margin-bottom:0;
	text-align:right;
}

.fecha-horoscopo {
	border-bottom: #7FCFF2 solid 1px;
	position: relative;
	margin-bottom: 15px;
}

.fecha-horoscopo span {
	background:#7FCFF2;
	color: #FFF;
	font-size: 10px;
	padding: 2px 6px;
	text-transform: uppercase;
	position: absolute;
	bottom: -8px;
	/* top: -10px; */
	left: 10px;
	
	border-radius: 5px 0;
}

/* horoscopo columna */

.aside .box-horoscopo .row {
	margin-right: -6px;
	margin-left: -6px;
}
.aside .box-horoscopo div[class*="col-"]{
	padding-left:7px;
	padding-right:7px;
}

.aside .box-horoscopo figure{
	margin-bottom:14px;
}

.box-horoscopo img:hover{
	z-index:1;
	filter:alpha(opacity=50);
	-moz-opacity:.50;
	opacity:.50;
}

/* box encuesta */

.box-encuesta{
	border:#DCE3E7 solid 1px;

/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f6f8f9+0,e5ebee+50,d7dee3+51,f5f7f9+100;White+Gloss */
background: #f6f8f9; /* Old browsers */
background: -moz-linear-gradient(-45deg,  #f6f8f9 0%, #e5ebee 50%, #d7dee3 51%, #f5f7f9 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(-45deg,  #f6f8f9 0%,#e5ebee 50%,#d7dee3 51%,#f5f7f9 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(135deg,  #f6f8f9 0%,#e5ebee 50%,#d7dee3 51%,#f5f7f9 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f8f9', endColorstr='#f5f7f9',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */


	
	margin-bottom:10px;
}
.encuesta-content{
	padding:15px;
}

.encuesta-content .sr-only {
	width: 100%; 
	height: 20px;
	margin: inherit;
	clip: inherit;
	color:#000;
	padding-left:10px;
}
.encuesta-content .progress-bar { 
	text-align: left;
}

.encuesta-content .progress-bar:hover {
	-webkit-animation: progress-bar-stripes 2s linear infinite;
	-o-animation: progress-bar-stripes 2s linear infinite;
	animation: progress-bar-stripes 2s linear infinite;
}

/* box banner */

.box-banner {
	padding: 11px 0;
	border: solid #E8E8E8;
	border-width: 1px 0;
	/*margin: 0 auto 20px;*/
	background-image: url(../img/publicidad_horizontal.png);
	background-position: center 3px;
	background-repeat: no-repeat;
	max-width:600px;
}
.box-banner-listado { max-width:832px; margin:0 auto 30px auto;}
.box-banner-top { max-width:1140px; margin:0 auto 20px auto;}
.box-banner-pie { max-width:1140px; margin:0 auto 30px auto;}

/* galeria */

.gallery{
	
	
}
.gallery div[class*="col-"]{

padding-right: 7px;
padding-left: 7px;

}

.gallery .row {
margin-left: -9px;
margin-right: -9px;
}

/* listado noticias */

.not-box{
	margin-bottom:30px;
	overflow:hidden;
	position:relative;
}
.not-box.video figure{position:relative;}
.not-box.video figure::after{
		font-family: 'FontAwesome';
		content: "\f01d";
		color:rgba(255,255,255,.75);
		position:absolute;
		
		font-size:100px;
		top:50%;
		margin-top:-70px;
		left:50%;
		margin-left:-43px;
		
   		
	}
.not-box a {overflow:hidden; display:block;}
.not-box .txt { position:absolute; bottom:0; right:0; left:0; padding:10px; background:rgba(100, 194, 123,.5);}
.not-box h3 {font-size:14px; line-height:14px; margin-bottom:0; color:#FFF;text-decoration:none}

.not-box h2{
	margin-bottom:0;
}
.not-categoria {
	text-transform:uppercase;
	color: #64C27B;
	font-size: 11px;
	padding:0 0 0 15px;
	margin-bottom:6px;
	border-left: #64C27B solid 4px;
	border-bottom: #64C27B  solid 1px;
}
.not-categoria span {/*
	background: #E0E0E0;
	color: #4C79D3;
	font-size: 10px;
	padding: 2px 6px;
	text-transform: uppercase;
	position: absolute;
	bottom: -8px;
	top: -10px;
	left: 10px;
	border-radius: 5px 0;*/
}
.not-firma {
	color: #111111;
	font-weight: normal;
	font-size: 11px;
	line-height: 16px;
	text-transform: uppercase;
}

.columna-2 figure.pull-left {
	padding-left:0;
}

/* box-noticia listado */

.box-noticias .not-box{
-webkit-box-shadow: 0px 0px 45px -26px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 0px 45px -26px rgba(0,0,0,0.75);
box-shadow: 0px 0px 45px -26px rgba(0,0,0,0.75);
padding:15px;
}

	
.box-noticias .not-box h3{
	font-size:20px;
	line-height:24px;
	padding:10px 0;
}

/* Necrologica */

.fecha-necrologica{
	color:#7FCFF2;
	background:#FFF;
}
.box-necrologica{
	border:#7FCFF2 solid 1px;
	-webkit-box-shadow: inset 0px 0px 30px 30px rgba(250,250,250,0.73);
	-moz-box-shadow: inset 0px 0px 30px 30px rgba(250,250,250,0.73);
	box-shadow: inset 0px 0px 30px 30px rgba(250,250,250,0.73);
	margin-bottom:10px;
	padding-bottom:6px;
	padding-top:6px
}



/* gallery */

figure.ampliar{
	background: url(../img/icon-lupa.png) no-repeat center center;
}
figure.ampliar:hover img{
	z-index:1;
	filter:alpha(opacity=50);
	-moz-opacity:.50;
	opacity:.50;
}

/* efecto */

.zoom {overflow:hidden;}
.zoom img {
    -webkit-transition:all .9s ease; /* Safari y Chrome */
    -moz-transition:all .9s ease; /* Firefox */
    -o-transition:all .9s ease; /* IE 9 */
    -ms-transition:all .9s ease; /* Opera */
    width:100%;
}

.zoom:hover img {
    -webkit-transform:scale(1.10);
    -moz-transform:scale(1.10);
    -ms-transform:scale(1.10);
    -o-transform:scale(1.10);
    transform:scale(1.10);
}


/* columna menu listado */

.menu-listado {
	margin:0;
	padding:0;
}

.menu-listado > li{
	border-bottom:#EDEDED solid 1px;
	list-style-type:none;
}
.menu-listado li:last-child{border-bottom:none;}
.menu-listado > li > a{
	padding:10px 0;
	display:block;
	text-transform:uppercase;
	font-size:18px;
	text-decoration:none;
	color:#545454;
}
.menu-listado > li > a:hover, .menu-listado > li > a:focus{
	color:#047BC1;
}
.menu-listado > li > a span{
	color:#047BC1;
}
.menu-listado .arrow{
	margin-right:10px;
}
.menu-listado li ul{
	margin-left:30px;
	padding-bottom:10px;
}
.menu-listado li ul li{ border-bottom:none;}


/* Clasificados */
.tit-clasificado{
	
	font-size:14px;
	font-weight:bold;
	color:#FFF;
	background:#7FCFF2;
	text-transform:uppercase;
	padding:4px;
	margin:0 0 15px 0;
	text-align:center;
}

.box-clasificado{
	
	background: #F9F9F9;
	border:#C3C3C3 solid 1px;
	padding:15px;
	margin-bottom:15px;
}
.datos-clasificado div[class*="col-"]{
	background: #F0F0F0;
	margin-top:1px;
	padding:4px 10px;
}
.detalle-clasificado{
	padding-top:15px;
}

.barra-clasificado{
	
	background: #F9F9F9;
	border:#C3C3C3 solid 1px;
	padding:15px;
	margin-top:15px;
	overflow:hidden;	
}

.box-clasificado div.icon-destacado {
	width: 100px;
	height: 100px;
	position: absolute;
	z-index:4;
	top: -2px;
	left: -2px;
	background: url(../img/destacado.png) no-repeat 0 0;
}
.clasificado-destacado{
	background: #FFFFE1;
	border: #FC6 solid 1px;
}
.clasificado-destacado .datos-clasificado div[class*="col-"]{
	background:#FC6;
	color:#FFF;
}

.box-destacar{
	
	font-size:16px
}
.box-destacar ul, .box-destacar ul li{
	margin:0;
	padding:0;
	list-style-type:none;
}
.box-destacar ul li{
	border:#C3C3C3 solid 1px;
	padding:5px 5px 5px 30px;
	margin-bottom:2px;
	background:url(../img/icono_tilde.gif) no-repeat 5px center;
}


/* listado producto*/

.box-info-producto{
	margin-bottom:30px;
	height:180px;
}
.txt-producto{
		background-color:#FFF;
		background-position:center center;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
		
		overflow:hidden;
		height:100%;
		display:table;
		width:100%;
}
.txt-producto span{
	display:table-cell;
    vertical-align:middle;
	text-align:center;
	background: rgba(0,0,0,.3);
	color:#FFF;
	font-size:24px;
	line-height:23px;
	text-transform:uppercase;
    -webkit-transition: background 300ms;
    -moz-transition: background 300ms;
    -o-transition: background 300ms;
    transition: background 300ms;
	-webkit-text-shadow: 0 0 10px #0F0F0F;
	-moz-text-shadow: 0 0 10px #0F0F0F;
	-o-text-shadow: 0 0 10px #0F0F0F;
	text-shadow: 0 0 10px #0F0F0F;
}

.box-info-producto a:hover .txt-producto span{
	background: none;
    -webkit-transition: background 300ms;
    -moz-transition: background 300ms;
    -o-transition: background 300ms;
    transition: background 300ms;
}

/* formulario */

.form-control {
	/*
    color: #111;
    border: 1px solid #444444;
    border-radius: 0;
	*/
}

label.error{
	font-weight:normal;
	font-size:12px;
	color:#C30;
}
input.error,select.error, textarea.error{
	border-color: #C30;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(204, 51, 0, 0.6);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(204, 51, 0, 0.6);
}

.form-load {
	background:rgba(255,255,255,.75) url(../img/loading.gif) no-repeat center center;
	z-index:999;
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
}	

/* footer */

footer{
	margin-top:20px;
	background:#64C27B;
	color:#fff;
	text-align:center
	
}
footer a{ color:#4f4f4f }
footer a:hover{  }

footer .copy{  }

.pie{
	padding:30px;
	background:#333;
}
.pie a{ color:#fff;}

/* contacto */

label.error {
	font-weight: normal;
	font-size: 11px;
	
	color: #C30;
}

/* box-redes */

.box-redes{
	text-align:center;
	padding:90px 30px;
}
.box-redes img{
	max-width:60px;
	
	/* 2nd set of icons. Rotate them 60deg onmouseover and out */
-moz-transition: all 0.2s ease-in-out;
-webkit-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
-ms-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}

.box-redes img:hover{
-moz-transform: rotate(70deg);
-webkit-transform: rotate(70deg);
-o-transform: rotate(70deg);
-ms-transform: rotate(70deg);
transform: rotate(70deg);
}

/* scrollup */

.scrollup {
	width: 40px;
	height: 40px;
	opacity: 0.3;
	position: fixed;
	bottom: 50px;
	right: 100px;
	display: none;
}

/* canales TV */

.cat-canal{
	background:#64C27B;
	border-bottom:#000 solid 1px;
	color:#FFF;
	font-size:16px;
	font-family:Verdana, Geneva, sans-serif;
	padding:3px 10px;
}

@media (max-width: 768px) {
	
	.box-redes, .copy { text-align: center;}
	.scrollup { display:none!important;}
	header{
		margin-left:-15px;
		margin-right:-15px;

} 	