/* HACE INSTANTES
---------------------------------------------------------------------------------------------------------*/
body {
	background-repeat: no-repeat; background-position: top center; background-attachment:fixed;
}

#Ticker{
	width:100%;
	height:40px;
	float:left;
	border-top:4px solid #000;
	background:url(../../images/noticias/layout/bg-ticker.png) 0 0 repeat-x;
	background-color:#0076c0;
}
#Ticker H4{
	float:left;
	padding:0 15px 0 0;
	font-family: 'Source Sans Pro',sans-serif;
    font-size: 14px;
    line-height: 16px;
	font-weight:bold;
	text-transform:uppercase;
	color:#60c1ff;
	margin:12px 0 0;
	background: url(../../images/noticias/layout/header/line-inst.png) right top repeat-y;
} 
#Ticker H5{
	float:left;
	padding:0 15px;
	font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 16px;
	font-weight:bold;
	color:#FFF;
	margin:12px 0 0;
}
#Ticker H5 A{
	color:#FFF;
}
#Ticker H5 A:hover{
	color:#60C1FF;
}
#Ticker A.Close{
	display:block;
	float:right;
	margin:12px 0 0 0;
	width:17px;
	height:17px;
	text-indent:-9999px;
	overflow:hidden;
	background:url(../../images/noticias/layout/header/btn-close.png) left top no-repeat;
}
#Ticker A.Close:hover{
	background-position: left bottom;
}

/* MAIN NAV
---------------------------------------------------------------------------------------------------------*/

#Content NAV {
	padding:0px;
}







/* SUB MENU
---------------------------------------------------------------------------------------------------------*/

#SubMenu {
	border-bottom: 2px solid #D9D9D9;
    float: left;
    height: 35px;
    margin: 0 0 30px;
    padding: 5px 0 0;
    width: 100%;
		
}

/*#SubMenu.Noticias 			{ border-color: #19bcb9; }
#SubMenu.Deportes 			{ border-color: #6b950b; }
#SubMenu.Buendia 			{ border-color: #19bcb9; }
#SubMenu.Entretenimientos 	{ border-color: #19bcb9; }*/

#SubMenu LI {
	float:left;
	margin:-1px 7px 0 0;
	position:relative;
}

#SubMenu LI A {
	border-top: 2px solid #FFFFFF;
    color: #333333;
    float: left;
    font-family: 'Source Sans Pro',sans-serif;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: -0.5px;
    line-height: 33px;
    padding: 0 9px;
    transition: all 0.1s linear 0s;
		
	transition: 		all .1s linear;
	-moz-transition: 	all .1s linear; 
	-webkit-transition: all .1s linear;
	-o-transition: 		all .1s linear; 
}
.webkit #SubMenu LI A {
	padding: 0 7px;
}


#SubMenu A STRONG {
	font-weight:600;
	float:left;
}





#SubMenu LI:hover > A {
	color: #333;
	/*border-top:2px solid #18B9B6;*/
	border-bottom:3px solid #2EC0BD;
}
#SubMenu LI:hover .SubMenuInter{
	display:block;
}
#SubMenu UL LI:hover .SubMenuInter A{
	background-image:none;
}
#SubMenu UL LI:first-child{
	margin-left:0px;
}



#SubMenu.Noticias .Active {
	color: #19BCB9;
}
#SubMenu LI A.Active,
#SubMenu LI A:hover {
	color: #19BCB9;
	border-bottom: 3px solid #18B9B6;
}

#SubMenu A SPAN{
	background:url(../../images/noticias/layout/header/icon-submenu.png) 0 0 no-repeat;
	display: block;
    float: left;
    height: 5px;
    margin: 14px 0 0 10px;
    width: 7px;
}

#SubMenu.Noticias A.Active SPAN,
#SubMenu.Noticias A:hover SPAN {
	background:url(../../images/noticias/layout/header/icon-submenu-2.png) 0 0 no-repeat;
}


#SubMenu .SubMenuInter{
	display:none;
	width:130px;
	position:absolute;
	top:35px;
	left:0px;
	z-index:9999;
	border:1px solid #18b9b6;
	background:#22BCB9;
}
#SubMenu .SubMenuInter LI{
	float:left;
	margin:0;
	width:100%;
}
#SubMenu .SubMenuInter LI A {	
	border-bottom: 1px solid #23ACA9;
    border-top: 1px solid #3DC6C3;
    color: #FFFFFF;
    float: left;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: normal;
    padding: 0 10px;
    width: 110px;
}
#SubMenu .SubMenuInter LI:first-child A{
	border-top:none;
}
#SubMenu .SubMenuInter LI:last-child A{
	border-bottom:none;
}
#SubMenu .SubMenuInter LI A:hover{
	background:#15A6A3;
}









