<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */

*{
	padding:0;
	margin:0;
	box-sizing:border-box;
	font-family:Roboto-Regular;
}
body{
	background:url("../img/imagen_fondo.jpg") fixed;
	background-size:cover;
}
@font-face{
	font-family:Roboto-Bold;	
	src:url("../rsc/font/Roboto-Bold.ttf");
}
@font-face{
	font-family:Roboto-Medium;	
	src:url("../rsc/font/Roboto-Medium.ttf");
}
@font-face{
	font-family:Roboto-Regular;	
	src:url("../rsc/font/Roboto-Regular.ttf");
}
@font-face{
	font-family:Roboto-Italic;	
	src:url("../rsc/font/Roboto-Italic.ttf");
}
#main-wrap{
	width:1024px;
	margin:10px 0 0 10px;
	border:1px solid #ccc;
	background:#fff;
	-webkit-box-shadow:0px 0px 24px 0px rgba(0,3,51,1);
	-moz-box-shadow:0px 0px 24px 0px rgba(0,3,51,1);
	box-shadow:0px 0px 24px 0px rgba(0,3,51,1);
}
nav{
	padding:0 36px;
	background:#fff;
}
nav li{
	display:inline;	
}
nav li a{
	display:inline-block;
	padding:26px;
	text-transform:uppercase;	
}
nav li a:hover{
	color:#FBB109;
}
#transmision-vivo{
	position:absolute;
	right:8px;
	bottom:0;
}
#nota-principal{
	position:relative;
	height:643px;
}
#nota-principal .img{
	width:100%;
	height:643px;	
}
#nota-principal .titulo{
	width:600px;	
}
#nota-principal .txt{
	position:absolute;
	left:70px;
	top:40px;
}
#nota-principal .volanta p{
	color:#fff;
	font-weight:700;
	font-size:20px;
	text-transform:uppercase;
}
#nota-principal .titulo h1{
	color:#FBB109;	
	font-weight:700;
	font-size:60px;
	margin:0;
}
.mobile{
	display:none;	
}
.profile-page header{
	margin:0 0 30px 0;
}
header{
	width:100%;
}
header p{
	color:#999;
	text-align:center;
	text-decoration:none;
	font-family:Roboto-Bold,Arial;
	font-size:16.0pt;
	width:812px;
	margin:60px auto;	
	line-height:32px;
	display:block;
}
.content{
	overflow:hidden;
	padding:0 26px;
}
.titulo-bloques{
    color:#0745AB;
    text-align:left;
    text-decoration:none;
    font-family:Roboto-Bold,Arial;
    font-size:20px;
    line-height:28px;
	text-transform:uppercase;
	margin:0 0 19px 0;
}
.overflowhidden{
	overflow:hidden;	
}
.positionrelative{
	position:relative;
}
.col3{
	overflow:hidden;
	margin-bottom:20px;
}
.overflowhidden .nota{
	width:300px;
	margin:17.5px 35px 17.5px 0;
}
.overflowhidden .nota:last-child{
	margin:17.5px 0;	
}
.nota{
	float:left;
}
.overflowhidden .nota div:nth-child(2){
	color:#333;
	font-family:Roboto-Medium,Arial;
	font-weight:100 !important;
	font-size:11px;
	line-height:24px;
	padding:10px 0;
}
.nota h2{
	font-weight:700;
	color:#333;
}
h1{
	font-family:Roboto-Bold;
	font-size:34px;
	color:#000;
	margin:20px 0 30px 0;
}
h2{
	font-family:Roboto;
	font-weight:700;
	font-size:30px;
	color:#000;
}
h3{
	font-family:Roboto-Bold;
	font-size:24px;
	color:#000;
}
p{
	font:normal normal 16px Roboto-Regular;
	color:#000;
	line-height:22px;
}
.h2regular{
	font:normal normal 24px Roboto-Regular;
	color:#333;
	margin:10px 0 20px 0;
}
#autor{
	overflow:hidden;
	margin:20px 0 20px 0;
}
#autor div{
	float:left;
	margin:0 0 0 8px;
}
#autor p{
	font-family:Roboto-Italic,Arial;
	font-size:14px;
	margin-top:27px;
	color:#444;
}
#autor img{
	margin:0;
}
hr{
	border-bottom:1px solid #ddd;
	border-top:0;
	border-left:0;
	border-right:0;
	width:972px;
	margin:20px auto;
}
.col2left{
	width:570px;
	float:left;
}
.col1right{
	width:375px;
	float:right;	
}
.midcol{
	width:46%;
}
.midcol .nota{
	margin:20px 0 40px 0;
}
.midcol .nota img{
	width:100%;
}
.midcol .nota h2{
    /*font:normal normal 32px Roboto-Bold;*/
	margin:11px 0;
}
.videos-wrap h2{
	font-size:20px;
}
.floatleft{
	float:left;
}
.floatright{
	float:right;
}
.mapa{
	border:1px solid #aaa;
	margin:60px 0 0 0;
	width:373px;
}
.midcol .mapa{
	margin:0;
}
#mainslider{
	overflow:hidden;
	margin-bottom:20px;
}
iframe{
	width:100%;
	/*height:170px;*/
}
#perfil-hilary{
	float:left;
	width:512px;
	height:350px;
	background:url("../img/hillary-trump.jpg");
	background-size:cover;
}
#perfil-trump{
	float:right;
	width:512px;
	height:350px;
	background:url("../img/hillary-trump2.jpg");
	background-size:cover;
}
.perfiles{
	position:relative;
}
.perfiles .txt{
	position:absolute;
	bottom:30px;
	left:30px;
}
.positionrelative aa{
	position:absolute;
	display:block;
	width:100%;
	height:100%;
	top:0;
	z-index:1;
}
.positionrelative a:nth-child(2){
	right:0;
}
.titulo-perfil{
	color:rgb(253, 202, 46);
	font-family:Roboto-Bold;
	margin:20px 0 10px 0;
	font-size:38px;
}
.perfiles p{
	color:#fff;
	line-height:22px;
}
.cuerpo-nota{
	margin:0 0 100px 0;
}
.cuerpo-nota img{
	margin:25px 0 25px 0;
	width:100%;
}
.cuerpo-nota a{
	color:#0858A8;
}
.cuerpo-nota a:hover{
	text-decoration:underline;
}
#ficha-personal{
	background:#EFEFEF;
	padding:10px 15px;
}
#ficha-personal table p{
	font-family:arial;
	font-size:16px;
}
#ficha-personal table tr td:last-child p{
	font-weight:700;
	line-height:22px;
}
#ficha-personal table tr td:last-child{
	font-weight:700;
}
#ficha-personal table td{
	vertical-align:top;
}
#notas-adicionales .nota{
	width:100%;
	margin:30px 0 20px 0;
	float:none;
}
#notas-adicionales .nota img{
	width:100%;
}
#notas-adicionales .nota div:last-child{
	padding:10px 0 5px 0;
}
#notas-adicionales .nota h2{
	font-size:20px;
	color:#333;
}
img{
	width:100%;
}
a{
	color:#000;
	text-decoration:none;
}
a:hover{
	color:#FBB109;
}
.epigrafe{
	line-height:22px;
}
.img{
	position:relative;
	height:193px;
	background:url("../img/bg.jpg") bottom;
	background-size:cover;
}
.midcol .img{
	height:287px;
}
.fancybox-nav{
	display:none;
}
.contenedor-general-hidden{
	overflow:hidden;	
}
#multimedia{
	width:85px;
	margin-top:10px;
}
#multimedia div:first-child{
	margin-bottom:10px;	
}
#info{
	background:#713633;
	padding:30px;
	margin-bottom:20px;
	height:583px;
	overflow:hidden;
}
.multimedia-notas{
	position:absolute;
	bottom:5px;
	left:0;
	width:50%;
	overflow:hidden;
}
.multimedia-notas div{
	float:left;
	width:40%;
	margin:0 5px;
}
.icono-video{
	padding:8px 0;
}
.icono-audio{
	padding:0 !important;
}
footer{overflow:hidden;}footer .contenedor-general{width:220px;padding:10px 10px 0;float:left}footer .floatright{width:797px}footer .titulo-bloque{font:700 22px roboto;text-transform:uppercase;padding:5px 0}footer li{list-style:none}footer li:last-child{border-bottom:0}footer li a{padding:2px 0;display:block;color:#A09E9E}footer a:hover{color:#FBB109}#data-fiscal{float:left}#aviso-legal{float:left;width:800px;margin-left:10px}#aviso-legal p{font-size:12px}footer img{width:auto;}#logos-footer{overflow:hidden;margin-bottom:5px}#aviso-legal p{color:#999}#logos-footer .floatleft{width:110px}#logos-footer .floatright{width:370px}.aviso-legal p{font:14px arial}.aviso-legal{list-style:inside;background:linear-gradient(whitesmoke,white,whitesmoke);margin:10px}footer .contenedor-general-hidden{padding:0 0 50px 50px}footer .social{background:#fff;border-top:1px solid #BCBCBC}footer .social .contenedor-general-hidden{width:656px;margin:auto;background:#fff!important;text-align:center;overflow:visible;height:120px}footer .social .contenedor-general-hidden&gt;div{float:left;margin-right:20px;position:relative}footer .social img{-webkit-filter:grayscale(100%);-moz-filter:grayscale(100%);-ms-filter:grayscale(100%);-o-filter:grayscale(100%);filter:url(svg-url#element-id);filter:grayscale(100%);filter:gray}footer .social p{font:700 14px arial;color:#686868;text-transform:uppercase}footer .social .contenedor-general-hidden&gt;div:hover img{-webkit-filter:grayscale(0%);-moz-filter:grayscale(0%);-ms-filter:grayscale(0%);-o-filter:grayscale(0%);filter:grayscale(0%)}footer .social .contenedor-general-hidden&gt;div:hover p{color:#0584CC}footer .contenedor-general-hidden&gt;div:last-child{margin:0}footer .contenedor-general-hidden:last-child{background:#111;padding:15px 5px;}footer .msj{display:none;position:absolute;top:-226px;left:-20px;background:#FBB109;padding:20px;border-radius:12px;width:236px;height:186px;z-index:1;opacity:.98}footer .msj a{color:#fff}footer .msj a:hover{text-decoration:underline}footer .msj:before{}footer .msj:after{content:"";position:absolute;border-style:solid;display:block;width:0;left:50px;bottom:-37px;border-width:0 0 37px 34px;border-color:transparent #FBB109}footer .msj h4{font:normal normal 12px arial;text-align:left;text-transform:none;line-height:20px;font-weight:700;color:#000!important}footer .msj p{font:normal normal 12px arial;color:#000!important;text-align:left;text-transform:none;line-height:20px}footer .contenedor-general-hidden&gt;div:hover .msj{display:block}

.volver{
	padding:10px 10px 10px 5px;
	font-family:Roboto-Bold;
	background:#184562;
	float:left;
	border-radius:2px;
}
.volver a{
	color:#fff;
}

/*FIX*/
@media (min-width:1919px){
	body{
		background:url("../img/imagen_fondo.jpg") -473px 0 fixed;	
	}
}
/*FIX*/

/*TABS*/
.tabs{
    position:relative;
	width:100%;
}
.tabs iframe{
	width:100%;
}
.tabs input{
	position:absolute;
	z-index:1000;
	width:140px;
	height:40px;
	left:0px;
	top:0px;
	opacity:0;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter:alpha(opacity=0);
	cursor:pointer;
}
.tabs input#tab-2{
	left:137px;
}
.tabs input#tab-3{
	left:279px;
}
.tabs input#tab-4{
	left:422px;
}
.tabs label{
	color:#fff;
	text-transform:uppercase;
	font-size:20px;
	padding:0 10px;
	margin-bottom:30px;
	display:inline-block;
	width:133px;
    text-align:center;
}
.tabs label:hover{
	font-weight:700;	
}

.tab-label-2{
    z-index:3;
}

.tab-label-3{
    z-index:2;
}

.tab-label-4{
    z-index:1;
}
.clear-shadow{
	clear:both;
}
.content-tabs{
    background:#fff;
	position:relative;
    width:100%;
	height:467px;
	z-index:5;
    box-shadow:0 -2px 3px -2px rgba(0,0,0,0.2), 0 2px 2px rgba(0,0,0,0.1);
    border-radius:0 3px 3px 3px;
}
.content-tabs div{
    position:absolute;
	top:0;
	left:0;
	z-index:1;
    opacity:0;
    -webkit-transition:opacity linear 0.1s;
    -moz-transition:opacity linear 0.1s;
    -o-transition:opacity linear 0.1s;
    -ms-transition:opacity linear 0.1s;
    transition:opacity linear 0.1s;
}
.content-1{
	width:100%;
}
.content-2{
	width:100%;
}
.content-3{
	width:100%;
}
.content-4{
	width:100%;
}
.tabs input.tab-selector-1:checked ~ .content-tabs .content-1,
.tabs input.tab-selector-2:checked ~ .content-tabs .content-2,
.tabs input.tab-selector-3:checked ~ .content-tabs .content-3,
.tabs input.tab-selector-4:checked ~ .content-tabs .content-4{
	z-index:100;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter:alpha(opacity=100);
    opacity:1;

    -webkit-transition:opacity ease-out 0.2s 0.1s;
    -moz-transition:opacity ease-out 0.2s 0.1s;
    -o-transition:opacity ease-out 0.2s 0.1s;
    -ms-transition:opacity ease-out 0.2s 0.1s;
    transition:opacity ease-out 0.2s 0.1s;
}
/*TABS*/</pre></body></html>