

/* FIX PARA MODULO DE RADIOS EN VIVO */

.site-header-sticky .radios-vivo > a.active{
	    padding: 0;
    text-indent: 0;
    background: none;
    display: inline;
}

.site-header-sticky .radios-vivo ul > a.active,
.site-header-sticky .radios-vivo ul li > a.active{
	display: none;
}

.ocms_de_bt{
	position: absolute!important;
	z-index: 1001!important;
}

/*
	HEADER
*/
/*------------------------GLOBALES HEADER----------------------*/

.site-header{
	margin-top:21px;
	background:white;
}
.site-header li,
.site-header-sticky li {
	float: left;
	list-style: none;
}

.site-header-sticky .showmobile{
	display: none;
}



/*------------------------LOGO Y ENCABEZADO CLIMA----------------------*/

.site-header{
	z-index: 10;
	position: relative;
}
.site-header .logo {
	width: 335px;
	margin-right: 95px;
	padding-top: 1px;
	float: left
}
.site-header-sticky .logo {
	width: 168px;
	margin-right:18px;
}
.site-header .logo span{
	position:relative;
	left:62px;
	top:-19px;
	display: inline-block;
	padding: 11px 0 0 11px;
	font-family: "PT Sans";
	font-size: 14px;
	color: #a8a8a8;
}
.site-header .logo span:first-letter{
	text-transform: uppercase;
}

.site-header-sticky .logo span{
	display:none;
}

.site-header .logo img {
	float: left;
	vertical-align: top;
	margin: 10px 0px 10px 0px;
	height: 60px;
}

.site-header-sticky .logo img {
	width:159px;
	height:30px;
	float: left;
	position:relative;
	top:5px;
	vertical-align: top;
	margin:0;
}
/*------------------------MENU SECCIONES STICKY----------------------*/
.site-nav .menu-navegacion a {
	display: inline-block;
	font-family: "Fjalla One";
	/*font-size: 1.0625em;****************/
	font-size: 15px;
	color: #292929;
	text-transform: uppercase;
	text-decoration: none;
	padding: 11px 17px 9px 17px;
	-webkit-transition: background-color .4s ease 0s;
	   -moz-transition: background-color .4s ease 0s;
	    -ms-transition: background-color .4s ease 0s;
	     -o-transition: background-color .4s ease 0s;
	        transition: background-color .4s ease 0s;
}

.site-nav .menu-navegacion a:hover{
	background-color: #e3e3e3;
	color: #404040;
}

.site-nav .menu-navegacion li + li a {
	border-left: 1px solid #dbdbdb;
}

.site-nav .menu-navegacion a.active {
	background-color: #292929;
	color: white;
	cursor:default;
}
/*REDES SOCIALES/BUSQUEDA/PERFIL----------------------*/
.menu-redes {	
	float:right;
}
.site-header-sticky .menu-redes{
	position: relative;
}
.site-header-sticky .menu-redes ul{
	margin:0;
	float:right;
}
.menu-redes > span {
	float: left;
	padding-top: 14px;
	padding-right: 4px;
	font-family: "pt sans";
	/*font-size: .8125em;****************/
	font-size: 13px;
	color: #b3b3b3;
}


.menu-redes a {
	display: block;
	padding-top: 10px;
	padding-bottom:9px;
	height:22px; 
	overflow: hidden;
}

.menu-redes li.site-search {
	border-right: 1px solid #dbdbdb;
	border-left: 1px solid #dbdbdb;
}
.menu-redes li.site-search form{
	width: auto!important;
}


.site-header-sticky{
	position:fixed;
	width:100%;
	background:white;
	border-top: 3px solid #ec4012;
	margin:0;
	margin-bottom:110px;
	-webkit-transition: top .4s ease 0s;
	   -moz-transition: top .4s ease 0s;
	    -ms-transition: top .4s ease 0s;
	     -o-transition: top .4s ease 0s;
	        transition: top .4s ease 0s;
	top:-134px;
	border-top: 3px solid #ec4012;
	z-index:2000;
}

.site-header-sticky.active {
	top:0px;
}
.site-header-sticky .secciones-sticky{
	display:none;
	
	padding-top:11px;
	padding-right:20px;
	padding-bottom:9px;
	padding-left:17px;
	font-family: "Fjalla One";
	font-size: 17px;
	text-transform:uppercase;
	border-left: 1px solid #dbdbdb;
	border-right: 1px solid #dbdbdb;
	color:#333333;
	text-decoration:none;
}

.site-header-sticky .secciones-sticky i{
	float:left;
	margin-top:2px;
	margin-right:7px;
	width: 21px;
	height: 16px;
	background-position: 0 -60px;
}

.site-header-sticky .secciones-sticky{
	display:block;
	float:left;
}

/*------------------------WIDGET CLIMA----------------------*/
.site-header .widget-clima {
	position: relative;
	padding-top: 2px;
	padding-bottom: 12px;
	float:left;
}
.site-header-sticky .widget-clima {
	padding-top: 2px;
	height:27px;
}
.site-header .widget-clima img {
	position: relative;
	top: 0;
	margin-right: 12px;
	float: left;
	width: 60px;
	height: 60px;
}
.site-header-sticky .widget-clima img {
	position:static;
	vertical-align:top;
	width:31px;
	height:31px;
	margin-right: 7px;
	margin-left:15px;
	margin-top: 3px;
}
.site-header .widget-clima {width: 277px}
.site-header .widget-clima .widget-clima-data-left{margin-right: 5px;width:86px;float: left;}
.site-header-sticky .widget-clima-data-left{margin-right: 5px;width:77px;float: left;}
.site-header .widget-clima .widget-clima-data-right{
	margin-right: 0;
	width: 82px;
	float:left;
}
.site-header .widget-clima span,
.site-header .widget-clima abbr {
	display: block;
	font-family: "Fjalla One";
	text-decoration:none;
}
.site-header .widget-clima .clima-temperatura {
	/*font-size: 2.375em;****************/
	font-size: 30px;
	color: #333333;
}
.site-header-sticky .widget-clima .clima-temperatura {
	font-size: 25px;
	float:left;
	padding-top:4px;
}

.site-header .widget-clima .clima-st {
	/*font-size: 1.125em;****************/
	font-size: 18px;
	color: #a8a8a8;
}
.site-header-sticky .widget-clima .clima-st {
	font-size: 16px;
	float:left;
	padding-top:13px;
}

.site-header .widget-clima .clima-zona {
	padding-top: 7px;
	/*font-size: 1.0625em;****************/
	font-size: 17px;
	color: #333333;
	text-transform: uppercase;
	cursor: pointer;
}


.site-header .widget-clima .clima-zona i {
	line-height:.45;
	display: inline-block;
	width: 13px;
	height: 6px;
	margin-bottom: 4px;
	margin-left: 2px;
	background-position: -108px 0;
}
.site-header .widget-clima.active .clima-zona i {background-position: -108px -8px}
.site-header .widget-clima .clima-zona:hover {text-decoration: underline}

.site-header-sticky .widget-clima .clima-descripcion,
.site-header-sticky .widget-clima .clima-zona{
	display:none;
}

.site-header .widget-clima .clima-descripcion {
	margin-top: 6px;
	margin-left: 1px;
	font-family: "pt sans";
	/*font-size: .875em;****************/
	font-size: 14px;
	
	color: #a8a8a8;
}

/*------------------------WIDGET CLIMA EXTENDIDO----------------------*/
.site-header .widget-clima.active .popup-clima{
	
	opacity:1;
	display:block;
	z-index:2000;
	
}
.site-header .popup-clima{
	display:none;
	position:absolute;
	top:114px;
	left:-34px;
	background: white;
	width:350px;
	padding-left:21px;
	padding-top:13px;
	padding-bottom:16px;
	box-shadow: 0 0 5px #a0a0a0;
	z-index: 10;
}
.site-header .popup-clima:after{
	content:"";
	width:33px;
	height:16px;
	display:block;
	position:relative;
	z-index:1000;
	background: url('/export/sites/rosario3/arte/flecha-popup-clima.jpg');
	left:45px;
	top:-440px;
}

.site-header .popup-clima .titulo{
	font-family: "Fjalla One";
	/*font-size: .875em;****************/
	font-size: 17px;
	text-transform:uppercase;
	float:left;
	padding-bottom:3px;
	margin-bottom:10px;
	border-bottom: 3px solid #e3e3e3;
	margin-top:14px;
}
.site-header .popup-clima .logo{
	width:48px;
	height:23px;
	background: url('/export/sites/rosario3/arte/logos/info-clima.jpg');
	margin-right:0;
	float:right;
	margin-right:18px;
	margin-top:12px;
	display:block;
}


.site-header .popup-clima .dias li{
	margin-top:10px;
	margin-bottom:3px;
	padding-left:10px;
	padding-right:2px;
	border-bottom: 1px solid #e3e3e3;
	height:106px;
	margin-right:16px;
}
.site-header .popup-clima .general{
	width:75px;
	float:left;
}

.site-header .popup-clima .dia{
	text-transform:uppercase;
	font-size:14px;
	margin-bottom:5px;
}

.site-header .popup-clima img{
	margin-top:8px;
	
}
.site-header .popup-clima div.detalles{
	width:136px;
	float:right;
}

.site-header .popup-clima .cielo{
	font-family: "pt sans";
	font-size:14px;
	color:#b3b3b3;
	margin-top:25px;
	margin-left:21px;
	margin-bottom:4px;
}

.site-header .popup-clima .detalles abbr{
	font-size: 13px;
	text-transform:uppercase;
	margin-top:3px;
	margin-left:22px;
	width:44px;
	float:left;
	color:#b3b3b3;
}

.site-header .popup-clima .detalles abbr span{
	float:right;
	color:black;
}

.site-header .popup-clima .detalles abbr+abbr{
	margin-left:15px;
}

.site-header .popup-clima .detalles abbr+abbr span{
	margin-right:2px;
}
.site-header .popup-clima a{
	display:block;
	float:right;
	text-decoration:none;
	font-family:"pt sans";
	font-size:14px;
	color:#ec4012;
	margin-top:6px;
	margin-right:16px;
}

/*------------------------RADIOS ONLINE----------------------*/


.site-header .radios-vivo {
	position: relative;
	height: 56px;
	padding-top: 35px;
	padding-left: 1px;
	float: right;
	top:-15px;
}
.site-header-sticky .radios-vivo {
	height:30px;
	margin-left: 0;
	left: -10px;	
	padding-top: 15px;
}
.radios-vivo ul{
	position: relative;
	top:-15px;
	left: 1px;
}
.site-header .radios-vivo .titulo {
	position: absolute;
	display: inline-block;
	top: 0;
	right: 0;
	padding: 4px 10px 2px 12px;
	font-family: "Fjalla One";
	/*font-size: .875em;****************/
	font-size: 14px;
	color: white;
	text-transform: uppercase;
	background-position: 0 -80px;
	border-radius: 0 2px 2px 0;
	z-index: 1000;
	background-color: #ec4012;
}

.site-header .radios-vivo .radioArrow{
	position: absolute;
	background-position: -82px -104px;
	width: 8px;
	height: 23px;
	top:0;
	left: -7px;
	transform: rotate(179deg);
	-webkit-transform: rotate(179deg);
	-moz-transform: rotate(179deg);
	-ms-transform: rotate(179deg);
	-o-transform: rotate(179deg);
}


.site-header-sticky .radios-vivo .titulo {
	margin-top:9px;
	padding-right: 15px;
	padding-bottom: 3px;
	position: static;
	background-position: 0 -104px;
	border-radius: 100px 0 0 100px;
	float: left;
}



.site-header-sticky .radios-vivo .titulo span{
	display:none;
}
.site-header .radios-vivo ul{
	margin-top:2px;
}
.site-header-sticky .radios-vivo ul{
	float: right;
	margin-top:24px;
	position: relative;
	left: -3px;
	margin-left: 0;
	
}
.site-header .radios-vivo li + li {
	border-left:1px solid #dbdbdb;
}

.site-header .radios-vivo li.canalTres{
	width: 100px;
	height: 68px;
	position: relative;
}
.site-header .radios-vivo li.canalTres .logo{
	width: 43px;
	height: 48px;
	background-position: -419px 0;
	margin: 10px 0 0 26px;
}

.site-header .radios-vivo li.canalTres .titulo{
	left: 22px;
	top: -25px;
	width: 41px;
}
.site-header .radios-vivo li.canalTres a.vivo{
	border: 6px solid #ec4012;
	width: 75px;
	position: relative;
	padding: 8px 10px 8px 0;
	top: -17px;
	margin-left: 4px;
	z-index: 1;
}
.site-header .radios-vivo li.canalTres .logo.vivo{
	width: 43px;
	height: 48px;
	background-position: -419px -50px;
	margin: 10px 0 0 20px;
}
.site-header .radios-vivo li.canalTres .selected-on,
.site-header .radios-vivo li.canalTres .selected-off{
	position: absolute;
	top: 0;
	left: -4px;
	right: 0;
	bottom: 0;
	width: 104px;
	background-color: rgba(41,41,41,.6);
	opacity: 0;
	transition: .4s opacity;
	display: none;
}
.site-header .radios-vivo li.canalTres:hover .selected-on,
.site-header .radios-vivo li.canalTres:hover .selected-off{
	opacity: 1;
}
.site-header .radios-vivo li.canalTres .selected-on.active,
.site-header .radios-vivo li.canalTres .selected-off.active{
	display: block;
}
.site-header .radios-vivo li.canalTres .selected-on .icon{
	height: 40px;
	width: 32px;
	background-position: -643px -79px;
	margin: 22px 0 0 30px;
}
.site-header .radios-vivo li.canalTres .selected-off .icon{
	height: 44px;
	width: 67px;
	background-position: -641px -28px;
	margin: 11px 0 0 17px;
}
.site-header .radios-vivo li.radio2{
	position:relative;
	width:107px;
	height:68px;
	padding-right:7px;
}
.site-header .radios-vivo li.radio2{
	width:100px;
}

.site-header .radios-vivo li.radiovida{
	position:relative;
	width:114px;
	height:68px;
}

.site-header .radios-vivo li.radioplus{
	position:relative;
	width:100px;
	height:68px;
}

.site-header.site-header-sticky .radios-vivo li{
	width: auto;
	height:24px;
	overflow:hidden;
	border:none;
}
.site-header.site-header-sticky .radios-vivo li .logo{
	display: none;
}
/*
.site-header-sticky .radios-vivo li.stop{
	display:none;
}
*/
.site-header .radios-vivo a{
	width:100%;
	height:100%;
	display:block;
	overflow:hidden;
	text-indent:-9999px;
}
.site-header-sticky .radios-vivo a{
	text-indent:41px;
	padding-top:4px;
	background:#ffffff;
	color:#4080ff;
	text-decoration:none;
	font-family:"Fjalla One";
	font-size:14px;
	padding-right: 10px;
}
.radios-vivo .logo{
	background: url('/export/sites/rosario3/arte/iconos.png');
}
.sticky .radios-vivo .logo{
	background: none;
}

.radio2 .logo {
	width: 65px;
	height: 36px;
	margin: 16px 0 0 26px;
	background-position: -174px 0;
}
.radiovida .logo{
	width: 93px;
	height: 23px;
	margin: 24px 7px 0 14px;
	background-position: -240px 0;
}
.radioplus .logo{
	width: 73px;
	height: 31px;
	margin: 20px 8px 0 19px;
	background-position: -241px -50px;
}
/*ESTADOS DE RADIOS STOP/PLAY/MUTE----------------------*/
.site-header .radios-vivo .selected{
	display:block;
	opacity:0;
	top:0;
	position:absolute;
	width:100%;
	height:100%;
	background:rgba(41,41,41,.6);
	-webkit-transition: opacity .3s ease 0s;
	   -moz-transition: opacity .3s ease 0s;
	    -ms-transition: opacity .3s ease 0s;
	     -o-transition: opacity .3s ease 0s;
	        transition: opacity .3s ease 0s;
}
.site-header.site-header-sticky .radios-vivo .selected{
	width:30px;
	background:#4080ff;
}
.site-header .radios-vivo li.on:hover .selected,
.site-header .radios-vivo li.off:hover .selected,
.site-header.site-header-sticky .radios-vivo .selected{
	opacity:1;
}
.site-header.site-header-sticky .radios-vivo li.off{
	display:none;
}
.site-header .radios-vivo .selected .icon{
	width:49px;
	height:45px;
}
.site-header.site-header-sticky .radios-vivo .selected .icon{
	width:15px;
	height:17px;
}

.site-header .on .icon{
	background-position:-124px 0px;
	margin-left:27px;
	margin-top:10px;
}

.site-header.site-header-sticky .on .icon{
	background-position:-30px -60px;
	margin-left:8px;
	margin-top:4px;
}

.site-header .off .icon{
	background-position:-124px -45px;
	margin-left:30px;
	margin-top:10px;
}
.site-header.site-header-sticky .off .icon{
	background-position:-30px -55px;
}
/*------------------------MENU NAVEGACION----------------------*/
.site-nav{
	border-top: 3px solid #ec4012;
	border-bottom:1px solid #dbdbdb;
}

.site-header-sticky .site-nav{
	border-top:6px solid #dbdbdb;
	border-bottom:none;
	
}

.site-header-sticky .site-nav.active{
	border-top:1px solid #dbdbdb;
	border-bottom:6px solid #dbdbdb;
	height:auto;
}

.site-nav .menu-navegacion,
.site-nav .menu-redes ul {
	float: left;
	margin: 0;
}
.site-header-sticky .site-nav .menu-navegacion, 
.site-header-sticky .site-nav-sticky .menu-responsive{ /* agrego bloqueo del menu responsive */
	display:none;
	
}

.site-header-sticky .site-nav.active .menu-navegacion{
	display:block;
	
}

.menu-redes .icon.facebook {
	margin-left: 7px;
	margin-right: 8px;
	margin-top:2px;
}

.menu-redes  .icon.twitter {
	margin-right: 4px;
	margin-left: 4px;
	margin-top:2px;
}

.menu-redes  .icon.googleplus {
	margin-right: 16px;
	margin-left: 6px;
	margin-top:3px;
}

.menu-redes  .icon.search {
	margin-right: 15px;
	margin-left: 14px;
}

.menu-redes  .icon.profile {
	margin-right: 15px;
	margin-left: 12px;
}

.site-search form label:focus,
.site-search:hover label{
	width: 120px;
}

.site-search:hover .icon{
	background-position: -208px -90px!important;
}

.site-search label{
	float: left;
	overflow: hidden;
	width: 0px;
	transition: width .4s;
}
.site-search input{
	float: left;
	border: none;
	padding: 0 15px;
	color: #101010;
	height: 41px;
	font: 13px/41px 'PT Sans';
	width: 120px;
}
.site-search:hover button{
	background-color: #ec4012;
}
.site-search button{
	background: none;
	border: none;
	width: 51px;
	height: 41px;
	padding: 0;
	margin: 0;
	float: left;
}
.site-header .site-user-profile{
	position: relative;
}
.site-header .site-user-profile a.active .icon{
	background-position: -83px -22px!important;
}
.site-header .site-user-profile ul:after{
	content: ' ';
	display: block;
	width: 9px;
	height: 9px;
	position: absolute;
	top: -6px;
	right: 20px;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	background-color: #ffffff;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	z-index: 11;	
}
.site-header .site-user-profile ul{
	display: none;
	z-index:999;
	background-color: #ffffff;
	border: 1px solid #dddddd;
	position: absolute;
	top: 40px;
	right: 0;
	white-space: nowrap;
	min-width: 100px;
	z-index: 9999999;
	padding: 8px 9px;
	box-shadow: 0 4px 3px -3px rgba(0,0,0,0.2);
}
.site-header .site-user-profile:hover ul{
	display: block;
}
.site-header .site-user-profile li{
	display: block;
	clear: both;
	width: 100%;
	padding: 3px 10px 0;
	box-sizing: border-box;
	-ms-box-sizing: border-box;
}
.site-header .site-user-profile li:hover{
	background-color: #eee;
}
.site-header .site-user-profile li + li{
	margin-top: 10px;	
}
.site-header .site-user-profile li a{
	padding: 0;
}
.site-header .site-user-profile li:hover a{
	color:#ec4012;
}
/*
	SUBMENU
*/
.menu-submenu.active{
	border-top: 1px solid #dbdbdb;
}
.menu-submenu .menu-navegacion{
	display: none!important;
}
.menu-submenu .menu-navegacion.active{
	display: block!important;
	float: none;
	margin: 0 auto;
}