﻿/* HOJA DE ESTILOS */
* {
	margin:0;
	padding:0;
}

body {
	background-color:#FFF;
	border-top:10px solid #DC2E95;
  font-family:"DroidSansRegular",Arial,Verdana,sans-serif;
  font-size: 100%;
  color: #444;
}

body .wrapper {
	margin:0 auto;
	padding: 0;
	width: 980px;
	display: block;
	position: relative;
	z-index: 1;
}

a , a:hover {
  text-decoration: none !important;
  color: #000;
}

iframe{border:0;}

.oculto{
  display: none !important;
}

.centrado {
  text-align: center;
}

.drcha {
  text-align: right !important;
}

.izda {
  text-align: left !important;
}

.negrita {
  font-weight: bold;
}

.mtm10{
  margin-top: -10px !important;
}

.mtm15{
  margin-top: -15px !important;
}

.tab-content {
  overflow: hidden !important;
}

.noborder
, .noborder td 
, .noborder th {
  border: none !important;
}

.vertical {
    /* Chrome y Safari */
    -webkit-transform: rotate(-90deg);

    /* Firefox */
    -moz-transform: rotate(-90deg);

    /* Opera */
    -o-transform: rotate(-90deg);

    /* IE 9 */
    -ms-transform: rotate(-90deg);

    /* IE 8 */
    filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}

header h1#logotipo {
	display:inline-block;
	margin-top:0px;
	padding: 0 0 0 10px;
	width:175px;
	/*height:175px;*/
}

header h1#logotipo  a {
	background:transparent url("../images/logo.png") no-repeat 0 0;
	box-shadow: 3px 3px 3px rgba(0,0,0,0.3); /*sombra */
	/*background-image: Linear-gradient(to bottom, #537EA9, #2B5681);
	background-repeat: repeat-x;*/
	background-color: #000;
	width:175px;
	height:175px; 
	border: 0 none;
    float: left;
    position: absolute;
    top:0;
    z-index: 5;

}
header h1#logotipo  a span{
	display: none;
}

nav#principal{
	display:inline-block;
	/*width:85%;*/
	/*background: #EEE;*/
	vertical-align: top;
	font-family:"Oswald", sans-serif;
	font-size: 0.8125em;
	letter-spacing:120%	;
	padding:8px;
	
}
nav#principal ul { 
	padding: 0 0 0 15px;
	margin: 0;
	height: 56px;
}

nav#principal ul li {
	display: inline-block;
	text-transform: uppercase;
	padding: 18px 12px;
	vertical-align:middle;

}

nav#principal ul li a {
	padding: 10px 11px;
	color:#000;
	text-decoration: none;
	letter-spacing: 2px;
	/*font-weight:500;*/
}

nav#principal ul li a:hover {
	background-color:#DC2E95;
	border-radius: 8px;
	color:#FFF;
}
aside#buscar{ 
	width: 16.53%;
}
section#oversubheader {
	position: absolute;
	float:left;
	margin-left:146px;
	margin-right:126px;
	width:678px;
	height: 210px;
	left:0;
	right: 0;
	margin-top:5px;
	padding:15px 15px 10px 15px;
/*	text-align: center;*/
  background: #DC2E95 url("../images/bg-banner.png") repeat scroll 0 0;
	background-color:rgba(220,46,149,0.75);	
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	z-index:3;
	behavior: url(ie-css3.htc);
}
section#oversubheader  article{
	display:inline-block;
	width: 186px;
	height:200px;
	padding:10px 15px;
	vertical-align: top;

}

section#oversubheader  article .tit {
	display:block;
	font-family:"Oswald", sans-serif; 
	font-size:0.8125em;
	letter-spacing:2px;
	text-transform: uppercase;
	color:#FFF;
	border-bottom:1px solid #FFF;
	padding-left:8px;
	padding-bottom:5px;
	margin-bottom: 20px;
}

section#oversubheader  article .tit a {	
	color:#FFF;
}

section#subheader {
	border-top:5px solid #EEE;
	border-bottom:5px solid #EEE;
	text-align: center;
	display:block;
	margin:0;
	padding: 0;
	height: 380px;
	background-color: #EEE;
	z-index:0;
	overflow:hidden;
}
section#subheader img {
	/*width: 100%;*/
	/*Swidth: 1206px;*/
	border-radius: 3px;
	box-shadow: 0px 0px 5px rgba(0,0,0,0.3);
	/*width: 1680px;
	height: 380px;*/
	max-width: none !important;
}

#estacion {
	background-color: rgba(255,255,255,0.8);
	background-color: #fff;
	/*border-left:1px solid rgba(255,255,255,0.8);
	border-right:1px solid rgba(255,255,255,0.8);*/
	/*margin:0 auto;*/
	width: 980px;	
	-webkit-box-shadow:0 0px 4px #777, 0 0 3px #CCC inset;
    -moz-box-shadow:0 0px 4px #777, 0 0 3px #CCC inset;
    box-shadow:0 0px 4px #777, 0 0 3px #CCC inset;
	padding:0;
	padding-bottom:30px;
	margin-top:-180px;
	position:relative;
	float:left;
	left:0;
	right:0;
	z-index: 3;
	display: block;
}

#estacion.portada{
  margin-top:-50px;
  padding-bottom: 0;
}


#_estacion:before, #_estacion:after
{
                /* no aplica contenidos */
                content:"";
    position:absolute;
                /* posiciona la sombra por detras de la caja */
    z-index:-1;
                /* aplica una sombra centrada con un gris oscuro y 20px de difuminado */
    -webkit-box-shadow:0 0 20px #777;
    -moz-box-shadow:0 0 20px #777;
    box-shadow:0 0 20px #777;
                /* centra verticalmente y separa la sombra de los bordes izquierdo y derecho */
    top:0;
    bottom:0;
    left:10px;
    right:10px;
                /* redondea las esquinas de la sombra */
    -moz-border-radius:100px / 10px;
    border-radius:100px / 10px;
}
#estacion nav {
	display: block;
}
#estacion .flag {  
	background: #DC2E95 url("../images/bg-banner.png") repeat scroll 0 10%;	
	background-color: rgba(220,46,149,0.9);
	height: 46px;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.35);
	display: block;
}

.flag::before {         	  
	  background:rgba(220,46,149,0.75) url("../images/bg-banner.png") repeat scroll 0 10%;
    border-bottom-left-radius: 10px;
    border-top-left-radius: 10px;
    content: "";
    height: 59px;
    position: absolute;
    right: 100%;
    top: 0;
    width: 6px;
}

.flag::after {        	  
	  background:rgba(220,46,149,0.75) url("../images/bg-banner.png") repeat scroll 0 10%;  
    border-bottom-right-radius: 10px;
    border-top-right-radius: 10px;
    content: "";
    height: 59px;
    position: absolute;
    left: 100%;
    top: 0;
    width: 6px;
}

p.flag span {
	text-align: center;
	display: inline-block;
	width:100%;
	font-family:"Oswald", sans-serif; 
	letter-spacing:2px;
	text-decoration:bold;
	color:#FFF;
	text-transform: uppercase;
	padding-top: 12px;
	text-shadow:0px 2px 5px rgba(0,0,0,0.1);
	text-shadow:4px 4px 5px rgba(0,0,0,0.8);
	/*text-rendering:optimizelegibility;*/
}

p.flag span::before, nav.flag ul::before{
    background: none repeat scroll 0 0 rgba(220,46,149, 0.8);
    border-bottom-left-radius: 10px;
    border-top-left-radius: 10px;
    content: "";
    display: block;
    height: 12px;
    position: absolute;
    right: 100%;
    top: 46px;
    width: 6px;
}
p.flag span::after, nav.flag ul::after {
    background: none repeat scroll 0 0 rgba(220,46,149, 0.8);
    border-bottom-right-radius: 10px;
    border-top-right-radius: 10px;
    content: "";
    display: block;
    height: 12px;
    position: absolute;
    left: 100%;
    top: 46px;
    width: 6px;
}

.flag {
  margin: 0;
}

nav.flag {
  margin-bottom: 18px;
}

ul#mn_estacion {
	display:block;
	padding:14px 0;
	text-align: center;
	margin:0;
	padding-top: 28px;	
}

#estacion.portada ul#mn_estacion {
  padding-top: 0px;
}

#mn_estacion  li {
	display:inline-block;
	position: relative;
	z-index:0;
	background-color:#E873B9;
	padding:1px;
	box-shadow: 0px 0px 5px rgba(0,0,0,0.7);
	margin:6px;
	width: 144px;
}

#mn_estacion  li img {
	opacity:0.77;
	filter:alpha(opacity=77); /* For IE8 and earlier */
}

#mn_estacion  li a:hover img{
  opacity:1;
	filter:alpha(opacity=100); /* For IE8 and earlier */
}

#mn_estacion  li span {
	position: absolute;
	float:left;
	padding-top:5px;
	padding-bottom:5px;
	left:0;
	right:0;
	bottom:0px;
	width:100%;
	background-color:#E873B9; 
	z-index: 2;
	vertical-align: text-bottom;
	color:#FFF;
	font-family:"Oswald", sans-serif; 
	font-size:0.6875em;
	letter-spacing:2px;
	text-transform: uppercase;
	text-align: center;
	border-radius: 4px;
}

#mn_estacion li a:hover span {
  background-color:#DC2E95; 
}

#estacion.portada #mn_estacion  li span  {
  border-radius: 0px;
}

/* CONTENIDO */
section#contenido {

	display: inline-block;
	/*float:left;
	position: relative;*/
	width:694px;
	padding:0;
	padding-left:12px;
	/*background-color: #EEE;*/

}

/*.portada section#contenido{margin-top:43px;}*/

#contenido .tit_seccion 
, #col_dcha .tit_seccion {
	display: block;
	color:#222;
	font-family:"Oswald", sans-serif; 
	font-size:1.125em;
	letter-spacing:2px;
	text-transform: uppercase;
	font-weight:normal;
	margin:0;
}

#contenido .tit_seccion a
, #col_dcha .tit_seccion a {	
	color:#222;	
}

#col_dcha .tit_seccion {
  font-size:1em;
  color: #DC2E95;
}


h3.tit_list 
, .tit_list {
	font-family:"Oswald", sans-serif; 
	font-size:0.8125em;
	letter-spacing:2px;
	text-transform: uppercase;
	font-weight: normal;
	color:#000;
  line-height: 1.5em;
}

h3.tit_list a {
  color:#000;
}

.cont2cols article {
	display: inline-block;
	padding: 0 0 0 20px;
	width: 45%;
	vertical-align: top;
}

.cont3cols article {
	display: inline-block;
	margin: 0;
	padding: 0 0 0 16px;
	width: 218px;
	vertical-align: top;
}

.cont3cols .tab-pane article{
	padding: 0 0 0 14px;
}

.cont4cols article 
,	.cont4cols.tab-pane article {
	display: inline-block;
	padding: 0 0 0 8px;
	width: 164px;
	vertical-align: top;
}

.cont2cols article.primero 
,.cont3cols article.primero
,.cont4cols article.primero {
	padding-left: 0;
}

article.titulo {
	background-color: #ededed;
	width: 100%;
	padding:0;
}

article.titulo h3{
	margin:0;
	padding:5px 10px;
}

.img_ampl{
  padding: 4px;  
  background: #DC2E95 url("../images/bg-banner.png") repeat scroll 0 10%;
	background-color:rgba(220,46,149,0.75);	
}

.img_centra{
  padding-left: 0;
  padding-right: 0;
}

.cont2cols article img.img_list {
  padding: 4px;
  background: #DC2E95 url("../images/bg-banner.png") repeat scroll 0 10%;
	background-color:rgba(220,46,149,0.75);	  
  width: 218px;
	height: 76px;	
}

.cont3cols article img.img_list {
	width: 218px;
	height: 140px;
}

.cont3cols article.img_list img {
	width: 202px;
	height: 140px;
	padding: 4px;
	background: #DC2E95 url("../images/bg-banner.png") repeat scroll 0 10%;
	background-color:rgba(5220,46,149,0.75);	  
}

.cont4cols article img.img_list {
  padding: 4px;
  background: #DC2E95 url("../images/bg-banner.png") repeat scroll 0 10%;
	background-color:rgba(220,46,149,0.75);	  
  width: 140px;
	height: 105px;
}

.cont4cols article img.mapa_list {
  padding: 3px;
  border: 1px solid #DDD;
  width: 156px;
  height: 130px;
  border-radius: 3px;
}

.cont4cols article p.small{
  font-size: 0.625em;  
}

#col_dcha article img.img_list {
  padding: 4px;
  background:#000 url("../images/bg-banner.png") repeat scroll 0 10%;	  
  background-color:rgb(220,46,149);	  
  background-color:rgba(220,46,149,0.75);	  
}

.cont2cols article div.txt_list
, .cont3cols article div.txt_list
, #col_dcha article div.txt_list {
	margin-top: 0;
	font-size: 0.8125em;
	text-align: justify;
	line-height: 1.2em;
}

.cont2cols article div.txt_list span
, .cont3cols article div.txt_list span
, #col_dcha article div.txt_list span {
	margin: 0;	
}

h3.tit_cont {
	font-family:"Oswald", sans-serif; 
	font-size:1em;
	letter-spacing:2px;
	text-transform: uppercase;
	font-weight: normal;
	color:#000;
  line-height: 1.5em;
}


/* COL_DERECHA */
section#col_dcha {
	width: 252px;
	display: inline-block;
	/*background-color: #EFEFE7;*/
	float:right;
	margin:0 12px 0 0;
	/*text-align: center;*/
	/*border-radius: 4px;*/
	padding-bottom: 15px;

}

#col_dcha aside { 
	display: block;
	text-align: left;
	padding-top:6px;
}

#col_dcha aside.social {
	/*background-image:linear-gradient(to bottom,#43A7F4,#2F92E0);
	background-color:#3B9FEC;*/
	/*background: url("../images/bg-banner.png") repeat scroll 0 10% rgba(51, 102, 153, 0.75);*/
	/*background-repeat: repeat-x;*/
	/*border-top-right-radius: 4px;
	border-top-left-radius: 4px;*/
	display: block;
	max-height: 48px;
	padding: 0;
}
.social span {
	color:#222;
	font-family:"Oswald", sans-serif; 
	font-size:0.875em;
	letter-spacing:2px;
	text-transform: uppercase;
	/*text-shadow:4px 4px 5px rgba(0,0,0,0.8);*/
	vertical-align: top;
	display: inline-block;	
	padding-top:4px;
}
.social a {
	width: 26px;
	height: 26px;
	display: inline-block;
	overflow: hidden;
	margin-left:2px;
	text-indent: 100px;
}

.social .twit {
	background: transparent url("../images/ic_social.png") no-repeat 0 0; 
}
.social .pint {
	background: url("../images/ic_social.png") no-repeat -27px 0; 
}
.social .face {
	background: url("../images/ic_social.png") no-repeat -54px 0; 
}
.social .yout {
	background: url("../images/ic_social.png") no-repeat -81px 0; 
}
.social .goopl{
	background: url("../images/ic_social.png") no-repeat -108px 0; 
}
.social .inst{
	background: url("../images/ic_social.png") no-repeat -135px 0; 
}

/* GALERIA */
.galeria {
	background-color: #EEE;
	border-top:2px solid #E8E8E8;
	border-bottom:2px solid #E8E8E8;
	margin-top:-2px;
	padding-top:30px;
	padding-bottom:34px;
	float:left;
	position: relative;
	width: 100%;
	z-index:6;
	/*display:block;*/
}
#cab_slider { 
	text-align: center;
	margin-bottom: 1px;
}

#cab_slider li {
	display: inline-block;
	list-style: none; 
	width: 326px;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 0.9375em;
}

#cab_slider li a {
	color:#000;
	text-decoration: none;
	display: block;
}
#cab_slider li.activo  {
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	background: #DC2E95 url("../images/bg-banner.png") repeat scroll 0 0;
	background-color:rgba(220,46,149,0.75);	
	color:#FFF;
}
#cab_slider li.activo a {
	color:#FFF;
}
.fnd_azul {
	 border-top:2px solid #2C5885;
	 border-bottom:2px solid #2C5885;
	 background:#436A92;
	float:left;
	position: relative;
	width: 100%;
	padding-top:21px;
	padding-bottom:21px;
}


.fnd_azul .previus_buttom {
	vertical-align: top;
	width:34px;
	height:60px;
	float:left;
	position: relative;
	/*display: inline-block;*/
	background: #DC2E95 url("../images/bg-banner.png") repeat scroll 0 10%;
	background-color:rgba(220,46,149,0.75);		
	box-shadow: 0px 0px 5px rgba(0,0,0,0.3);
	top:22px;
}
.fnd_azul .previus_buttom::before {
    /*background: none repeat scroll 0 0 rgba(33, 66, 99, 0.8);*/
    background: transparent url("../images/prev.png") no-repeat scroll 50% 50%;
    content: "";
    display: block;
    height: 60px;
    left: 0;
    top: 0px;
    width: 34px;
 }
.fnd_azul .next_buttom {
	vertical-align: top;
	width:34px;
	height:60px;
	float:left;
	position: relative;
	/*display: inline-block;*/
	background: #DC2E95 url("../images/bg-banner.png") repeat scroll 0 10%;
	background-color:rgba(220,46,149,0.75);		
	box-shadow: 0px 0px 5px rgba(0,0,0,0.3);
	top:22px;
}
.fnd_azul .next_buttom::before {
    /*background: none repeat scroll 0 0 rgba(33, 66, 99, 0.8);*/
    background: transparent url("../images/next.png") no-repeat scroll 50% 50%;
    content: "";
    display: block;
    height: 60px;
    left: 0;
    top: 0px;
    width: 34px;
 }
.fnd_azul .container {
	width: 912px;
	float:left;
	position: relative;
	/*display: inline-block;*/
	margin:0;
	padding:0 0 0 20px;
}

.fnd_azul ul {
	display: block;
	float:left;
	position: relative;
}
.fnd_azul ul li {

	float:left;
	position: relative;
	margin-left:28px;
	list-style: none;
	
}
.fnd_azul ul li:first {
	margin-left:0;
}

/* FOOTER */
footer {
	/*display: block;*/
	float: left;
	position: relative;
	margin-top:27px;
	width: 100%;
}
/*
footer #logopie {
	display:block;
	margin-top:0px;
	padding: 0px;
	width:175px;
	margin: 0 auto;
	position:relative;
	
}*/

footer #logopie   {
	background:transparent url("../images/logo.png") no-repeat 0 0;
	box-shadow: 3px 3px 3px rgba(0,0,0,0.3); /*sombra */
	/*background-image: Linear-gradient(to bottom, #537EA9, #2B5681);
	background-repeat: repeat-x;*/
	background-color: #DC2E95;
	width:175px;
	height:175px; 
	border: 0 none;
    float: left;
    position: absolute;
    top:0;
    left:401px;
    /*right: 432px;*/
    z-index: 5;

}
footer #logopie span{
	display: none;
}

footer .foot1 {
	display: block;
	background-color:#E873B9;
	border-top:3px solid #DC2E95;
	border-bottom:3px solid #DC2E95;
	margin-top:27px;
	height: 140px;
}
.foot1 .left{
	display: block;
	float:left;
	width: 340px;
	position: relative;
	padding: 30px 0 0 30px;
}	

.foot1 .left label{
  font-family: "Oswald",sans-serif;
  font-size: 1em;
  letter-spacing: 2px;
  color: #FFF;
  text-transform: uppercase;  
}

.foot1 .right{
	display: block;
	float:right;
	width: 340px;
	position: relative;	
	padding: 56px 20px 0 0;
}	

.foot1 .right .social span{
  color: #FFF;
  font-family: "Oswald",sans-serif;
  font-size: 1em;
}  

.foot1 .right .social a{
  margin-left: 10px;
}  

footer .foot2 {
	display: block;
	background-color:#323232;
	text-align: center;
	color:#FFF;
	font-family:"Oswald", sans-serif; 
	font-size:1em;
	letter-spacing:2px;
	padding:20px 0;
}
.foot2 ul {
	display: block;
}
.foot2 ul li {
	display: inline-block;
	padding: 9px 20px;
}

.foot2 a {
	color:#FFF;
	text-decoration: none;
}
footer .foot3 {
	display: block;
	background-color:#E873B9;
	text-align: center;
	color:#FFF;
	font-family:"Oswald", sans-serif; 
	font-size:0.75em;
	letter-spacing:2px;
	padding:12px 0;
}
footer .foot3 a {
	color:#FFF;
	text-decoration: none;
}

/*****************************************/
.heditor_first{margin-top:0;padding-top:0;}
.heditor_first_left{margin-top:0;padding-top:0;text-align:left;}
.heditor_first_right{margin-top:0;padding-top:0;text-align:right;}
.heditor_first_center{margin-top:0;padding-top:0;text-align:center;}
.heditor_first_justify{margin-top:0;padding-top:0;text-align:justify;}
.heditor_left{text-align:left;}
.heditor_right{text-align:right;}
.heditor_center{text-align:center;}
.heditor_justify{text-align:justify;}
.heditor_underline{text-decoration:underline;}
/*
.div3cols { 
  width: 32%;
  float: left;
  padding-left: 2%;
}

.div3cols:first-child {
  padding-left: 0;
}

.div3cols .img-polaroid {
  width: 98%;
}

.div3cols h3 {
  font-size: 0.9375em;
  line-height:100%;
}

.div2cols { 
  width: 48%;
  float: left;
  padding-left: 2%;
}

.div2cols:first-child {
  padding-left: 0;
}

.div2cols .img-polaroid {
  width: 98%;
}

.div2cols h3 {
  font-size: 0.9375em;
  line-height:100%;
}*/

.secc_col1{
  width: 70%;
  float: left;
}

.secc_col2{
  width: 200px;
  float: right;
}

ul.subsecciones {
  position:relative;
  float:left;
  width:100%;
  margin:0;
  padding:0;
 /* font-size:1em;*/
  font-size: 0.8125em;
  font-weight: bold;
  background:#FFF;
  color: #333;;
  overflow:hidden;
}

ul.subsecciones li {
  list-style-type:none;
  position:relative;
  float:left;
  width:100%;
  margin:.25em 0 0 0;
  padding:.25em .5em;  
  color:#FFF;  
  background: #DC2E95 url("../images/bg-banner.png") repeat scroll 0 10%;
	background-color:rgba(220,46,149,0.75);	
}
ul.subsecciones li.primero {
  margin-top:0;
}
ul.subsecciones li a {
  display:block;
  position:relative;
  float:left;
  width:100%;
  margin:0;
  padding:0;
  color:#FFF;
}
ul.subsecciones li a:hover {
  text-decoration:underline;
}
ul.subsecciones li a.activo {
  font-weight:bold;
}

hr.sep5
, hr.sep10 {
  clear: both;
  margin: 0;
  padding: 0;  
  border: none;
  border-bottom: 1px solid #CCC;
  width: 100%;
  display: block;    
}

hr.sep5 {
  margin-bottom: 5px;
  padding-top: 5px;
}

hr.sep10 {
  margin-bottom: 10px;
  padding-top: 10px;
}

hr.sep5sb
, hr.sep10sb
, hr.sep15sb {
  clear: both;
  margin: 0;
  padding: 0;
  border: none;
  border-bottom: 1px solid #FFF !important;    
  width: 100%;
  display: block;    
}

hr.sep5sb{  
  padding-top: 5px;
}

hr.sep10sb{  
  padding-top: 10px;
}

hr.sep15sb{  
  padding-top: 15px;
}

.fecha_list {
  clear:both;
  position:relative;
  float:left;
  width:100%;
  margin:0 0 .25em 0;
  padding:0;
  font-size:.75em;
  font-weight:normal;
  color: #dc2e95;
}

div.centrado{
  margin: 0;
  padding: 0;
  width: 100%;
  text-align: center;
  overflow: hidden;
}

div.banflash{
  clear:both; 
  position: relative; 
  float: left; 
  margin: 0; 
  padding:0;
  overflow: hidden;
}
div.txt_secc
, div.txt_cont
, div.ampl_cont {
  clear: both; 
  position: relative; 
  float: left; 
  margin: 0; 
  padding:0;
  width: 100%;
  font-size: 0.875em;
}

div.txt_secc{
  margin-bottom: 10px;
}

div.txt_cont p strong,
div.ampl_cont p strong{
 color: #E873B9;
}
div.ampl_cont a{
color: #E873B9;
}

div.ampl_cont a.button {
    background: #E873B9;
    color: white;
    padding: 12px 20px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 16px;
}

div.ampl_cont p{
  margin: 0;
  padding: 0;
}

div.ampl_cont.small{
  font-size: 0.75em;
}
div.ampl_cont.smallp{
  font-size: 0.625em;
}
div.ampl_cont.smalln{
  font-size: 0.75em;
  color: #333;
}

div.ampl_cont.mosaico{
  clear: none;
  width: 30%;
  float: left;
  padding: 0 10px;
  margin: 10px 0;
}

div.ampl_cont.mosaico img.img_centra{
  padding-right: 4px;
  padding-left: 4px;
}

span.cold{
  margin-top: 3px;
  width: 25px;
  height: 16px;
  display: block;
  float: left;  
  position: relative;
}

span.coli{
  padding-left: 10px;
  display: block;
  float: left;  
  position: relative;
  width: 145px;
}

.cajacal {
  margin: 0;
  padding: 5px !important; 
  border: 1px solid #CCC;
  width: 92% !important;
}


.table {
  font-size: 0.875em;
}

#contenido .table {
  width: 99.5% !important;
}

#contenido .secc_col1 .table
,#contenido .secc_col2 .table {
  width: 98% !important;
}


.table th
, .table td {
  padding: 3px 6px;
}

.table th {
  background: #DC2E95 url("../images/bg-banner.png") repeat scroll 0 10%;
	background-color:rgba(220,46,149,0.75);	  
  color: #fff;
}

.table th .small
,.table td .small {
  font-size: 0.75em;
}

.table th a
, .table th a:hover { 	
  color: #fff;
}

.table-prev th {
  background: none;
  color: #000;
}


.table-parteport {
  margin: 0;
  padding: 0;
  margin-top: -5px;
  font-size: 0.75em;
}

.table-parteport 
, .table-parteport th
, .table-parteport td {
  border: none;
  color: #FFF;
  padding: 2px 6px;
}

.table-parteport span{
  font-weight: bold;
}

.table-parteport span.pverde
, .table-parteport span.pazul
, .table-parteport span.proja
, .table-parteport span.pnegra {  
  padding: 0px 6px; 
  font-weight: normal;
  border-radius: 3px ;
}

.table-parteport span.pdn_cerrada { background-color:#DE2921; color: #FFF; border-radius: 9px ; padding:1px 5px; text-transform:uppercase; }
.table-parteport span.pdn_abierta { background-color:#84C529; color: #FFF; border-radius: 9px ; padding:1px 5px; text-transform:uppercase; }

.table-prevport {
  margin: 0;
  padding: 0;
  margin-top: -5px;
}

.table-prevport 
, .table-prevport th
, .table-prevport td {
  border: none;
}

.table-prevport th{
  background: none;
  padding-bottom: 10px;
  font-family: "Oswald",sans-serif;
  font-size:0.75em;
	letter-spacing:2px;
	text-transform: uppercase;
	font-weight: normal;
}

.table-prevport th.vertical{
  margin: 0;
  padding: 0;
  margin-left: -20px;
  width: 1px;
}

.table-prevport td.small{
  font-size: 0.75em;
  color: #FFF;
  text-align: center;
  padding-top: 3px;
}

.table-txcentrado th
, .table-txcentrado td {
  text-align: center;
}

.table-calendario{
  width: 98%;
}

.table-calendario th{
  color: #000;
  background: none;
}

.table-calendario th
, .table-calendario td {
  padding: 2px 0;
  text-align: center;
}

.tempbajacerr {
  background: #DFDFDF url("../images/img_cal_3.gif") repeat left top;  
  color:#666;
}
.tempalta {
  background: #000 url("../images/img_cal_2.gif") repeat left top;
  color:#FFF;
}
.tempbaja {
  background: #D5DFEA url("../images/img_cal_1.gif") repeat left top; 
}
.notemp {
  background: #FFF url("../images/img_cal_0.gif") repeat left top;  
  color:#999;
  font-style:italic;
}

.table-remontesypistas {
  font-size: 0.75em;
}

.table-remontesypistas td{
  color: #666;
}

.table-remontesypistas tr.abierto {
  background-color: #F0FFDD; /*#EAFFD5;*/
  #F5FFE8
  color: #333;
}

.table-remontesypistas tr.abierto td{
  color: #333;
}

.table-remontesypistas td.colnivv{
  color: green !important;
}

.table-remontesypistas td.colniva{
  color: blue !important;
}

.table-remontesypistas td.colnivr{
  color: red !important;
}

.table-remontesypistas td.colnivn{
  color: black !important;
}

.table-small {
  font-size: 0.6875em;
}

.ictiempo {
  background: transparent url("../images/iconos_tiempo.png") no-repeat 0 -550px;  
  display: block;
  margin: 0 auto;
  width: 50px;
  height: 42px; 
}

.ictiempo.buentiempo {
  background-position: 0 0;
}

.ictiempo.despejado {
  background-position: 0 -50px;
}

.ictiempo.parcialmentenublado , .ictiempo.nubesyclaros {
  background-position: 0 -100px;
}

.ictiempo.lluvialigera {
  background-position: 0 -100px;
}

.ictiempo.nublado , .ictiempo.cielocubierto {
  background-position: 0 -200px;
}

.ictiempo.fog , .ictiempo.niebla {
    background-position: 0 -250px;
}

.ictiempo.lluvia {
  background-position: 0 -300px;
}

.ictiempo.aguanieveligera {
  background-position: 0 -350px;
}

.ictiempo.aguanieve {
  background-position: 0 -400px;
}

.ictiempo.nieveligera {
  background-position: 0 -450px;
}

.ictiempo.nieve , .ictiempo.nevando {
  background-position: 0 -500px;
}

.centrado {
  text-align: center !important;
}

.prev-hor{
  display: block;	
}	

.prev-ver{
  display: none;	
}	

.wchist{
  position: relative;
  float: left;
  font-size: 0.6875em;
  padding-left: 10px;
  width: 165px;
  overflow: hidden;
}

.wchist.primero{
  padding-left: 0;
}
.wchist img {
  background: #DC2E95 url("../images/bg-banner.png") repeat scroll 0 10%;
	background-color:rgba(220,46,149,0.75);	  		
  padding: 5px; 
  height: 115px;
  width: 155px;
  display: block;
}

#webcam_img img {
  background: #DC2E95 url("../images/bg-banner.png") repeat scroll 0 10%;
	background-color:rgba(220,46,149,0.75);	
  padding: 5px; 
  height: 345px;
  width: 460px;
  display: block;
}

#div_twitter{
position:relative; float: left; width:100%; margin: 15px 0 0 0; padding:0; overflow: hidden;
}


.cols3aside aside {
  float: left;
  margin: 30px 0 0 0;
  padding: 0 0 0 10px; 
  width: 300px; 
  height: 250px;
  overflow: hidden;
}

.cols3aside aside.primero {
  padding: 0 0 0 30px;
}

.websami div{
  clear: both;
  float: left;
  width: 100%;
  margin: 15px 0 0 0;   
	text-align: center;
}

.websami div.tit_websami{  
  margin: 30px 0 0 0;   
  font-family:"Oswald", sans-serif; 
	font-size:1.25em;
	letter-spacing:2px;
	color: #333;
  background: transparent url("../images/fnd_websami.gif") no-repeat center center;
}

.websami article {
	display: inline-block;
	padding: 9px 20px;
}

aside.ban1port {padding-left: 40px;}
aside.ban1port_goo {float:right;padding-right: 48px;}

/*********** COOKIES ********************/

#cookie-allow {
  /* top: 0; */   
   bottom: 0;    
}
#cookie-allow {
    background-color: #000000;
    color: #FFFFFF;
    font-size: 10px;
    left: 0;
    line-height: 20px;
    min-height: 30px;
    opacity: 0.8;
    padding: 0;
    position: fixed;
    text-align: center;
    transition: height 1s ease 0s;
    width: 100%;
    z-index: 1000;
}

#cookie-allow a.cerraraviso{
	 background-color: #000; 
	 color:#FFF;
	 padding:3px 5px;
	 border-radius: 3px;
	 cursor: pointer;
}

.partetb2 {
	display: none;
}

/********** ANTIGUOS ESTILOS *************/
#barra_compartir{clear:both;position:relative;float:left;border:1px solid #CCC;padding:2px;margin:5px 0 0 0;width:685px;}
#facebook_like{position:relative;float:left;margin:0;padding:0;height:23px;}
.fbbc{height:20px!important;}
#herr_compartir{position:relative;float:right;margin:0;padding:4px 0 0 0;color:#000;z-index:50;}
#herr_compartir li{list-style-type:none;float:left;position:relative;margin:0;padding:0 2px;font-size:.6875em;text-transform:uppercase;z-index:50;}
#herr_compartir li.primero{border-left:none;padding:0 2px 0 0;}
#herr_compartir li a{padding:0;color:#000;}
#herr_compartir li a#henvami{padding-right:2em;background:transparent url("imgs/ic_envami.gif") no-repeat 0 3px;}
#herr_compartir li a:hover{color:#000;}
#herr_compartir li span{display:block;float:left;padding:0 0 0 .7em;}
#herr_compartir li #opciones_compartir{float:left;text-align:left;margin:0;padding:0 0 0 3px;border-left:1px dotted #777;}
#herr_compartir li #opciones_compartir li{display:inline;border:none;padding:0 2px;}
#herr_compartir li #opciones_compartir li a:hover{background-color:transparent;}
span.pdn_cerrada{color:#DE2921;text-transform:uppercase;}
span.pdn_abierta{color:#84C529;text-transform:uppercase;}
span.pverde
, span.pazul
, span.proja
, span.pnegra {
  display: block;
  padding: 2px 6px;
  text-align: center;
  color: #FFF;  
  background-color:#CCC;
}
span.pverde {background-color:#84C529;}
span.pazul {background-color:#0094DE;}
span.proja {background-color:#DE2921;}
span.pnegra {background-color:#211919;}


.paginacion{clear:both;position:relative;float:left;width:95%;margin:1em 0;padding:.25em;font-size:.7em;color:#333;border:1px solid #CCC;}
.paginacion .col1{position:relative;float:left;width:33%;margin:0;padding:0;}
.paginacion .col1 a{padding:0 0 0 16px;background:transparent url("../images/ic_pag_ant.gif") no-repeat left 1px;}
.paginacion .col2{position:relative;float:left;width:33%;margin:0;padding:0;text-align:center;}
.paginacion .col3{position:relative;float:right;width:33%;margin:0;padding:0;text-align:right;}
.paginacion .col3 a{padding:0 16px 0 0;background:transparent url("../images/ic_pag_sgte.gif") no-repeat right 1px;}
.paginacion a{color:#333;}
.paginacion a:hover{color:#000;}

#webcam_img .imgwebcam1{display:none;}
#webcam_img .col2{color:#333;}
#webcam_img .paginacion{margin:5px 0 3px 0;}
#webcam_datos{clear:both;position:relative;float:left;width:100%;padding:0;margin:0;color:#999;text-align:center;font-size:10px;}

.contr_cont {clear:both;position:relative;float:left;margin:0; padding:0;z-index:1;}
.contr_cont span{position:absolute;top:140px;}
.contr_cont .masinfodest {right:0;width:16px;height:16px;background:#FFF url("../images/ic_masinfodest.gif") no-repeat left top;cursor:pointer;z-index:3;}
.contr_cont .centralreservas {right:19px;width:19px;height:16px;background:#FFF url("../images/ic_centralreservas.gif") no-repeat left top;cursor:pointer;z-index:3;}

#subheader .flexslider {z-index:0;}
#subheader .flexslider ul {z-index:0;}
#subheader .flexslider ul img {z-index:0;}