/*Theme Name: Tema modificable
Author: Jose Luis Bermejo
Description: estilo del tema
*/
 
/* RESET */
/*html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
    vertical-align: baseline;
}*/
 
:focus {
    outline: 0;
}
ol, ul {
    list-style: none;
}
 
table {
    border-collapse: separate;
    border-spacing: 0;
}
/*caption, th, td {
    text-align: left;
    font-weight: normal;	
}*/
blockquote:before, blockquote:after,
q:before, q:after {
    content: "";
}
blockquote, q {
    quotes: "" "";
}
/* =Headings
-------------------------------------------------------------- */
h1, h2, h3, h4, h5, h6, h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	font-weight: 700;
	line-height: 1.2em;
	word-wrap: break-word;
}

h1 {
	font-size: 2.625em; /* = 42px */
	margin-bottom: .5em;
	margin-top: .5em;
}

h2 {
	font-size: 2.250em; /* = 36px */
	margin-bottom: .75em;
	margin-top: .75em;
}

h3 {
	font-size: 1.875em; /* = 30px */
	margin-bottom: .857em;
	margin-top: .857em;
}

h4 {
	font-size: 1.500em; /* = 24px */
	margin-bottom: 1em;
	margin-top: 1em;
}

h5 {
	font-size: 1.125em; /* = 18px */
	margin-bottom: 1.125em;
	margin-top: 1.125em;
}

h6 {
	font-size: 1.000em; /* = 16px */
	margin-bottom: 1.285em;
	margin-top: 1.285em;
}
/****************/
body {
font-family: Verdana, Geneva, sans-serif;
font-size:10px;
margin:0px;
}
 
#content-wrapper {
margin: auto;
overflow:hidden;
display:block;
}

#header {
margin-top: 25px !important; /*25px comentado cuando banner superior activado, cambiarlo a 5px*/
margin:0px auto 0px;
 }
 
.marginHeader{margin-top:25px !important;} 

#logo img {
	float: left;
	margin-top: 25px;
}
 
.btnInicio {
	background-image: url(../imagenes/sep_ver_01.png);
	background-repeat: repeat-y;
	background-position: right top;
	margin-top: 11px;
	margin-left: 15px;
	padding-right: 15px;
	margin-right: 7px;
}

#nivoslider {
float:left;
margin: 10px 20px;
width: 920px;
height: 310px;
}
 
#featured {
float:left;
width: 918px;
height: 100px;
margin: 0 20px;
border: 1px solid #7b7b7b;
border-right:none;
background-image: url(images/destacado_bg.png);
background-repeat: repeat-x;
background-color: #dedddd;
}
 
.item {
width: 295px;
padding: 5px;
height: 90px;
overflow:hidden;
border-right: 1px solid #7b7b7b;
float:left;
}
 
.item h3 {
font-family: arial, sans serif;
font-weight:bold;
font-size: 16px;
line-height:30px;
color: #7b7b7b;
text-align:center;
}
 
.item p {
font-family: arial, sans serif;
font-weight:bold;
font-size: 12px;
line-height:20px;
color: #7b7b7b;
text-align:center;
}

.news {
width: 293px;
padding: 20px 0 10px 20px;
float:left;
}
 
.news  h2 {
font-family: arial, sans serif;
font-size: 22px;
margin-top:10px;
color: #7b7b7b;
}
 
.news p {
font-family: arial, sans serif;
font-size: 12px;
line-height:18px;
color: #7b7b7b;
}

#sidebar {
width: 293px;
padding: 20px 20px 10px 0px;
float:right;
}
 
#sidebar h3 {
font-family: arial, sans serif;
font-size: 18px;
margin-bottom:10px;
color: #7b7b7b;
}


#footer {
float: left;
width: 980px;
padding-bottom: 15px;
-webkit-box-shadow: 0px -5px 15px 0px rgba(0, 0, 0, 0.25);
box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.25);
background: #595959;
background: -moz-linear-gradient(top, #595959 0%, #333333 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#595959), color-stop(100%,#333333));
background: -webkit-linear-gradient(top, #595959 0%,#333333 100%);
background: -o-linear-gradient(top, #595959 0%,#333333 100%);
background: -ms-linear-gradient(top, #595959 0%,#333333 100%);
background: linear-gradient(to bottom, #595959 0%,#333333 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#595959', endColorstr='#333333',GradientType=0 );
}
 

#wrapper {float: left;
margin: 20px;}
 
 
.listado {border-bottom: 1px solid #7b7b7b;}

.news h2 a  {color: #7b7b7b;text-decoration:none;}
 
#footer .widget {
 width:228px;
 float:left;
 background:none;
 border:none;
 padding:0;
 font-size: 14px;
 color: #FFF;
 margin-bottom: 0px;
  }
  
#footer .widget ul {
     margin-left:0px;
     padding-left: 0px;
}

#footer .widget ul li {
    list-style-type: none;
    padding: 0;
}
 
#footer .widget h3{
    width: 228px;
    float: left;
    font-size: 12px;
    font-weight: bold;
    color: #FFF;
    text-decoration: none;
    line-height: 22px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 5px;
    margin-left: 0px;
}

#footer .widget p, #footer .widget a, #footer .widget li{
 color: #C5C5C5;
 text-decoration:none;
 font-size: 11px;
 line-height: 14px;
 }
#footer .widget a:hover {
text-decoration:underline;
}

ul.social {
 list-style-type:none;
 float:right;
 padding:0px;
 margin:0px;
 }
#header ul.social {
	margin-top:3px;
 margin-right: -5px;
 padding-left: 10px;
 }
 
 #footer ul.social {
	margin-top:10px;
	margin-right:15px;
 }
 
 #footer  #copyright {
font-family: arial;
font-size: 10px;
font-weight: normal;
color: #FFF;
float: left;
width: 400px;
margin-left: 15px;
}

 #menuFooter {
	 margin:0;
 }
 #menuFooter li{
	 float:left;
 }
 #menuFooter a:hover {/*Hover del menu footer*/
 }
 #menuFooter ul {
 background:none;
 list-style-type:none;
 }
 #menuFooter li ul {
 display:none;
 }
 #menuFooter ul a {
 float:left;
 }
 
 /* alignments */
.center {text-align: center;}
img.center, img[align="center"] {display: block;margin-left: auto;margin-right: auto;}
.alignleft {float: left;}
img.alignleft, img[align="left"] {float:left;margin: 2px 10px 5px 0px;}
.alignright {float: right;}
img.alignright, img[align="right"] {float:right;margin: 2px 0px 5px 10px;}
.clear {clear:both;}
hr.clear {clear:both;visibility: hidden;margin: 0px;padding: 0px;height:0px;}

.metabox {
 padding: 10px;
 background: #2d435a;
 color:white;
 -webkit-border-radius: 10px;
 border-radius: 10px;
 margin: 10px 0;
 display:block;
 float:left;
 }

.meta {
 background-repeat: no-repeat;
 padding-left:20px;
 margin-bottom: 4px;
 float:left;
 height:16px;
 background-position: center left;
 }
 
 .time {
 background-image: url(images/calendar.png);
 }
 .author{
 background-image: url(images/agent.png);
 }
 .comments {
 background-image: url(images/chat-.png);
 }
 .category {
 background-image: url(images/connections.png);
 }
 .tags{
 background-image: url(images/tag.png);
 }
 
 #wrapper-dos {
 width:450px;
 float:left;
 margin-top:20px;
 margin-left:20px;
 margin-bottom:20px;
 }
  #wrapper-uno {
 width:685px;
 float:left;
 margin-top:20px;
 margin-left:20px;
 margin-bottom:20px;
 }
#sidebar-izquierdo{
 width: 215px;
margin-top: 20px;
margin-left: 20px;
float: left;
 }
 #sidebar-derecho{
 width: 215px;
 margin-top:20px;
 margin-right:20px;
 float:right;
 }

.widget li {
 list-style-type:none;
 padding: 0 0 0 10px;
 }
 
 #sidebarHorizontal{
float:left;
width: 100%;
}

 #sidebar-footer{
float:left;
width: 100%;
}

#sidebarHorizontal .widget {
width:281px;
float:left;
margin-left:20px;
}

.widget {
	float: left;
	font-size: 8px;
	color: #999;
	margin-bottom: 30px;
 }
 
 ul.subpages {
 margin:0;
 margin-left:10px;
 }
.subpages li {
 list-style-type: circle;
 margin: 4px 0 4px 10px;
 text-indent:-5px;
 border-top: 1px solid #f9f9f9;
 padding: 2px 0 0 5px;;
 }
ul.subpages li ul {
 margin:0;
 }
.subpages li a {
 text-decoration:none;
 }
 
 ul.sidebarNews {
 list-style-type:none;
 margin-bottom:20px;
 }
ul.sidebarNews li {
 padding: 5px 10px;
 border-bottom: 1px solid #7b7b7b;
 color: #7b7b7b;
 }
ul.sidebarNews li a{
 text-decoration:none;
 color: #7b7b7b;
 }

 
 #search {
 float: right;
margin-top: 42px;
background-color: #FFF;
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;
width: 240px;
height: 25px;
 }
 #search form input#s {
 font-size: 12px;
color: #666666;
height: 20px;
width: 200px;
margin-top: 3px;
margin-left: 5px;
float: left;
padding: 0 0 0 5px;
border: none;
border-right: 1px solid #ccc;
 }
 #search form input[type=button] {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCC;
	height: 14px;
	margin-left: 7px;
	width: 14px;
	border:none;
	margin-top:6px;
	background-image: url(images/lupa.png);
	background-repeat: no-repeat;
	padding: 0;
	background-color: #fff;
	border: 0;
	box-shadow: none;
 }
 .wp-pagenavi{
	 margin-top:10px;
 }
 .wp-pagenavi span.pages,
 .wp-pagenavi a.page,
 .wp-pagenavi .page-numbers,
 .wp-pagenavi span.extend,
 .wp-pagenavi a.first,
 .wp-pagenavi a.nextpostslink,
 .wp-pagenavi a.previouspostslink,
 .wp-pagenavi a.last {
 padding:5px;
 margin-right:5px;
 background: #7ec5ff;
 color:white;
 border:1px solid #5995c6;
 text-decoration:none;
 border-radius: 3px;
 -moz-border-radius: 3px;
 -webkit-border-radius: 3px;
 display:block;
 float:left;
 }
 .wp-pagenavi span.current,
 .wp-pagenavi a:hover {
 padding:5px;
 margin-right:5px;
 background:#fff;
 color:#7ec5ff;
 border:1px solid #5995c6;
 text-decoration:none;
 border-radius: 3px;
 -moz-border-radius: 3px;
 -webkit-border-radius: 3px;
 display:block;
 float:left;
 }
 .wp-pagenavi a.next,
 .wp-pagenavi a.prev {
 padding:1px;
 margin-right:5px;
 background: #7ec5ff;
 color:white;
 border:1px solid #5995c6;
 text-decoration:none;
 border-radius: 3px;
 -moz-border-radius: 3px;
 -webkit-border-radius: 3px;
 display:block;
 float:left;
 }
 .wp-pagenavi img {
 height:20px;
 width:25px;
 margin-top:0px;
 }
 
.breadcrumb {
width: 100%;
float:left;
display:block;
margin-bottom:10px;
}
.breadcrumb p a {
text-decoration:none;
}
.breadcrumb p {
font-size:12px;
}

#searchInner {
width: 185px;
border:1px solid #7ec5ff;
float:left;
-webkit-border-radius: 3px;
border-radius: 3px;
}
#searchInner form input#q {
width:180px;
height:20px;
font-size:11px;
font-style:italic;
padding: 0 0 0 5px;
background-image:url(images/lupa.png);
background-position:right center;
background-repeat:no-repeat;
border:none;
}
#searchInner form input[type=button] {
display:none;
}

#menu-header {
	background-color: #1F1F1F;
	height: 25px;
	left: 0px;
	top: 0px;
	right: 0px;
	margin: 0px;
	position: fixed;
	z-index: 100;
}

#menu-header #btnsIzq-menu-header {
	float: left;
}
#menu-header #btnsDer-menu-header {
	float: right;
	width: auto;
}
#menu-header #btnsIzq-menu-header ul {
	list-style-type: none;
	float: left;
	padding: 0px;
	margin-top: 7px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#menu-header #btnsDer-menu-header ul {
	list-style-type: none;
	float: right;
	padding: 0px;
	margin-top: 7px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#menu-header #btnsIzq-menu-header ul li a {
	color: #FFF;
	text-decoration: none;
}
#menu-header #btnsDer-menu-header ul li a {
	color: #FFF;
	text-decoration: none;
	margin-top: 5px;
}
#menu-header #contenido-menu-header {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
}

/*=========MENÚ PRINCIPAL==========*/

#main-menu{
	height: 35px;
width: 980px;
float: left;
background-image: url(images/fnd_menu_sup.png);
background-repeat: no-repeat;
background-position: center top;
margin: 0px;
padding: 0px;
list-style-type: none;
color: #FFF;
}
#main-menu .btnInicio{
	font-size: 12px;
text-decoration: none;
float: left;
background-image: url(images/sep_ver_01.png);
background-repeat: repeat-y;
background-position: right top;
margin-top: 11px;
margin-left: 15px;
padding-right: 15px;
margin-right: 7px;
}

#main-menu .sf-menu ul,
#main-menu .sf-menu ul li{
	border-color: #ececec !important;
}
.sf-menu li li{
	background-color: #fdfdfd !important;
}
#main-menu .sf-menu li a{
	color: #7d7d7d !important;
}
#main-menu .sf-menu ul a,
#main-menu .sf-menu ul .current-menu-ancestor ul a,
#main-menu .sf-menu ul .current-menu-item ul a,
#main-menu .sf-menu .current-menu-ancestor ul a,
#main-menu .sf-menu .current-menu-item ul a{
	color: #7d7d7d !important;
}
#main-menu .sf-menu ul a:hover,
#main-menu .sf-menu ul .current-menu-item ul a:hover,
#main-menu .sf-menu .current-menu-item ul a:hover{
	color: #343434 !important;
}
#main-menu .sf-menu a:hover, 
#main-menu .sf-menu a:active{
	color: #CC0505 !important;
} 
#main-menu .sf-menu .current-menu-ancestor a,
#main-menu .sf-menu .current-menu-item a {
	color: #CC0505 !important;
}
#main-menu .sf-menu ul .current-menu-ancestor a,
#main-menu .sf-menu ul .current-menu-ancestor ul .current-menu-item a,
#main-menu .sf-menu ul .current-menu-item a {
	color: #343434 !important;
}

/*===========CONTENIDO===========*/
#wrap-contenido {
	min-height:500px;
	width: 980px;
	background-color: #FFF;
	float: left;
/*	-webkit-border-top-left-radius: 6px;
	-webkit-border-top-right-radius: 6px;
	-moz-border-radius-topleft: 6px;
	-moz-border-radius-topright: 6px;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;*/
	-webkit-box-shadow:  0px -5px 15px 0px rgba(0, 0, 0, 0.25);
	box-shadow:  0px -5px 15px 0px rgba(0, 0, 0, 0.25);
}
#contenido {
	width: 960px;
	float: left;
	margin: 10px;
}
#cintillo {
	float: left;
	width: 100%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F59300;
	margin-bottom: 10px;
}
#cintilloPro {
	float: left;
	width: 960px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F59300;
	margin-bottom: 10px;
}

#cintilloWidget {
	float: left;
	width: 100%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F59300;
}

#cintilloProgramacion {
	float: left;
	width: 292px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #0066FF;
/*	margin-bottom: 10px;*/
}

#cintilloInformativo {
	float: left;
	width: 100%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #0066FF;
/*	margin-bottom: 10px;*/
}

#wrap-contenido #contenido #col01 {
	float: left;
	width: 640px;
}
#wrap-contenido #contenido #col02 {
	float: right;
	width: 300px;
}

H2 {
	font-size: 22px;
	font-weight: bold;
	color: #000;
	text-decoration: none;

	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}
H3 {
	font-size: 15px;
	font-weight: bold;
	color: #000;
	text-decoration: none;
	line-height: 22px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 7px;
	margin-left: 0px;
}


H4 {
	font-size: 14px;
	font-weight: bold;
	color: #000;
	text-decoration: none;
	line-height: 22px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 7px;
	margin-left: 0px;
	font-family: arial;
}
H5 {
	font-size: 14px;
	font-weight: bold;
	color: #666;
	text-decoration: none;
	line-height: 14px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 7px;
	margin-left: 0px;
	font-family: arial;
}

H7 {
	background-color: #F59300;
	font-family: verdana;
	font-size: 11px;
	color: #FFF;
	font-weight: normal;
	margin: 0px;
	float: left;
	text-transform: uppercase;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	padding: 5px;
}
p {
	font-size: 12px;
	color: #333;
	margin-top: 0px;
	margin-bottom: 20px;
}

a {
	text-decoration: none;
}

h2 a, h3 a, h4 a {
	color: #0059A0;
}

h5 a {
	color: #666;
}

p a {
	text-decoration: none;
	color: #333;
}


#divHor640px {
	float: left;
	width: 640px;
	margin-bottom: 15px;
	padding-bottom: 7px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D5D5D5;
}
#divFotoHor {
	float: left;
	margin-bottom: 10px;
	margin-right: 15px;
	position: relative;
}
#divAntHor {
	text-transform: uppercase;
	color: #666;
	text-decoration: none;
	font-weight: bold;
	margin-bottom: 15px;
	width: 100%;
}

#divAntHor2 {
	text-transform: uppercase;
	color: #000;
	text-decoration: none;
	float: left;
	font-weight: bold;
	margin-bottom: 5px;
	width: 140px;
}

#divHor310px {
	float: left;
	width: 310px;
}
#divPublicidad {
	float: left;
	font-size: 7px;
	color: #999;
	margin-bottom: 30px;
	margin-top: 10px;
}
#divHor385px {
	width: 385px;
	float: left;
}
#divVer220px {
	width: 220px;
	float: right;
	background-color: #EFEFEF;
	padding: 5px;
}
#divHor140px {
	float: left;
	width: 140px;
}

#sep-pie-pagina {
	margin-top: 15px;
	margin-bottom: 15px;
	width: 950px;
	margin-left: 15px;
	float: left;
}

#logo-pie-pagina {
float: left;
margin-top: 15px;
margin-left: 30px;
}

#enlaces-pie-pagina {
float: right;
margin-top: 20px;
margin-right: 15px;
}

#enlaces-pie-pagina a {
margin-left: 25px;
font-family: arial;
font-size: 10px;
color: #999;
text-decoration: none;
}

#divFotoHorNot {
	float: left;
}

#PieFotoNotSeleccionada {
	width: 630px;
	font-size: 9px;
	color: #666;
	background-color: #EFEFEF;
	float: left;
	padding: 5px;
}

#notSeleccionada {
	float: left;
	width: 640px;
}
#divC2ColNotSeleccionada h2 {
	font-size: 26px;
	color: #0066CC;
	margin-top: 0px;
	line-height: 30px;
	margin-bottom: 25px;
}
#divC1ColNotSeleccionada {
	float: left;
	width: 100px;
}
#divC2ColNotSeleccionada {
	float: left;
	padding-left: 15px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	width: 520px;
}
#divC1ColNotSeleccionada #diaSemana {
	float: left;
	text-align: center;
	font-size: 26px;
	font-weight: bold;
	color: #FFF;
	margin-top: 10px;
	margin-left: 12px;
	margin-right: 10px;
	width: 40px;
}
#divC1ColNotSeleccionada #mesAnho {
	font-size: 10px;
	color: #FFF;
	float: left;
	text-align: center;
	margin-top: 15px;
	text-transform: uppercase;
}
#divC1ColNotSeleccionada #Anho {
	font-size: 10px;
	color: #FFF;
	float: left;
	text-align: center;
}

#divRedesSocialesNot a {
	text-decoration: none;
	float: left;
	margin-top: 15px;
	margin-left: 28px;
}
#divRedesSocialesNot {
	float: left;
	width: 100px;
}
#divContenidoNoticia {
	float: left;
	margin-top: 20px;
}
#divFondoFecha {
	background-image: url(images/fndFecha.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 71px;
	width: 100px;
}

#divC2ColNotSeleccionada #div-autor-localidad-hora {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dashed;
	border-bottom-style: solid;
	border-top-color: #CCC;
	border-bottom-color: #06C;
	padding-top: 7px;
	padding-bottom: 7px;
	margin-bottom: 15px;
}
#div-autor-localidad-hora .autorNotSeleccionada {
	font-size: 10px;
	font-weight: bold;
	color: #900;
	font-variant: normal;
	text-transform: uppercase;
}
#div-autor-localidad-hora .localidadNotSeleccionada {
	font-size: 10px;
	font-weight: bold;
	color: #666;
}
#div-autor-localidad-hora .horaNotSeleccionada {
	font-size: 10px;
	font-weight: normal;
	color: #999;
}

#divSubMenuSup {
float: left;
border-bottom-width: 1px;
border-bottom-style: solid;
border-bottom-color: #CCCCCC;
margin-bottom: 10px;
width: 960px;
padding-bottom: 10px;
padding-top: 10px;
}

#divBrevesColIzq {
width: 300px;
margin-right: 13px;
float: left;
padding-right: 13px;
border-right-width: 1px;
border-right-style: solid;
border-right-color: #EFEFEF;
overlow:hidden
}

#divBrevesColDer {
float: left;
width: 300px;
overlow:hidden
}

.divBtnMenuSup3 {
	float: left;
	font-family: verdana;
	font-size: 10px;
	color: #0066CC;
	font-weight: normal;
	text-decoration: none;
	padding-left: 8px;
}
.divBtnMenuSup3:link {
	float: left;
	padding-left: 8px;
	font-family: verdana;
	font-size: 10px;
	color: #0066CC;
	font-weight: normal;
	text-decoration: none;
}

.divBtnMenuSup3:hover {
	float: left;
	padding-left: 8px;
	font-family: verdana;
	font-size: 10px;
	color: #FC0;
	font-weight: normal;
	text-decoration: none;
}
.divBtnMenuSup3Active {
	float: left;
	padding-left: 10px;
	font-family: verdana;
	font-size: 10px;
	color: #69C;
	font-weight: normal;
	text-decoration: none;
}

#divFoto {
float: left;
width: 100%;
margin-bottom: 10px;
overflow: hidden;
}

#divMPrograma #divFoto{
    max-height: 175px;
}

#divTitulo {
float: left;
width: 100%;
text-align: left;
margin-bottom: 10px;
}

#presentado span.firma {
	width: 250px;
	float: left;
	margin-top: 5px;
	padding-top: 5px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #EFEFEF;
	color: #666;
	font-family: verdana;
	font-size: 10px;
	font-weight: normal;
	line-height: 15px;
}

#divHoraFecha {
	float: left;
	margin-bottom: 25px;
	width: 100%;
	margin-top: 5px;
	border-bottom:1px solid #ccc;
	float: left;
	margin-bottom: 5px;
	width: 100%;
	margin-top: 1px;
	border-bottom: 1px solid #ccc;
	padding-bottom: 5px;
}

#divEntradillaBreves {
float: left;
width: 100%;
margin-bottom: 15px;
padding-bottom: 10px;
border-bottom-width: 1px;
border-bottom-style: solid;
border-bottom-color: #EFEFEF;
}

.lnkVerdana14B00518D {
font-family: verdana;
font-size: 14px;
font-weight: bold;
color: #0066CC;
text-decoration: none;
}

.lnkVerdana14B00518D:link {
font-family: verdana;
font-size: 14px;
font-weight: bold;
color: #0066CC;
text-decoration: none;
}

.lnkVerdana14B00518D:visited {
font-family: verdana;
font-size: 14px;
font-weight: bold;
color: #0066CC;
text-decoration: none;
}

.lnkVerdana14B00518D:hover {
	font-family: verdana;
	font-size: 14px;
	color: #FC0;
	text-decoration: none;
	font-weight: bold;
}

.fecha {
font-family: verdana;
font-size: 10px;
font-weight: bold;
color: #333;
text-decoration: none;
margin-top: 20px;
margin-bottom: 8px;
}

.lnkVerdana11666666 {
font-family: verdana;
font-size: 11px;
font-weight: normal;
color: #666666;
text-decoration: none;
line-height: 15px;
}

.lnkVerdana11666666:link {
font-family: verdana;
font-size: 11px;
font-weight: normal;
color: #666666;
text-decoration: none;
line-height: 15px;
}

.lnkVerdana11666666:visited {
font-family: verdana;
font-size: 11px;
font-weight: normal;
color: #666666;
text-decoration: none;
line-height: 15px;
}

#contenedor{
	width: 915px;
	background-color: #EFEFEF;
	float: left;
	margin-bottom: 30px;
	padding: 20px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #D5D5D5;
	border-bottom-color: #D5D5D5;
}

#marcoVideo{
	background-image: url(images/video_shadow.png);
	background-position: center bottom;
	background-repeat: no-repeat;
	width:640px;
	padding-bottom: 5px;
	margin-right: auto;
	margin-left: auto;
}

.videoContenedor{
	width:640px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
        border-radius: 6px;
	border: 1px solid #c5c5c5;
	padding: 5px;
	background-color: #FFF;
}

.hueco{
	width: 640px;
	margin-left: 25px;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
}

#divMVideogrid{
	float: left;
	width: 160px;
	margin-bottom: 15px;
	padding: 8px;
	border: 1px solid #C5C5C5;
	height: 250px;
	margin-right: 7px;
	background-color: #F7F7F7;
	margin-left: 7px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
        border-radius: 6px;

}

.azul {
	background-color: #0066FF;
}

#contenidoProgramacion {
	background-color: #F5F5F5;
	float: left;
	width: 270px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	margin-bottom: 30px;
	overflow:scroll;
	overflow-y:scroll;
	overflow-x:hidden;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCC;
	border-left-color: #CCC;
	min-height: 100px;
    max-height: 350px;

}

#contenidoProgramacion #gridProgramacion {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-bottom: 5px;
	margin-bottom: 5px;
	width:265px;
	float: left;
}

#contenidoProgramacion #miniaturaProgramacion {
	float:left;
	margin-right: 10px;
}

#contenidoProgramacion #miniaturaProgramacion img {
	width: 80px;
}

#gridProgramacion #hora {
	font-size: 10px;
	color: #FD3D2E;
	font-weight: bold;
	margin-bottom: 3px;
}

#gridProgramacion #nombrePrograma {
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	margin-bottom: 5px;
	margin-left: 90px;
}

#gridProgramacion #descPrograma {
	font-size: 9px;
	font-weight: normal;
	color: #666;
	margin-left: 90px;
}

#notSeleccionada {
float: left;
width: 640px;
}

#divContSeccionPagina {
	float: left;
	width: 100%;
	margin-top: 15px;
	margin-bottom: 25px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}

#divContSeccionPagina650 {
	float: left;
	width: 650px;
	margin-top: 15px;
	margin-bottom: 25px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}


.nSeccion {
	font-family: raleway;
	font-size: 35px;
	color: #666;
	font-weight: 200;
	text-transform: uppercase;
	float:left;
}

#divContCalendarioProgramacion {
	float: right;
	width: 265px;
}

#divHoyProgramacion {
font-size: 12px;
font-weight: bold;
color: #333;
float: left;
text-transform: capitalize;
}

#divProximaProgramacion {
font-size: 12px;
font-weight: bold;
color: #333333;
float: right;
}

#divMarcoFranjaHoraria {
width: 640px;
border: 1px solid #EFEFEF;
float: left;
}

#divCabFranjaHoraria {
background-color: #F7F7F7;
float: left;
height: 30px;
width: 640px;
}

#divBtnFranjaHoraria {
float: left;
height: 30px;
width: 30px;
}

#divNombreFranjaHoraria {
font-size: 14px;
font-weight: normal;
color: #666;
float: left;
margin-top: 7px;
}

#divContenidoGridFranjaHoraria {
float: left;
width: 618px;
border-top-width: 1px;
border-top-style: solid;
border-top-color: #EFEFEF;
padding: 10px;
}

#divHoraProgramacion {
float: left;
height: 100px;
width: 75px;
text-align: right;
margin-right: 15px;
padding-right: 15px;
color: #FD3D2E;
font-size: 12px;
font-weight: bold;
border-right-width: 1px;
border-right-style: solid;
border-right-color: #EFEFEF;
}

#divFotoProgramacion {
float: left;
height: 100px;
width: 140px;
margin-right: 25px;
}

#divTitProgramacion {
font-size: 16px;
text-transform: uppercase;
color: #333333;
text-decoration: none;
float: left;
width: 345px;
margin-bottom: 15px;
}

#divTitProgramacion a {
text-decoration: none;
color: #333;
}

#divTxtProgramacion {
font-size: 12px;
font-weight: normal;
color: #666666;
text-decoration: none;
float: left;
width: 345px;
}

.oculto{display:none;}

#divReproductorDirecto625x350 {
float: left;
width: 625px;
margin-bottom: 15px;
margin-left: 8px;
}

#divAcontinuacion {
font-size: 14px;
font-weight: normal;
color: #FD3D2E;
float: left;
margin-top: 7px;
margin-left: 7px;
}

#divNombreProgramaDirecto {
font-size: 20px;
color: #0066CC;
float: left;
width: 625px;
margin-bottom: 10px;
margin-left: 7px;
}

#divTxtProgramaDirecto {
font-size: 12px;
font-weight: normal;
color: #666666;
text-decoration: none;
float: left;
margin-bottom: 20px;
width: 625px;
margin-left: 7px;
padding-bottom: 20px;
border-bottom-width: 1px;
border-bottom-style: solid;
border-bottom-color: #D7D7D7;
}

#texto-pre{
margin: 20px;
}

#texto-pre ul{	
font-size: 12px;
list-style-type: disc;
}

#texto-pre ul li{
	margin-bottom:5px;
}

input[type="submit"],input[type="button"]{
	height: 30px;
line-height: 28px;
padding: 0 12px 2px;
background-color: #21759b;
background-image: -webkit-gradient(linear,left top,left bottom,from(#2a95c5),to(#21759b));
background-image: -webkit-linear-gradient(top,#2a95c5,#21759b);
background-image: -moz-linear-gradient(top,#2a95c5,#21759b);
background-image: -ms-linear-gradient(top,#2a95c5,#21759b);
background-image: -o-linear-gradient(top,#2a95c5,#21759b);
background-image: linear-gradient(to bottom,#2a95c5,#21759b);
border-color: #21759b;
border-bottom-color: #1e6a8d;
-webkit-box-shadow: inset 0 1px 0 rgba(120,200,230,.5);
box-shadow: inset 0 1px 0 rgba(120,200,230,.5);
color: #fff;
text-shadow: 0 1px 0 rgba(0,0,0,.1);
display: inline-block;
text-decoration: none;
font-size: 12px;
line-height: 23px;
cursor: pointer;
border-width: 1px;
border-style: solid;
-webkit-border-radius: 3px;
-webkit-appearance: none;
border-radius: 3px;
white-space: nowrap;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}

input[type="submit"]:hover,input[type="button"]:hover{
	background-color: #278ab7;
background-image: -webkit-gradient(linear,left top,left bottom,from(#2e9fd2),to(#21759b));
background-image: -webkit-linear-gradient(top,#2e9fd2,#21759b);
background-image: -moz-linear-gradient(top,#2e9fd2,#21759b);
background-image: -ms-linear-gradient(top,#2e9fd2,#21759b);
background-image: -o-linear-gradient(top,#2e9fd2,#21759b);
background-image: linear-gradient(to bottom,#2e9fd2,#21759b);
border-color: #1b607f;
-webkit-box-shadow: inset 0 1px 0 rgba(120,200,230,.6);
box-shadow: inset 0 1px 0 rgba(120,200,230,.6);
color: #fff;
text-shadow: 0 -1px 0 rgba(0,0,0,.3);
}

#fecha-id{
	/*width: 70px;*/
	float: left;
/*	margin: 7px;*/
}

#datepicker{
	position:absolute;
}

/*Paginación*/
.pagenavi {
    margin: 0 0 20px 30px;
    padding: 5px 1px 5px;
    float:left;
    width: 98%;
}
.pagenavi a {
    padding: 5px 6px 4px 6px;
    margin: 3px;
    text-decoration: none;
    border: 1px solid #ccc;
    color: #666;
    background-color: inherit;
}
.pagenavi a:hover {
    border: 1px solid #444;
    color: #444;
    background-color: #eee;
}
.pagenavi span.pages {
    padding: 5px 6px 4px 6px;
    margin: 3px;
    color: #825a2d;
    font-weight:bold;
    border: 1px solid #999;
    background-color: inherit;
}
.pagenavi span.current {
    padding: 5px 6px 4px 6px;
    margin: 3px;
    font-weight:bold;
    border: 1px solid #666;
    color: #444;
    background-color: #eee;
}
.pagenavi span.expand {
    padding: 5px 6px 4px 6px;
    margin: 3px;
    border: 1px solid #ccc;
    color: #444;
    background-color: inherit;
}
.pagenavi .first, .pagenavi .last {
    border: 1px solid #aaa;
}
.pagenavi .single_page {
border: 1px dashed #ccc;
}

#resultados{
	margin-bottom: 15px;
	font-size: 16px;
	color: #666;
}
#divFotoBus{
	width:191px;
	height:120px;
	float:left;
	margin-right: 21px;
	overflow: hidden;
	background-image: url(images/min_sinfoto.gif);
	background-repeat: no-repeat;
}

#divTituloBus, #divHoraFechaBus, #divEntradillaBrevesBus{
	margin-bottom: 11px;
}

#divTituloBus{
	/*padding-top: 20px;*/
}

.articulo{
	padding-bottom: 10px;
	margin-bottom: 23px;
	border-bottom: 1px solid #e6eaed;
}
.fechaProgramacionSeleccionada {
	background-image: url(images/fndTextBoxFechaProgramacion.png);
	background-repeat: no-repeat;
	background-position: left top;
	font-family: verdana;
	font-size: 16px;
	color: #333333;
	height: 27px;
	width: 217px;
	float: left;
	padding-top: 10px;
	padding-left: 10px;
}
.btnSeleccionarFechaProgramacion {
	float: left;
	height: 37px;
	width: 36px;
}

.bannerPublicidad{
	background-color: #C00;	
}

.lnkVerdana14B00518D:visited {
	font-family: verdana;
	font-size: 14px;
	font-weight: bold;
	color: #0066CC;
	text-decoration: none;
}

.lnkVerdana12B00518D {
	font-family: verdana;
	font-size: 11px;
	color: #0066CC;
	text-decoration: none;
	font-weight: bold;
}
.lnkVerdana12B00518D:link {
	font-family: verdana;
	font-size: 11px;
	color: #0066CC;
	text-decoration: none;
	font-weight: bold;
}
.lnkVerdana12B00518D:hover {
	font-family: verdana;
	font-size: 11px;
	color: #FC0;
	text-decoration: none;
	font-weight: bold;
}

.lnkVerdana12B00518D:visited {
	font-family: verdana;
	font-size: 11px;
	color: #0066CC;
	text-decoration: none;
	font-weight: bold;
}

#divTitGridVideos {
	width: 165px;
	float: left;
	margin-bottom: 5px;
}
#divFechaGridVideos {
	float: left;
	width: 165px;
	font-family: arial;
	font-size: 11px;
	color: #CC0909;
	font-weight: normal;
	text-decoration: none;
	margin-bottom: 5px;
}
#divImgGridVideos {
	width: 165px;
	float: left;
	margin-bottom: 5px;
}

#divMPrograma {
	background-color: #EFEFEF;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border: 1px solid #c5c5c5;
	border-radius: 6px;
	padding: 10px;
	width: 250px;
	margin-left: 15px;
	margin-bottom: 35px;
	float: left;
	height: 300px;
}

/* Contact form */
.wpcf7-form p.field {
  margin-bottom: 9px;
  overflow: hidden;
  vertical-align: top;
  width: 380px;
  position: relative;
}
.wpcf7-form p.field label {
  float: left;
  width: 79px;
  padding-top: 6px;
}
.wpcf7-form p.field input {
  float: left;
  width: 280px;
}
.wpcf7-form p.field small {
  color: red;
}
.wpcf7-form textarea {
  float: left;
  width: 280px;
  max-width: 280px;
  min-width: 280px;
  height: 245px;
  min-height: 245px;
  overflow: auto;
  margin-bottom: 17px;
}

.wpcf7-form .submit-wrap {
  padding: 0 0 0 79px;
  margin: 0;
}

span.wpcf7-form-control-wrap {
  display: block;
}

.wpcf7-not-valid-tip {
  width: 287px !important;
  position: absolute;
  left: 79px !important;
  top: 0 !important;
  padding: 4px 0 4px 10px !important;
  background: #f3b7b7 !important;
  color: red !important;
  border: 1px solid red !important;
}

input.wpcf7-form-control, textarea.wpcf7-form-control{
	float: left;
        background-color: #EFEFEF;
	padding: 3px;
	border: 1px solid #E1E1E1;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	}
	
input.wpcf7-form-control.wpcf7-submit{
	float: left;
}

div.wpcf7-response-output.wpcf7-display-none.wpcf7-validation-errors{
	float: left;		
}

/*Estilo de comentarios*/
h3#comments{
	margin-bottom: 23px;
float: none;
}
ol.commentlist{
	margin:0;
	padding:0;
}

.comment-body{
	margin-bottom:20px;
}

.comment-meta{
	display: inline-block;
	margin-bottom: 11.5px;
	width: 100%;
	padding-bottom: 10px;
	border-bottom: 1px solid #b3b3b3;
	position: relative;
}

.comment-meta:before {
background: #fff;
border-left: 1px solid #b3b3b3;
border-top: 1px solid #b3b3b3;
content: "";
height: 12px;
position: absolute;
left: 50px;
bottom: -7px;
-moz-transform: rotate(45deg);
-webkit-transform: rotate(45deg);
-o-transform: rotate(45deg);
transform: rotate(45deg);
-ms-transform: rotate(45deg);
-sand-transform: rotate(45deg);
width: 13px;
z-index: 10;
}

.comment-author{
	width:90%;
	margin-bottom: 5px;
}

.avatar{
	float: left;
margin-right: 10px;
}

.says{
	font-size: 14px;
letter-spacing: -0.001em;
text-decoration: none;
font-weight: bold;
line-height: 130%;
color: #555;
text-align: left;
}

footer time {
color: #8f8f8f;
}

#cancel-comment-reply{
	font-size:12px;
	margin-bottom: 5px;
}

#divFotoHor .vjs-big-play-button{
	width:140px;
	height:105px;
}

a img{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

a img:hover{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	opacity:0.8;
	filter:alpha(opacity=80); /* For IE8 and earlier */
}


#divFoto img:hover,#divImgGridVideos img:hover{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	opacity:0.8;
	filter:alpha(opacity=80); /* For IE8 and earlier */
}

#divFotoHor .play-imagen{
	display: block;
	z-index: 2;
	position: absolute;
	top: 65%;
	left: 70%;
}

.wp_bannerize.sidebar img{
	border: 1px solid #D9D9D9;
	padding: 2px;
	width: 290px;	
	}

.wp_bannerize.horizontal1 img,.wp_bannerize.horizontal2 img{
	border: 1px solid #D9D9D9;
	padding: 2px;	
}

/*-------Formato widget noticias------*/
.noticias-widget{
	padding: 0px;
	
}
/*Estilo de comentarios*/
h3#comments{
	margin-bottom: 23px;
float: none;
}
ol.commentlist{
	margin:0;
	padding:0;
}

.comment-body{
	margin-bottom:20px;
}

.comment-meta{
	display: inline-block;
	margin-bottom: 11.5px;
	width: 100%;
	padding-bottom: 10px;
	border-bottom: 1px solid #b3b3b3;
	position: relative;
}

.comment-meta:before {
background: #fff;
border-left: 1px solid #b3b3b3;
border-top: 1px solid #b3b3b3;
content: "";
height: 12px;
position: absolute;
left: 50px;
bottom: -7px;
-moz-transform: rotate(45deg);
-webkit-transform: rotate(45deg);
-o-transform: rotate(45deg);
transform: rotate(45deg);
-ms-transform: rotate(45deg);
-sand-transform: rotate(45deg);
width: 13px;
z-index: 10;
}

.comment-author{
	width:90%;
	margin-bottom: 5px;
}

.avatar{
	float: left;
margin-right: 10px;
}

.says{
	font-size: 14px;
letter-spacing: -0.001em;
text-decoration: none;
font-weight: bold;
line-height: 130%;
color: #555;
text-align: left;
}

footer time {
color: #8f8f8f;
}

#cancel-comment-reply{
	font-size:12px;
	margin-bottom: 5px;
}

#divFotoHor .vjs-big-play-button{
	width:140px;
	height:105px;
}

a.leer-mas{
	color: #808080;
	font-size: 9px;
}

a.leer-mas:hover{
	color:#F59300;
}

.miniatura{
	float: left;
	width: 100px;
	overflow: hidden;
	height: 100px;	
}

#rowInformacion{
	float: left;
	width: 100%;
	margin-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D9D9D9;
	padding-bottom: 10px;
	}

#rowInformacion .titulo{
	float: left;
	margin-left: 15px;
	width: 165px;

	}

#rowInformacion .texto{
	float: left;
	margin-left: 15px;
	margin-top: 10px;
	width: 165px;

	}

#contenidoWidget{
 	background-color: #F5F5F5;
	float: left;
	width: 280px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}	

#divMVideogrid:hover{
   	width: 160px;
	padding: 8px;
	border: 1px solid #C5C5C5;
	height: 250px;
	background-color: #FFF;
    	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
        -webkit-box-shadow: 0 0 25px -1px rgba(0,0,0,0.3);
        box-shadow: 0 0 25px -1px rgba(0,0,0,0.3);
        -webkit-transition: all 150ms ease-in;
        -moz-transition: all 150ms ease-in;
        -ms-transition: all 150ms ease-in;
        -o-transition: all 150ms ease-in;
        transition: all 150ms ease-in;
}

.visualizando{
   	width: 160px;
	padding: 8px;
	border: 1px solid #C5C5C5;
	height: 250px;
	background-color: #FFF;
    	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
        -webkit-box-shadow: 0 0 25px -1px rgba(0,0,0,0.3);
        box-shadow: 0 0 25px -1px rgba(0,0,0,0.3);
        -webkit-transition: all 150ms ease-in;
        -moz-transition: all 150ms ease-in;
        -ms-transition: all 150ms ease-in;
        -o-transition: all 150ms ease-in;
        transition: all 150ms ease-in;
}

h7 a, h7 a:visited{
    text-decoration: none;
    color: white;
}

h7 a:hover{
    color:#F59300;   
}

.wpcf7-form p{
    width: 400px;
    float:left;
    
}

.wpcf7-submit{
    width: 70px;
}

.wpcf7-form p a {   
    text-decoration: underline;    
}

.miniatura img{
    width: 100px;
    height: 100px;
}

#sidebarFooter {
	margin: 15px;
}

#sidebarFooter .col1SBF,.col2SBF,.col3SBF,.col4SBF,.col5SBF {
	width: 175px;
	float: left;
	margin-right: 15px;
        max-height: 150px;
	color: #FFF;
	font-size: 12px;
	text-decoration: none;
	display: block;
	list-style-type: none;
}

#sidebarFooter .col1SBF {
    	width: 155px;
}

#sidebarFooter .col5SBF {
	margin-right: 0px;
}

#twitter-widget-0{   
    width: 300px !important;    
}

#contenidoColumnaInferior{
    width: 640px;
    float: left;
    margin-top: 25px;
    margin-bottom: 20px;
}

.widgetCol01Inferior,.widgetCol02Inferior {
	width: 310px;
	float: left;
}

.widgetCol01Inferior{
	margin-right:20px;
}

/*MENU DESPLEGABLE*/

ul.social {
	list-style-type:none;
	float:right;
	top: -35px;
	position: relative;
}
ul.social li{
	float:left;
	margin-top: 6px;
	padding-right: 7px;
}

#menu {
	height: 35px;
	margin:0;
}

#menu .redSocial {
	padding-right: 7px;
}

#menu li {
	display: block;
	font-size: 12px;
	text-decoration: none;
	float: left;
	position: relative;
	position: relative;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	padding-right: 20px;
}

#menu li:hover {

}

#menu li a {
	color: #FFF;
	text-decoration: none;
	display: block;
}
#menu li a:hover {
	color: #FC0;
	text-decoration: none;
	 /* animamos el cambio de color de los textos */
	-webkit-transition: color .2s ease-in-out;
    -moz-transition: color .2s ease-in-out;
    -o-transition: color .2s ease-in-out;
    -ms-transition: color .2s ease-in-out;
    transition: color .2s ease-in-out;
}

#menu ul {
	display:none;
	padding: 1px 0 1px;
	opacity: 0; /* no son visibles */
	position: absolute;
	left: 0;
	top: 34px;
	margin: 0;
	-webkit-box-shadow: 0 8px 15px -1px rgba(20,20,20,0.3);
	box-shadow: 0 8px 15px -1px rgba(20,20,20,0.3);
	/* animamos su visibilidiad */
    -moz-transition: opacity .25s ease .1s;
    -webkit-transition: opacity .25s ease .1s;
    -o-transition: opacity .25s ease .1s;
    -ms-transition: opacity .25s ease .1s;
    transition: opacity .25s ease .1s;	
	/*Esquinas*/
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	/*add boirde superior*/
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #044F9A;
	/*degraddo de fondo*/
	background: rgb(10,107,204); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(10,107,204,1) 0%, rgba(12,131,250,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(10,107,204,1)), color-stop(100%,rgba(12,131,250,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(10,107,204,1) 0%,rgba(12,131,250,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(10,107,204,1) 0%,rgba(12,131,250,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(10,107,204,1) 0%,rgba(12,131,250,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(10,107,204,1) 0%,rgba(12,131,250,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0a6bcc', endColorstr='#0c83fa',GradientType=0 ); /* IE6-9 */	
	
}

#menu li:hover > ul {
	display:block;
	opacity: 1;
	z-index:1999;
}

#menu ul li {
	list-style: none;
	font-size: 12px;
	overflow: hidden;
	position: relative;
	margin: 0;
	padding: 0;
	float: left;
	width: 150px;
	/* animamos su visibildiad */
    -moz-transition: height .25s ease .1s;
    -webkit-transition: height .25s ease .1s;
    -o-transition: height .25s ease .1s;
    -ms-transition: height .25s ease .1s;
    transition: height .25s ease .1s;	
}

#menu ul li a {
	padding: 8px 17px 10px 10px;
	display: block;
	color: #fff;
	text-decoration: none;
	font-size:11px;
}

#menu > li ul.sub-menu li + li a {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #D1D1D1;
}

#fechaActualizacion
{
	font-size: 10px;
	color: #A2BAE8;
	width: 100%;
	margin-top: 18px;
	/* float: right; */
	text-align: center;
}

#divC2ColNotSeleccionada p a{
	color:#0066cc;
}

img.attachment-concierto{
	margin-left: -10px;
}

#votacion{
	width: auto;
	height: auto;
	overflow: auto;
	overflow-y: scroll;
	position: fixed;
	bottom: 0;
	right: 0;
	top: 0;
	left: 0;
	display:none;
	z-index: 8010;
	background: url(images/fancybox_overlay.png);
}

#votacion .votacionCentro{
	width: 450px;
	height: auto;
	position: absolute;
	top: 20px;
	opacity: 1;
	overflow: visible;
	background:white;
}

#votacion .votacionCentro .columna50{
	float: left;
	padding: 25px;
	margin-bottom: 30px;
}

#votacion .votacionCentro .columna50 input[type="text"]{
	width:99%;
}

.concursoParticipante{
	float:left;
	margin:13px;
	width:192px;
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #f9f9f9), color-stop(1, #e9e9e9) );
	background:-moz-linear-gradient( center top, #f9f9f9 5%, #e9e9e9 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9', endColorstr='#e9e9e9');
	background-color:#f9f9f9;
	-webkit-border-top-left-radius:6px;
	-moz-border-radius-topleft:6px;
	border-top-left-radius:6px;
	-webkit-border-top-right-radius:6px;
	-moz-border-radius-topright:6px;
	border-top-right-radius:6px;
	-webkit-border-bottom-right-radius:6px;
	-moz-border-radius-bottomright:6px;
	border-bottom-right-radius:6px;
	-webkit-border-bottom-left-radius:6px;
	-moz-border-radius-bottomleft:6px;
	border-bottom-left-radius:6px;
	text-indent:0;
	border:1px solid #dcdcdc;
	display:inline-block;
	padding: 10px;
}
.concursoParticipante .videoParticipante .vjs-big-play-button{
	left: 86%;
	width: 0;
	height: 0;
	margin: 0;
	top: 80%;
	border: none;
}

.concursoParticipante .videoParticipante .vjs-big-play-button span{
	background-size: 30px;
	width: 30px;
	background-image: url(images/play-pequeno.png);
	background-repeat: no-repeat;
	background-position: left top;
}

.concursoParticipante .videoParticipante .video-js{
	margin:auto;
}

.concursoParticipante .videoParticipante .boton-play{
	margin-top: -35px;
}

.concursoParticipante .videoParticipante .boton-play img{
	margin-left: 5px;
	margin-bottom: 5px;
}

.nombreParticipante{
	font-size:14px;
	margin-top:5px;
}

.datosParticipante{
	font-size: 12px;
	color: #747474;
	margin-top:5px;
}

.votarParticipante{
	margin-top:10px;
}

input[type="button"].botonVotar{
	-moz-box-shadow:inset 0px 1px 0px 0px #97c4fe;
	-webkit-box-shadow:inset 0px 1px 0px 0px #97c4fe;
	box-shadow:inset 0px 1px 0px 0px #97c4fe;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #3d94f6), color-stop(1, #1e62d0) );
	background:-moz-linear-gradient( center top, #3d94f6 5%, #1e62d0 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#3d94f6', endColorstr='#1e62d0');
	background-color:#3d94f6;
	-webkit-border-top-left-radius:6px;
	-moz-border-radius-topleft:6px;
	border-top-left-radius:6px;
	-webkit-border-top-right-radius:6px;
	-moz-border-radius-topright:6px;
	border-top-right-radius:6px;
	-webkit-border-bottom-right-radius:6px;
	-moz-border-radius-bottomright:6px;
	border-bottom-right-radius:6px;
	-webkit-border-bottom-left-radius:6px;
	-moz-border-radius-bottomleft:6px;
	border-bottom-left-radius:6px;
	text-indent:0;
	border:1px solid #337fed;
	display:inline-block;
	color:#ffffff;
	font-family:Arial;
	font-size:12px;
	font-weight:bold;
	font-style:normal;
	height:28px;
	line-height:28px;
	width:80px;
	text-decoration:none;
	text-align:center;
	text-shadow:1px 1px 0px #1570cd;
	text-transform: uppercase;
	margin-left: 50px;
}

.botonVotar:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #1e62d0), color-stop(1, #3d94f6) );
	background:-moz-linear-gradient( center top, #1e62d0 5%, #3d94f6 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#1e62d0', endColorstr='#3d94f6');
	background-color:#1e62d0;
}

.botonVotar:active {
	position:relative;
	top:1px;
}

#concursoGaleria{
	float: left;
	margin-bottom: 40px;
}

#concursoGaleria .linea{
	float: left;
	width: 912px;
	height: 1px;
	background: #ccc;
	margin-left: 24px;
}

ul#selectorLocalidad{
	position: absolute;
	padding-left: 20px;
	margin-top: 35px;
	width:207px;
	background:white;
	box-shadow: 0 8px 15px -1px rgba(20,20,20,0.3);
}

ul#selectorLocalidad li{
	padding:8px;
}

ul#selectorLocalidad li a{
	color:#333;
}

ul#selectorLocalidad li a:hover{
	color:#0455A5;
}

#divContSeccionPaginaConcurso{
	float: left;
	width: 100%;
	margin-top: 15px;
	margin-bottom: 25px;
}

#base-concurso{
	background: #F7F7F7;
	border-top: 1px solid #ACACAC;
	float: left;
	width: 980px;
}

#base-concurso a{
	padding: 20px 5px 20px 35px;
	float: left;
	color: #333;
	font-size: 14px;
}

#base-concurso a:hover{
	color: #C00;
}

#base-concurso-sup{
	background: #F7F7F7;
	border-bottom: 1px solid #ACACAC;
	float: left;
	width: 980px;
	margin-bottom: 10px;
	margin-left: -12px;
}

#base-concurso-sup span{
	padding: 20px 5px 20px 35px;
	float: left;
	color: #333;
	font-size: 14px;
}

.fb-share-button{
	float:left;
}

.tweet-share-button{
	float:left;
	width:72px;
	margin-left:10px;
	border: 1px solid #CCC;
}

.compartirParticipante{
	float:left;
	margin-top:15px;
	margin-left:14px;
}

#repVideo {
	-webkit-border-bottom-right-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
	background-color: #FFF;
	float:left;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
}

#repVideo #infVideo {
	float: left;	
}

#repVideo .video-js .vjs-tech {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 103%;
}

#infVideo h4 {
	color:#0066cc;
	margin-top: 10px;
}

#infVideo p {
	color:#999;
	margin-bottom:5px;
}

#contenidoWidget ul.videosMasVistos {
	width:280px;
	padding-left: 0px;
}

#contenidoWidget ul.videosMasVistos li{
	padding:0px;
	float: left;
	width: 100%;
	margin-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D9D9D9;
}

#contenidoWidget ul.videosMasVistos li .texto{
	margin-left: 15px;
	margin-top: 10px;
}

.skylateral-izq{
	left: 50%;
	width: 120px;
	z-index: 100;
	position: fixed;
	margin-left: -625px;
	height: 100%;
	top:25px;
}

.skylateral-der{
	left: 50%;
	width: 120px;
	z-index: 100;
	position: fixed;
	margin-left: 505px;
	height: 100%;
	top:25px;
}
.videoPrincipal a img{display:block;width:24px;height:24px;border-radius:20%;vertical-align:top;float:right;box-shadow: 0 1px 4px rgba(21, 175, 151, 0.3), 0 0 40px rgba(21, 175, 151, 0.1) inset;background:rgba(21,175,151,0.5);margin-right:5px}
.videoPrincipal a svg{display:block;width:24px;height:24px;border-radius:20%;vertical-align:top;float:right;background:rgba(255,255,255,0.3);margin-right:5px}
.videoPrincipal{
	width: 790px;
	position: relative;
	top: 0px;
	height: 100%;
	overflow: hidden;
	margin: 0 0 10px;
}
/*#emisionOnline1 .vjs-big-play-button{top:35% !important;left:43.5% !important;width:75px;height:75px;font-size: 4.5em;}
#marcoVideo .vjs-big-play-button{top:45% !important;left:45% !important;width:45px;height:45px;}
#repVideo  .vjs-big-play-button{top:35% !important;left:45% !important;width:45px;height:45px;}
#col01 table .vjs-big-play-button{top:40% !important;left:40% !important;width:45px;height:45px}
#divFotoHorNot .vjs-big-play-button{top:45% !important;left:45% !important;width:45px;height:45px}*/
#col01 #divFotoHor  .vjs-big-play-button{width:75px;height:75px;}
#marcoVideo .video-js{
	 width: 100%;
    height: 100%;
}
.videoContenedor{
	width:641px;
	height:361px;
}
/*.noticiaSingle .vjs-big-play-button {top: 45% !important;left: 45% !important;width:45px !important;height:45px !important}*/
.noticiaSingle{
	width:641px !important;
	height:361px !important;

}
.noticiaSingle .video-js{width:100%;height:100%}

.ZonaBannerSuperior{
	width:100%;
	/*background:#dadada;*/
	text-align:center;
	margin:0 auto;	
	overflow:hidden
}

.bannerSup{
	width:980px;
	overflow:hidden;
	clear:both;	
	font-size: 8px;
	color: #fff;
	margin: 0px auto;
	text-align:left;
	border-bottom: 1px solid #0966c4;
	padding-top: 35px;
	padding-bottom: 20px;
	box-sizing:border-box
}
.bannerSup img{width:100%;padding:2px;border: 1px solid #05529f;box-sizing:border-box}
.bannerSup a:hover img{border: 1px solid #05529f;box-sizing:border-box}

video{}
/*Iconos app*/
#enlaces-app {
float: left;
margin-top:0px;
margin-right: 15px;
position:relative;
margin-left:120px;
}
#enlaces-app ul{
overflow: hidden;
/*padding-left: 17px;*/
padding: 0;
box-sizing: border-box;
margin: 0;
position: relative;
top: 9px;
}

#enlaces-app li {
/*border-radius: 5px;
background: rgba(255,255,255,0.5);
padding: 3px 15px;*/
margin-right:25px;
float:left;
}

#enlaces-app a {
margin-left: 0;
font-family: arial;
text-decoration: none;
color: #000;
font-size: 120%;
font-weight: bold;
}

#enlaces-app a img{max-width:125px}

/*Estilo Emision Directo page-directo*/
.codigoEmisionDirecto{margin-top:6px}
.codigoEmisionDirecto iframe{width:600px;height:337px}


/*EMISIÓN DIRECTO HOME*/
/*.videos-destacados li #divHor140px #divFotoHor a .video-js{width:140px; height:79px}
.videos-destacados li #divHor140px #divFotoHor a .video-js video{width:140px; height:79px}*/

.videos-destacados{
	padding-left:10px;
	overflow:hidden;
	position:relative;
	box-sizing:border-box;	
	margin-bottom:0;
	
	/**/
	float:left;
}

.videos-destacados #marcoVideo,#videos-destacados .hueco, #videos-destacados .hueco2{margin-left:0 !important;margin-right:0 !important;}
.videos-destacados #marcoVideo #videoContenedor{
	border: 0;
	padding: 0px;
	background-color: none;
}

.videos-destacados #contenedor{padding:0;width:640px;/*955px;*/background-color:transparent;margin-bottom:0;border:0}
.videos-destacados li:first-child{float:left;}
.videos-destacados li:first-child .hueco, .videos-destacados li:first-child .hueco2{position:absolute;top:256px;background:rgba(0,0,0,0.7);margin-left:0px !important;box-sizing: border-box;overflow:hidden;max-height:85px}
.videos-destacados li:first-child .hueco #divTitulo,
.videos-destacados li:first-child .hueco #divHoraFecha,
.videos-destacados li:first-child .hueco #divEntradillaBreves,
.videos-destacados li:first-child .hueco2 #divTitulo,
.videos-destacados li:first-child .hueco2 #divHoraFecha,
.videos-destacados li:first-child .hueco2 #divEntradillaBreves{padding-left:15px;}
.videos-destacados li:first-child .hueco #divTitulo,.videos-destacados li:first-child .hueco2 #divTitulo{padding-top:7px;display:inline;width:auto;color:#15af97}
.videos-destacados li:first-child .hueco #divHoraFecha, .videos-destacados li:first-child .hueco2 #divHoraFecha{display:inline-block;width:auto;border-bottom:0;margin-top:9px !important;margin-bottom:0 !important;padding-bottom:0 !important;float:none}
.videos-destacados li:first-child .hueco #divHoraFecha .fecha,.videos-destacados li:first-child .hueco2 #divHoraFecha .fecha{color:#15af97;}

.videos-destacados li:first-child .hueco #divHoraFecha .fecha:before,
.videos-destacados li:first-child .hueco2 #divHoraFecha .fecha:before{content:"("}
.videos-destacados li:first-child .hueco #divHoraFecha .fecha:after,
.videos-destacados li:first-child .hueco2 #divHoraFecha .fecha:after{content:")"}
.videos-destacados li:first-child .hueco #divEntradillaBreves,
.videos-destacados li:first-child .hueco2 #divEntradillaBreves{border:0;display:block;float:none;clear:both;}
.videos-destacados li:first-child .hueco #divEntradillaBreves a,
.videos-destacados li:first-child .hueco2 #divEntradillaBreves a{color:#fff;text-overflow: ellipsis;}


.videos-destacados li{margin-bottom:5px;margin-right:27px;float:left}
.videos-destacados li:first-child{margin-right:15px;}
.videos-destacados li:first-child + li, .videos-destacados li:first-child + li + li{margin-right:0}
.videos-destacados li:first-child + li{margin-bottom:0px;}

.videos-destacados li #divHor140px {
    width: 300px;
	height:169px;
	position:relative;
	/*margin-right: 4px;*/
}
.videos-destacados li:nth-child(3n + 3){margin-right: 0px;}
.videos-destacados li #divHor140px .info{position:absolute;top:88px;min-height:60px;}

.videos-destacados li:first-child #marcoVideo{float:left;margin-right:0px !important}
.videos-destacados li:first-child + li,.videos-destacados li:first-child + li + li{width:300px;height:180px;box-sizing:border-box;float:left;}
.videos-destacados li:first-child + li #divHor140px,.videos-destacados li:first-child + li + li #divHor140px{
	width:300px;
	height:180px;/*155px;*/
	position:relative;	
	margin-right:0px
	/*border-radius: 6px;
	border: 1px solid #c5c5c5;
	padding: 5px;
	background-color: #FFF;*/
}
.videos-destacados li:first-child + li #divHor140px .info, .videos-destacados li:first-child + li + li #divHor140px .info{position:absolute;top:120px}
.videos-destacados li:first-child + li #divFotoHor, .videos-destacados li:first-child + li + li #divFotoHor{/*float:none;overflow:hidden*/margin-bottom:0px;margin-right:0px;}

.videos-destacados li #divFotoHor .video-js{width:300px  !important;}
.videos-destacados li #divFotoHor .video-js .vjs-tech{width:300px;}

.videos-destacados li:first-child + li #divFotoHor .video-js, .videos-destacados li:first-child + li + li #divFotoHor .video-js{width:300px !important; height:180px !important}
.videos-destacados li:first-child + li #divFotoHor .video-js .vjs-tech, .videos-destacados li:first-child + li + li #divFotoHor .video-js .vjs-tech{width:300px; height:180px}

.videos-destacados li #divFotoHor .video-js .vjs-big-play-button,
.videos-destacados li #divFotoHor .video-js .vjs-big-play-button{
	width: 7.0em;
	height: 7.0em;
}

.videos-destacados li #divFotoHor .video-js .vjs-big-play-button span,
.videos-destacados li #divFotoHor .video-js .vjs-big-play-button span{
	/*width: 35px;
	height: 42px;*/
	-ms-transform: scale(0.7,0.7); /* IE 9 */
    -webkit-transform: scale(0.7,0.7); /* Safari */
    transform: scale(0.7,0.7);
}

.videos-destacados li:first-child + li #divFotoHor .video-js .vjs-big-play-button,
.videos-destacados li:first-child + li + li #divFotoHor .video-js .vjs-big-play-button{
	width: 7.0em;
	height: 7.0em;
}

.videos-destacados li:first-child + li #divFotoHor .video-js .vjs-big-play-button span,
.videos-destacados li:first-child + li + li #divFotoHor .video-js .vjs-big-play-button span{
	-ms-transform: scale(0.7,0.7); /* IE 9 */
    -webkit-transform: scale(0.7,0.7); /* Safari */
    transform: scale(0.7,0.7);

}

.vjs-default-skin .vjs-big-play-button{border-radius:15px}

/*.videos-destacados li:first-child + li #divFotoHor .play-imagen, .videos-destacados li:first-child + li + li #divFotoHor .play-imagen{ top:50%;left:50%}
/*.videos-destacados li:first-child + li #divFotoHor a > img, .videos-destacados li:first-child + li + li #divFotoHor a > img{width:200px !important; height:113px !important}*/

.videos-destacados li #divHor140px #divTitulo,
.videos-destacados li:first-child + li #divHor140px #divTitulo,
.videos-destacados li:first-child + li + li #divHor140px #divTitulo,
.videos-destacados li #divHor140px #divHoraFecha,
.videos-destacados li:first-child + li #divHor140px #divHoraFecha,
.videos-destacados li:first-child + li + li #divHor140px #divHoraFecha,
.videos-destacados li #divHor140px #divEntradillaBreves,
.videos-destacados li:first-child + li #divHor140px #divEntradillaBreves,
.videos-destacados li:first-child + li + li #divHor140px #divEntradillaBreves{padding-left:10px;border:0}

.videos-destacados li #divHor140px #divEntradillaBreves a,
.videos-destacados li:first-child + li #divHor140px #divEntradillaBreves a,
.videos-destacados li:first-child + li + li #divHor140px #divEntradillaBreves a,
.videos-destacados li #divHor140px #divEntradillaBreves,
.videos-destacados li:first-child + li #divHor140px #divEntradillaBreves,
.videos-destacados li:first-child + li + li #divHor140px #divEntradillaBreves{color:#fff}

.videos-destacados li #divHor140px .info,
.videos-destacados li:first-child + li #divHor140px .info,
.videos-destacados li:first-child + li + li #divHor140px .info{background:rgba(0,0,0,0.7);margin-left:0px !important;box-sizing: border-box;overflow:hidden;max-height:60px}

.videos-destacados li #divHor140px .info #divTitulo,
.videos-destacados li:first-child + li #divHor140px .info #divTitulo,
.videos-destacados li:first-child + li +li #divHor140px .info #divTitulo{
	box-sizing:border-box;
	display: inline-block;
	width: auto;
	float:none;
	padding-top:5px;
	padding-bottom:0;
	margin-bottom:0
}

.videos-destacados li #divHor140px .info #divHoraFecha .fecha:before{content:"("}
.videos-destacados li #divHor140px .info #divHoraFecha .fecha:after{content:")"}
.videos-destacados li:first-child + li #divHor140px .info #divHoraFecha .fecha:before,
.videos-destacados li:first-child + li + li #divHor140px .info #divHoraFecha .fecha:before{content:"("}
.videos-destacados li:first-child + li #divHor140px .info #divHoraFecha .fecha:after,
.videos-destacados li:first-child + li + li #divHor140px .info #divHoraFecha .fecha:after{content:")"}
.videos-destacados li #divHor140px .info #divTitulo a,
.videos-destacados li:first-child + li #divHor140px .info #divTitulo a,
.videos-destacados li:first-child + li + li #divHor140px .info #divTitulo a{color: #15af97;font-size:14px}
.videos-destacados li #divHor140px .info #divHoraFecha .fecha,
.videos-destacados li:first-child + li #divHor140px .info #divHoraFecha .fecha,
.videos-destacados li:first-child + li + li #divHor140px .info #divHoraFecha .fecha{color: #15af97;}


.videos-destacados li #divHor140px .info #divHoraFecha,
.videos-destacados li:first-child + li #divHor140px .info #divHoraFecha,.videos-destacados li:first-child + li + li #divHor140px .info #divHoraFecha{
	box-sizing:border-box;
	display: inline-block;
	width: auto;
	color: #15af97;
	float: none;
	border:0;
	margin-bottom:0
}

.videos-destacados li #divHor140px .info #divEntradillaBreves,
.videos-destacados li:first-child + li #divHor140px .info #divEntradillaBreves{
	box-sizing:border-box;
	float:none;
	margin-bottom:0;
	padding-bottom:0
}

/*Reproductor*/
.reproductor
{
    width: 617px;
    height: 390px;
	/*border:5px outset rgba(219,219,219,0.5);*/
	background: rgba(232,232,232,1);
    /*background: -moz-linear-gradient(top, rgba(232,232,232,1) 0%, rgba(226,226,226,1) 50%, rgba(209,209,209,1) 51%, rgba(254,254,254,1) 100%); 
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(226,226,226,1)), color-stop(50%, rgba(219,219,219,1)), color-stop(51%, rgba(209,209,209,1)), color-stop(100%, rgba(254,254,254,1)));
    background: -webkit-linear-gradient(top, rgba(226,226,226,1) 0%, rgba(219,219,219,1) 50%, rgba(209,209,209,1) 51%, rgba(254,254,254,1) 100%);
    background: -o-linear-gradient(top, rgba(226,226,226,1) 0%, rgba(219,219,219,1) 50%, rgba(209,209,209,1) 51%, rgba(254,254,254,1) 100%);
    background: -ms-linear-gradient(top, rgba(226,226,226,1) 0%, rgba(219,219,219,1) 50%, rgba(209,209,209,1) 51%, rgba(254,254,254,1) 100%);*/
	border-radius:5px;
}

.reproductor-sombra
{
    position: relative;
    float: left;
   	padding: 1em 0.9em;
	margin-left:0.2em;
    /*margin: 100px;*/
    box-shadow: 0 -4px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
	box-sizing:border-box;	
}

.reproductor-sombra:before, .reproductor-sombra:after
{

    content: "";
    position: absolute;
    z-index: -2;
}

.reproductor-sombra:before
{

    bottom: 15px;
    left: 10px;
    width: 46%;
    height: 20%;
    box-shadow: 0 15px 10px rgba(0, 0, 0, 0.5);
    -webkit-transform: rotate(3deg);
    -moz-transform: rotate(3deg);
    -ms-transform: rotate(3deg);
    -o-transform: rotate(3deg);
    transform: rotate(3deg);
}

.reproductor-sombra:after
{

    right: 10px;
    bottom: 15px;
    width: 46%;
    height: 20%;
    box-shadow: 0 15px 10px rgba(0, 0, 0, 0.5);
    -webkit-transform: rotate(-3deg);
    -moz-transform: rotate(-3deg);
    -ms-transform: rotate(-3deg);
    -o-transform: rotate(-3deg);
    transform: rotate(-3deg);
}


/*Reproductor*/
.reproductor
{

    width: 617px;
    height: 390px;
	/*border:5px outset rgba(219,219,219,0.5);*/
	background: rgba(232,232,232,1);
    /*background: -moz-linear-gradient(top, rgba(232,232,232,1) 0%, rgba(226,226,226,1) 50%, rgba(209,209,209,1) 51%, rgba(254,254,254,1) 100%); 
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(226,226,226,1)), color-stop(50%, rgba(219,219,219,1)), color-stop(51%, rgba(209,209,209,1)), color-stop(100%, rgba(254,254,254,1)));
    background: -webkit-linear-gradient(top, rgba(226,226,226,1) 0%, rgba(219,219,219,1) 50%, rgba(209,209,209,1) 51%, rgba(254,254,254,1) 100%);
    background: -o-linear-gradient(top, rgba(226,226,226,1) 0%, rgba(219,219,219,1) 50%, rgba(209,209,209,1) 51%, rgba(254,254,254,1) 100%);
    background: -ms-linear-gradient(top, rgba(226,226,226,1) 0%, rgba(219,219,219,1) 50%, rgba(209,209,209,1) 51%, rgba(254,254,254,1) 100%);*/
	border-radius:5px;
}

.reproductor-sombra
{
    position: relative;
    float: left;
   	padding: 1em 0.9em;
	margin-left:0.2em;
    /*margin: 100px;*/
    box-shadow: 0 -4px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
	box-sizing:border-box;	
}

.reproductor-sombra:before, .reproductor-sombra:after
{

    content: "";
    position: absolute;
    z-index: -2;
}

.reproductor-sombra:before
{

    bottom: 15px;
    left: 10px;
    width: 46%;
    height: 20%;
    box-shadow: 0 15px 10px rgba(0, 0, 0, 0.5);
    -webkit-transform: rotate(3deg);
    -moz-transform: rotate(3deg);
    -ms-transform: rotate(3deg);
    -o-transform: rotate(3deg);
    transform: rotate(3deg);
}

.reproductor-sombra:after
{

    right: 10px;
    bottom: 15px;
    width: 46%;
    height: 20%;
    box-shadow: 0 15px 10px rgba(0, 0, 0, 0.5);
    -webkit-transform: rotate(-3deg);
    -moz-transform: rotate(-3deg);
    -ms-transform: rotate(-3deg);
    -o-transform: rotate(-3deg);
    transform: rotate(-3deg);
}

.wrap2{float:none; clear:both; overflow:hidden; margin-bottom:30px;margin-bottom: 20px;width: 100% !important;}
.separador{color:#f2f2f2;border-style:solid;margin-bottom:30px !important;width:50%; margin: 0 auto}
#col02 .widget .wp_bannerize {margin-top:11px;border:1px solid #f2f2f2;box-sizing:border-box;padding:2px;}
.wrap3 #col02{padding-left:7px;box-sizing:border-box}

/*últimos videos: horizontal*/
.frame ul{max-height:500px;margin-left:9px}
.frame ul .bloque{width: 960px !important;height: 470px !important;overflow: hidden;float: left;}
.frame ul li {width: 225px !important;height: 100% !important;max-height:240px;box-sizing: border-box;margin-right: 10px !important;}
.frame #divHor140px{width: 225px !important;height: 100% !important;}
.frame #divFotoHor{width: 225px !important;height: 127px !important;margin-right: 10px;}
.frame #divFotoHor img:first-child{width: 225px !important;height: 127px !important;}
.frame #divFotoHor .play-imagen {
    top: 36%;
    left: 43%;
    max-width: 40px !important;
    width: 100%;
}

/*

.frame ul li {width: 300px !important;height: 300px !important;box-sizing: border-box;margin-right: 15px !important;}
#divHor140px{width: 300px !important;height: 100% !important;}
#divFotoHor{width: 300px !important;height: 169px !important;}
#divFotoHor img:first-child{width: 300px !important;height: 169px !important;}
#divFotoHor .play-imagen {
    top: 36%;
    left: 43%;
    max-width: 40px !important;
    width: 100%;
}
*/

#contenido {position: relative;}

.pestañaUltimosVideos a:hover{color:#fff;}
.pestañaUltimosVideos:hover{opacity: 0.5}
/*.pestañaUltimosVideos:hover{opacity: 0.7;position: relative;bottom: 7px;}
.pestañaUltimosVideos h7:hover{padding-bottom: 12px;border: 0 !important;}*/

.pestañaVideosMasVistos{position: absolute;/*top: 425px;*/left: 120px;opacity: 0.7;border:0 !important;}
.pestañaVideosMasVistos a:hover{color:#fff;}
.pestañaVideosMasVistos:hover{opacity: 1;}
/*.pestañaVideosMasVistos:hover h7{padding-bottom: 12px;position: relative;bottom: 7px;border: 0 !important;vertical-align: middle;box-sizing:border-box}*/

.pestañaUltimos7dias{position: absolute;/*top: 425px;*/left: 262px;opacity: 0.7;border:0 !important;}
.pestañaUltimos7dias a:hover{color:#fff;}
.pestañaUltimos7dias:hover{opacity: 1}



.emision{
	height:27px;
	/*background:url('images/adorno-reproductor.png') no-repeat 97% 1%;*/
	/*font-family:'AmpleSoft';*/
	font-size:22px;
	box-sizing:border-box;
	padding:3px 0 0 3px;
	margin:0;
	position:inherit;
	z-index:1;
	top:-6px;
	color:#7a7a7a
	}
.emision span{color:#0066cc}	
.emision .decoracion{width:70px;vertical-align:middle;}
.emision a img,.videoPrincipal a img{display:block;width:24px;height:24px;border-radius:20%;vertical-align:top;float:right;box-shadow: 0 1px 4px rgba(21, 175, 151, 0.3), 0 0 40px rgba(21, 175, 151, 0.1) inset;background:rgba(21,175,151,0.5);margin-right:5px}
.emision a svg,.videoPrincipal a svg{display:block;width:24px;height:24px;border-radius:20%;vertical-align:top;float:right;background:rgba(255,255,255,0.3);margin-right:5px}
/*.emision a img,.videoPrincipal a img{display:block;width:24px;height:24px;border-radius:20%;vertical-align:top;float:right;box-shadow: 0 1px 4px rgba(21, 175, 151, 0.3), 0 0 40px rgba(21, 175, 151, 0.1) inset;background:rgba(21,175,151,0.5);margin-right:5px}
.emision a svg,.videoPrincipal a svg{display:block;width:24px;height:24px;border-radius:20%;vertical-align:top;float:right;background:rgba(255,255,255,0.3);margin-right:5px}*/
.wrap3{overflow:hidden;width:100%}
.botonesApp{margin-top: -20px;}
#wpcf7-f62672-p62673-o1 .wpcf7-form p{width:100%}
.Visores{overflow: hidden;max-width: 100%;display: block;width: 100%;}
.Visores + #wrap-contenido-container #wrap-contenido{padding-top: 15px;}
.codigoEmisionDirecto p{margin-bottom:0px !important}
#formulaire-recherche form input#s2 {
    font-size: 12px;
    color: #666666;
height: 20px;
width: 200px;
margin-top: 3px;
margin-left: 5px;
float: left;
/*padding: 0 0 0 5px;*/
padding: 4px 10px;
border: none;
    border-right-color: currentcolor;
    border-right-style: none;
    border-right-width: medium;
border-right: 1px solid #ccc;
background: #f2f2f2;
}


#contenedorBuscador{background:rgba(0,102,204,0.05);padding: 10px;box-sizing: border-box;min-height: 100px}

#formulaire-recherche form input#s2 {
    font-size: 12px;
    color: #666666;
height: 20px;
width: 300px;
margin-top: 3px;
margin-left: 5px;
float: left;
/*padding: 0 0 0 5px;*/
padding: 10px 10px;
border: none;
    border-right-color: currentcolor;
    border-right-style: none;
    border-right-width: medium;
/*border-right: 1px solid #13a18c;*/
background: rgba(255,255,255,0.7);
	margin-right: 20px
}
/*#formulaire-recherche form input#bouton {
    border-left-width: 1px;
    border-left-style: solid;
    border-left-color: #CCC;
    height: 27px;
    margin-left: 7px;
    width: 27px;
    border: none;
    margin-top: 4px;
    /*background-image: url(images/lupa.png);* /
    background-repeat: no-repeat;
    padding: 0;
    background-color:#fff;
    border: 0;
    box-shadow: none;
}
*/
#formulaire-recherche form input#bouton {
    border-left-width: 1px;
    border-left-style: solid;
    border-left-color: #CCC;
    height: 40px;
    margin-left: 7px;
    width: 80px;
    border: none;
    margin-top: 4px;
    /*background-image: url(images/lupa.png);*/
    background-repeat: no-repeat;
    padding: 0;
    background-color:#fff;
    border: 0;
    box-shadow: none;
}

button#bouton{background:none;border:0;cursor:pointer}
button#bouton:hover{opacity:0.7}
.iconoLupa {
    height:40px /* 30px*/;
    width: 50px;
    color: #0066cc;
    background: none;
    vertical-align: bottom;
    padding: 7px 0 0 0;
    margin: 0;
        margin-left: 0px;
    border-left: 1px solid;
    margin-left: 10px;
	font-size: 25px !important;
	float: left
}

#desde,#hasta{
	font-size: 12px;
color:
#666666;
height: 20px;
margin-top: 3px;
margin-left: 0px;
float: left;
padding: 0 0 0 5px;
padding: 4px 10px;
border: none;
    border-right-color: currentcolor;
    border-right-style: none;
    border-right-width: medium;
border-right-color: currentcolor;
border-right-style: none;
border-right-width: medium;
background:
    rgba(255,255,255,0.7);
	margin-right: 20px
}

.su-posts-default-loop.listadoNoticiasSalud h2.su-post-title a{font-size:1.8em}
.su-posts-default-loop.listadoNoticiasSalud .su-post-thumbnail{width:auto;height: auto;margin-right: 3em}
.su-posts-default-loop.listadoNoticiasSalud .su-post-thumbnail img {
    max-width: 300px;
    max-height: 175px;
	min-width: 300px;
}
