@import "/static/css/general_sxt3.css";
@import "/static/css/mods_sxt3.css";
/**********************************

	La Sexta 3 - Estilos generales
	
	azul sobre oscuro: #3FADFC
	azul sobre claro: #0078CE 
	
***********************************/
/* Base
--------------------------------------------------------------------------------*/
.bg_fixed {
	background: #000 url('../../images/bg_ls3.jpg') 50% 0 no-repeat;
	background-attachment: fixed;
}
.menu_portales {
	border-bottom: 1px solid #0093FD;
}
#header .content .main_menu .second li a:hover {
	background: #3fadfc;
	background: -moz-linear-gradient(top, #3fadfc 0%, #3b92ef 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3fadfc), color-stop(100%,#3b92ef));
	background: -webkit-linear-gradient(top, #3fadfc 0%,#3b92ef 100%);
	background: -o-linear-gradient(top, #3fadfc 0%,#3b92ef 100%);
	background: -ms-linear-gradient(top, #3fadfc 0%,#3b92ef 100%);
	background: linear-gradient(top, #3fadfc 0%,#3b92ef 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3fadfc', endColorstr='#3b92ef',GradientType=0 );
}
#header .content .social a {
    color: #3FADFC;
}
#header .content .main_menu .first a.active, #header .content .main_menu .first a.active:hover {
    border-bottom: 2px solid #0093FD;
}
.pie_principal .links ul li ul li {
    border-right: 1px solid #0063A5;
}
.pie_principal .links ul li a {
    color: #0078CE;
}
#footer .pie_principal .marca {
    border-bottom: 4px solid #0093FD;
}
/* Cambio de fondo
--------------------------------------------------------------------------------*/
.bg_fixed {
	background: #000 url('../../images/bg_ls3.jpg') 50% 0 no-repeat; /*esta línea*/
	background-attachment: fixed;
}