@charset "UTF-8";
@media screen {

/* --------	Body --------- */
body {
	color: #575757;
	font-family: Arial, Tahoma, Lucida Sans, Verdana,"Trebuchet MS", sans-serif;
	font-size: 12px; }

/* --------	End Body --------- */

/* --------	Headings --------- */
#header { background-color: transparent; }

h1 {
	display: none;
	font-size: 2em;
	font-weight: bold; }

h2 {
	color: #11689F;
	font-size: 1.6em;
	font-weight: bold;
	margin-bottom: 10px;
	text-align: left; }

h3 {
	color: #66a0cb;
	font-size: 1.4em;
	font-weight: bold;
	margin-bottom: 5px;
	text-align: left; }

h4 {
	color: #66a0cb;
	font-size: 1.2em;
	font-weight: bold;
	margin-bottom: 5px; }

h5 {
	color: #004471;
	font-size: 1em;
	font-weight: bold; }

h6 {
	color: #004471;
	font-size: 0.9em;
	font-weight: bold; }
/* --------- End Headings --------- */

/* --------- Links --------- */
a,
a:link,
a:visited,
a:active {
	color: #66a0cb;
	text-decoration: none; }

a:hover,
a:focus { color: #d4a628; }
/* --------- End Links --------- */

/* --------- Enlaces ayuda --------- */
/*h2 a.ayuda { float: right; }*/
h2 a.ayuda { float: right; display: none;}

h2 a.ayuda img,
h2 a.ayuda:link img,
h2 a.ayuda:active img,
h2 a.ayuda:visited img {
	height: 24px;
	width: 24px;
	background-image: url("../img/bg_link_help.png");
	background-position: 0px 0px;
	background-repeat: no-repeat; }

h2 a.ayuda:hover img,
h2 a.ayuda:focus img {
	background-image: url("../img/bg_link_help_hover.png");
	background-position: 0px 0px;
	background-repeat: no-repeat; }
/* --------- End Enlaces ayuda --------- */

/* --------- Breadcrumbs ---------*/
#breadcrumbs ol {
	list-style: none;
	margin-left: 0px; }

#breadcrumbs ol li {
	display: inline;
	margin: 0px;
	padding: 0px; }

#breadcrumbs ol li a,
#breadcrumbs ol li a:link,
#breadcrumbs ol li a:active,
#breadcrumbs ol li a:visited {
	background-image: url("../img/bg_flechas.png");
	background-position: left center;
	background-repeat: no-repeat;
	color: #66a0cb;
	font-size: 1em;
	padding-left: 18px;
	text-decoration: none; }

#breadcrumbs ol li a:hover,
#breadcrumbs ol li a:focus {
	background-image: url("../img/bg_flechas_hover.png");
	color: #d4a628; }

#breadcrumbs ol li:first-child a,
#breadcrumbs ol li:first-child a:link,
#breadcrumbs ol li:first-child a:active,
#breadcrumbs ol li:first-child a:visited {
	background-image: none;
	padding-left: 5px; }

#breadcrumbs ol li:first-child a:hover,
#breadcrumbs ol li:first-child a:focus { background-image: none; }

/*#breadcrumbs ol li:last-child { display: none; }*/
/* --------- End Breadcrumbs ---------*/

/* --------- Main content --------- */
#col_central_content {
	margin: 10px 10px 15px; }

#col3_content {
	margin-bottom: 15px;
	margin-left: 5px;
	margin-right: 15px; }

/* --------- End Main content --------- */

/* --------- Opencms styles --------- */
div.ocms_de_norm {
	clear: right;
	float: right; }
/* --------- End Opencms styles --------- */

/* --------- Footer --------- */
#footer {
	background-color: #004471;

	/* IE10 Consumer Preview */
	background: -ms-linear-gradient(top, #367196 0%, #004471 100%);
	/* Mozilla Firefox */
	background: -moz-linear-gradient(top, #367196 0%, #004471 100%);
	/* Opera */
	background: -o-linear-gradient(top, #367196 0%, #004471 100%);
	/* Webkit (Safari/Chrome 10) */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #367196), color-stop(1, #004471));
	/* Webkit (Chrome 11+) */
	background: -webkit-linear-gradient(top, #367196 0%, #004471 100%);
	/* W3C Markup, IE10 Release Preview */
	background: linear-gradient(to bottom, #367196 0%, #004471 100%);
	/* IE7 */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#367196', endColorstr='#004471');

	border-radius: 0 0 10px 10px;
}

#footer_handle_error {
	background-color: #004471;
	/* IE10 Consumer Preview */
	background: -ms-linear-gradient(top, #367196 0%, #004471 100%);
	/* Mozilla Firefox */
	background: -moz-linear-gradient(top, #367196 0%, #004471 100%);
	/* Opera */
	background: -o-linear-gradient(top, #367196 0%, #004471 100%);
	/* Webkit (Safari/Chrome 10) */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #367196), color-stop(1, #004471));
	/* Webkit (Chrome 11+) */
	background: -webkit-linear-gradient(top, #367196 0%, #004471 100%);
	/* W3C Markup, IE10 Release Preview */
	background: linear-gradient(to bottom, #367196 0%, #004471 100%);
	/* IE7 */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#367196', endColorstr='#004471');
	border-radius: 0 0 10px 10px;
	border-bottom: 1px solid #004471;
	border-left: 1px solid #367196;
	border-right: 1px solid #367196;
	box-shadow: 0 3px 4px rgba(0, 0, 0, 0.5);
	height: 40px;
	margin: 0 auto;
	min-width: 970px;
	width: 1000px;
}

#footer div.footer_center,
#footer_handle_error div.footer_center {
	color: #ffffff;
	display: block;
	font-size: 11px;
	padding-bottom: 5px;
	padding-top: 5px;
	text-align: center; }

#footer div.footer_left,
#footer div.footer_center,
#footer div.footer_right,
#footer_handle_error div.footer_left,
#footer_handle_error div.footer_center,
#footer_handle_error div.footer_right { display: inline-block; }

#footer div.footer_left,
#footer div.footer_right,
#footer_handle_error div.footer_left,
#footer_handle_error div.footer_right { width: 19.5%; }

#footer div.footer_center,
#footer_handle_error div.footer_center { width: 60%; }

#footer div.footer_left a.logo_qf img {
	background-image: url(../img/oldquefondos_pie.png);
	background-position: 0 0;
	background-repeat: no-repeat;
	float: left;
	height: 34px;
	margin-left: 15px;
	margin-top: 7px;
	width: 150px; }

#footer div.footer_right a.logo_vdos img {
	background-image: url(../img/bg_logo.png);
	background-position: 0 0;
	background-repeat: no-repeat;
	float: right;
	height: 24px;
	margin-right: 7px;
	margin-top: -28px;
	width: 81px; }

#footer_handle_error div.footer_right a.logo_vdos img {
	background-image: url("../img/bg_logo.png");
	background-position: 0 0;
	background-repeat: no-repeat;
	float: right;
	height: 24px;
	margin-right: 7px;
	margin-top: 6px;
	width: 81px;
}

#footer #marcador {
	display: block;
	margin-bottom: 3px;
	width: 100%; }

#footer_handle_error #marcador {
	float: left;
	margin-bottom: 0;
	width: 100%;
}


#footer #marcador a,
#footer #marcador a:link,
#footer #marcador a:active,
#footer #marcador a:visited,
#footer_handle_error #marcador a,
#footer_handle_error #marcador a:link,
#footer_handle_error #marcador a:active,
#footer_handle_error #marcador a:visited {
	color: #ffffff;
	font-weight: bold;
	height: 30px; }

#footer #marcador a:hover,
#footer #marcador a:focus,
#footer_handle_error #marcador a:hover,
#footer_handle_error #marcador a:focus { color: #d4a628; }

#footer #foot_links {
	display: block;
	height: 20px;
	margin-top: 5px;
	width: 100%; }

#footer #foot_links a,
#footer #foot_links a:link,
#footer #foot_links a:active,
#footer #foot_links a:visited {
	color: #ffffff;
	font-weight: bold;
	height: 30px;
	margin-left: 4px;
	margin-right: 5px;
	padding-top: 1px; }

#footer #foot_links a:hover,
#footer #foot_links a:focus { color: #d4a628; }

#footer div.footer_center #foot_links a.movil_link,
#footer div.footer_center #foot_links a.movil_link:link,
#footer div.footer_center #foot_links a.movil_link:active,
#footer div.footer_center #foot_links a.movil_link:visited {
	background-image: url("../img/bg_mobile.png");
	background-position: 0 8px;
	background-repeat: no-repeat;
	padding: 10px 0 2px 17px }

#footer div.footer_center #foot_links a.movil_link:hover,
#footer div.footer_center #foot_links a.movil_link:focus { background-image: url("../img/bg_mobile_hover.png"); }

#footer div.footer_center #foot_links a.newsletter_link,
#footer div.footer_center #foot_links a.newsletter_link:link,
#footer div.footer_center #foot_links a.newsletter_link:active,
#footer div.footer_center #foot_links a.newsletter_link:visited {
	background-image: url("../img/bg_foot_newsletter.png");
	background-position: -3px -4px;
	background-repeat: no-repeat;
	padding-left: 22px; }

#footer div.footer_center #foot_links a.newsletter_link:hover,
#footer div.footer_center #foot_links a.newsletter_link:focus { background-image: url("../img/bg_foot_newsletter_hover.png"); }

#footer div.footer_center #foot_links a.rss_link,
#footer div.footer_center #foot_links a.rss_link:link,
#footer div.footer_center #foot_links a.rss_link:active,
#footer div.footer_center #foot_links a.rss_link:visited {
	background-image: url("../img/bg_foot_rss.png");
	background-position: 0px -1px;
	background-repeat: no-repeat;
	padding: 0 0 1px 19px; }

#footer div.footer_center #foot_links a.rss_link:hover,
#footer div.footer_center #foot_links a.rss_link:focus { background-image: url("../img/bg_foot_rss_hover.png"); }

#footer div.footer_center #foot_links a.usuario,
#footer div.footer_center #foot_links a.usuario:link,
#footer div.footer_center #foot_links a.usuario:active,
#footer div.footer_center #foot_links a.usuario:visited {
	background-image: url("../img/bg_user_plata.png");
	background-position: 0 0;
	background-repeat: no-repeat;
	padding-left: 17px; }

#footer div.footer_center #foot_links a.usuario:hover,
#footer div.footer_center #foot_links a.usuario:focus { background-image: url("../img/bg_user_plata_hover.png"); }

#footer div.footer_center #foot_links a.workplace,
#footer div.footer_center #foot_links a.workplace:link,
#footer div.footer_center #foot_links a.workplace:active,
#footer div.footer_center #foot_links a.workplace:visited {
	background-image: url("../img/bg_workplace.png");
	background-position: 0 0;
	background-repeat: no-repeat;
	padding-left: 19px; }

#footer div.footer_center #foot_links a.workplace:hover,
#footer div.footer_center #foot_links a.workplace:focus { background-image: url("../img/bg_workplace_hover.png"); }

#footer div.footer_center #foot_links a.logoff,
#footer div.footer_center #foot_links a.logoff:link,
#footer div.footer_center #foot_links a.logoff:active,
#footer div.footer_center #foot_links a.logoff:visited {
	background-image: url("../img/bg_logoff.png");
	background-position: 0 0;
	background-repeat: no-repeat;
	margin-left: 7px;
	padding-left: 17px; }

#footer div.footer_center #foot_links a.logoff:hover,
#footer div.footer_center #foot_links a.logoff:focus { background-image: url("../img/bg_logoff_hover.png"); }
/* --------- End Footer --------- */

/* --------- InfoLegal styles --------- */
body.sin_marco {
	background-color: #ffffff;
	background-image: none;
	font-size: 12px;
	height: 100%;
	min-width: 370px;
	padding: 0px;
	text-align: justify; }

body.sin_marco #header img {
	-moz-border-radius-bottomleft: 6px;
	-moz-border-radius-bottomright: 6px;
	-webkit-border-bottom-left-radius: 6px;
	-webkit-border-bottom-rightright-radius: 6px;

	/* IE10 Consumer Preview */
	background: -ms-linear-gradient(top, #367196 0%, #004471 100%);
	/* Mozilla Firefox */
	background: -moz-linear-gradient(top, #367196 0%, #004471 100%);
	/* Opera */
	background: -o-linear-gradient(top, #367196 0%, #004471 100%);
	/* Webkit (Safari/Chrome 10) */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #367196), color-stop(1, #004471));
	/* Webkit (Chrome 11+) */
	background: -webkit-linear-gradient(top, #367196 0%, #004471 100%);
	/* W3C Markup, IE10 Release Preview */
	background: linear-gradient(to bottom, #367196 0%, #004471 100%);
	/* IE7 */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#367196', endColorstr='#004471');

	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
	float: right;
	padding: 7px 7px 7px 7px; }

body.sin_marco div.view-article {
	clear: right;
	margin-left: 10px;
	margin-right: 10px;
	min-height: 96.5%;
	width: auto; }

body.sin_marco div.view-article h2 {
	margin: 10px 0 0;
	text-align: left; }

body.sin_marco #footer {
	clear: both;
	margin: -41px 3px;
	position: relative;
	width: auto;
	min-width: 380px; }

body.sin_marco #footer div.footer_center span#marcador { padding: 7px; }

body.sin_marco #footer div.footer_right { width: 18.5%; }

body.sin_marco #footer div.footer_right span {
	float: right;
	height: 24px;
	margin: 0 5px;
	width: 81px; }

body.sin_marco #footer div.footer_right span img {
	background-image: url(../img/bg_logo.png);
	background-position: 0 0;
	background-repeat: no-repeat;
	float: none;
	height: 24px;
	margin: 9px 0 0 0;
	width: 81px; }

body.sin_marco div.view-article div.parrafo h3 { clear: left; }
/* --------- End InfoLegal styles --------- */

/* --------	Actualiza styles--------- */
li.ie8 {
	background-image: url("../img/bg_ie8_logo.png");
	background-position: 0px 0px;
	background-repeat: no-repeat;
	height: 40px;
	list-style: none;
	margin-top: 10px;
	padding-left: 50px; }

li.ie8 a {
	display: block;
	padding-top: 11px; }

li.firefox {
	background-image: url("../img/bg_firefox_logo.png");
	background-position: 3px 0px;
	background-repeat: no-repeat;
	float: left;
	height: 40px;
	list-style: none;
	margin-bottom: 25px;
	margin-left: 10px;
	margin-top: 10px;
	padding-left: 50px; }

li.firefox a {
	display: block;
	padding-top: 11px; }

li.opera {
	background-image: url("../img/bg_opera_logo.png");
	background-position: 0px 0px;
	background-repeat: no-repeat;
	float: left;
	height: 40px;
	list-style: none;
	margin-top: 10px;
	padding-left: 50px; }

li.opera a {
	display: block;
	padding-top: 11px; }

li.chrome {
	background-image: url("../img/bg_chrome_logo.png");
	background-position: 0px 0px;
	background-repeat: no-repeat;
	float: left;
	height: 40px;
	list-style: none;
	margin-top: 10px;
	padding-left: 50px; }

li.chrome a {
	display: block;
	padding-top: 11px; }
/* --------	End Actualiza styles --------- */

/* --------- Tablas --------- */
table {
	border-collapse: collapse;
	margin-left: 5px;
	margin-right: 5px;
	width: 100%; }

table caption { display: none; }

table col.w30 { width: 29%; }

table col.w25 { width: 25%; }

table col.w20 { width: 20%; }

table col.w15 { width: 15%; }

table col.w10 { width: 10%; }

table thead { margin-bottom: 10px; }

table thead th {

	/* IE10 Consumer Preview */
	background: -ms-linear-gradient(top, #97c7ec 0%, #60a6dc 100%);
	/* Mozilla Firefox */
	background: -moz-linear-gradient(top, #97c7ec 0%, #60a6dc 100%);
	/* Opera */
	background: -o-linear-gradient(top, #97c7ec 0%, #60a6dc 100%);
	/* Webkit (Safari/Chrome 10) */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #97c7ec), color-stop(1, #60a6dc));
	/* Webkit (Chrome 11+) */
	background: -webkit-linear-gradient(top, #97c7ec 0%, #60a6dc 100%);
	/* W3C Markup, IE10 Release Preview */
	background: linear-gradient(to bottom, #97c7ec 0%, #60a6dc 100%);
	/* IE7 */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#97c7ec', endColorstr='#60a6dc');

	border-right: 1px solid #ffffff;
	color: #ffffff;
	font-size: 11px;
	padding-bottom: 3px;
	padding-top: 3px;
	text-align: center;
	vertical-align: bottom; }

table thead th.first {
	-moz-border-radius-topleft: 10px;
	-webkit-border-top-left-radius: 10px;
	border-top-left-radius: 10px; }

table thead th.last {
	-moz-border-radius-topright: 10px;
	-webkit-border-top-rightright-radius: 10px;
	border-right: none;
	border-top-right-radius: 10px; }

table thead th.last_field { border-right: none; }

table thead th.super { border-bottom: 1px solid #ffffff; }

table thead th a.sortup,
table thead th a.sortup:link,
table thead th a.sortup:active,
table thead th a.sortup:visited {
	background-image: url("../img/bg_sortup.png");
	background-position: center;
	background-repeat: no-repeat;
	width:20px;
	height:20px;
	padding: 5px; }

table thead th a.sortdown,
table thead th a.sortdown:link,
table thead th a.sortdown:active,
table thead th a.sortdown:visited {
	background-image: url("../img/bg_sortdown.png");
	background-position: center;
	background-repeat: no-repeat;
	width:20px;
	height:20px;
	padding: 5px; }

table thead th a.sortup:hover,
table thead th a.sortup:focus { background-image: url("../img/bg_sortup_hover.png"); }

table thead th a.sortdown:hover,
table thead th a.sortdown:focus { background-image: url("../img/bg_sortdown_hover.png"); }

table thead th a.currentdown {
	background-image: url("../img/bg_sortdown_hover.png");
	background-position: center;
	background-repeat: no-repeat;
	width:20px;
	height:20px;
	padding: 5px; }

table thead th a.currentup {
	background-image: url("../img/bg_sortup_hover.png");
	background-position: center;
	background-repeat: no-repeat;
	width:20px;
	height:20px;
	padding: 5px; }

table thead th a img {
	height: 0px;
	margin-top: -5px;
	margin: 0px;
	padding: 0px;
	width: 16px; }

table thead tr th.campo a.ayuda,
table thead tr th.campo a.ayuda:link,
table thead tr th.campo a.ayuda:active,
table thead tr th.campo a.ayuda:visited {
	background-image: url("../img/bg_faq.png");
	background-position: center;
	background-repeat: no-repeat;
	float: right;
	margin: 0 5px 0 0; }

table thead tr th.campo a.ayuda:hover,
table thead tr th.campo a.ayuda:focus {
	background-image: url("../img/bg_faq_hover.png");
	background-position: center;
	background-repeat: no-repeat; }

div.indice table thead tr th.campo a.ayuda,
div.indice table thead tr th.campo a.ayuda:link,
div.indice table thead tr th.campo a.ayuda:active,
div.indice table thead tr th.campo a.ayuda:visited {
	background-image: url("../img/bg_faq_indice.png");
	background-position: center;
	background-repeat: no-repeat;
	float: right;
	margin: 0 5px 0 0; }

div.indice table thead tr th.campo a.ayuda:hover,
div.indice table thead tr th.campo a.ayuda:focus {
	background-image: url("../img/bg_faq_hover.png");
	background-position: center;
	background-repeat: no-repeat; }

table tbody tr.par { background-color: #ffffff; }

table tbody tr.impar { background-color: #f1f8fd; }

table tbody tr td {
	font-size: 11px;
	padding-bottom: 3px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 3px;
	text-align: right; }

table tbody tr.category { background-color: #f8e7b8; }

table tbody tr.category td {
	color: #ffffff;
	font-weight: bold;
	text-align: left; }

table tbody tr td.fondo { text-align: left; }

table tbody tr td.categoria { text-align: left; }

table tbody tr td.np70 { text-align: left; }

table tbody tr td.np02 { text-align: left; }

table tbody tr td.np72 { text-align: left; }

table tbody tr td.valor { text-align: right; }

table tbody tr td.fecha { text-align: right; }

table tbody tr td.mas {
	color: green;
	text-align: right; }

table tbody tr td.menos {
	color: red;
	text-align: right; }

table tbody tr td.igual { text-align: right; }

table tbody tr td.rating { text-align: center; }

table tbody tr td.scomirdo { text-align: center; }

table tbody tr td.scomia { text-align: center; }

table tbody tr td.scomir { text-align: center; }

table tbody tr td.nriesgom { text-align: center; }

table tbody tr td.rating img {
	background-position: 0px 0px;
	background-repeat: no-repeat;
	height: 16px;
	width: 80px; }

table tbody tr td.rating img.star_r1 { background-image: url("../img/bg_star_r1.png"); }

table tbody tr td.rating img.star_r2 { background-image: url("../img/bg_star_r2.png"); }

table tbody tr td.rating img.star_r3 { background-image: url("../img/bg_star_r3.png"); }

table tbody tr td.rating img.star_r4 { background-image: url("../img/bg_star_r4.png"); }

table tbody tr td.rating img.star_r5 { background-image: url("../img/bg_star_r5.png"); }

table tbody tr td.rating img.star_nd { background-image: url("../img/bg_star_nd.png"); }

table tbody tr td.nriesgom img.nriesgom_r0,
table tbody tr td.nriesgom img.nriesgom_r1,
table tbody tr td.nriesgom img.nriesgom_r2,
table tbody tr td.nriesgom img.nriesgom_r3,
table tbody tr td.nriesgom img.nriesgom_r4,
table tbody tr td.nriesgom img.nriesgom_r5 {
	background-position: 0px 0px;
	background-repeat: no-repeat;
	height: 16px;
	width: 32px; }

table tbody tr td.nriesgom img.nriesgom_r0 { background-image: url("../img/bg_riesgo_0.png"); }

table tbody tr td.nriesgom img.nriesgom_r1 { background-image: url("../img/bg_riesgo_1.png"); }

table tbody tr td.nriesgom img.nriesgom_r2 { background-image: url("../img/bg_riesgo_2.png"); }

table tbody tr td.nriesgom img.nriesgom_r3 { background-image: url("../img/bg_riesgo_3.png"); }

table tbody tr td.nriesgom img.nriesgom_r4 { background-image: url("../img/bg_riesgo_4.png"); }

table tbody tr td.nriesgom img.nriesgom_r5 { background-image: url("../img/bg_riesgo_5.png"); }

table tbody tr td a img.si,
table tbody tr td a img.no {
	background-position: 0px 0px;
	background-repeat: no-repeat;
	height: 16px;
	width: 16px; }

table tbody tr td a img.si { background-image: url("../img/bg_small_ok.png"); }

table tbody tr td a img.no { background-image: url("../img/bg_small_no.png"); }

table tbody tr.Highlight { background-color: #FFEBC0; }

table tfoot tr td {
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-topright: 0px;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-rightright-radius: 10px;
	-webkit-border-top-left-radius: 0px;
	-webkit-border-top-rightright-radius: 0px;

	/* IE10 Consumer Preview */
	background: -ms-linear-gradient(top, #97c7ec 0%, #60a6dc 100%);
	/* Mozilla Firefox */
	background: -moz-linear-gradient(top, #97c7ec 0%, #60a6dc 100%);
	/* Opera */
	background: -o-linear-gradient(top, #97c7ec 0%, #60a6dc 100%);
	/* Webkit (Safari/Chrome 10) */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #97c7ec), color-stop(1, #60a6dc));
	/* Webkit (Chrome 11+) */
	background: -webkit-linear-gradient(top, #97c7ec 0%, #60a6dc 100%);
	/* W3C Markup, IE10 Release Preview */
	background: linear-gradient(to bottom, #97c7ec 0%, #60a6dc 100%);
	/* IE7 */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#97c7ec', endColorstr='#60a6dc');

	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	height: 30px; }

table tfoot tr td.note {
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	background-color: #66A0CB;
	border-bottom: 1px solid #ffffff;
	border-radius: 0px;
	height: 20px; }

table tfoot tr td.note span.note {
	color: #ffffff;
	font-size: 10px;
	font-weight: bold;
	margin-left: 18px; }

table tfoot tr td span#cardcount {
	display: block;
	margin-bottom: 5px;
	margin-top: 0px;
	text-align: right;
	width: 100%; }

table tfoot tr td span#cardcount a.listnext,
table tfoot tr td span#cardcount a.listnext:link,
table tfoot tr td span#cardcount a.listnext:active,
table tfoot tr td span#cardcount a.listnext:visited {
	background-image: url("../img/bg_next_card.png");
	background-position: -1px -1px;
	background-repeat: no-repeat;
	margin-left: 5px;
	margin-right: 5px; }

table tfoot tr td span#cardcount a.listnext:focus,
table tfoot tr td span#cardcount a.listnext:hover { background-image: url("../img/bg_next_card_hover.png"); }

table tfoot tr td span#cardcount a.listprevious,
table tfoot tr td span#cardcount a.listprevious:link,
table tfoot tr td span#cardcount a.listprevious:active,
table tfoot tr td span#cardcount a.listprevious:visited {
	background-image: url("../img/bg_previous_card.png");
	background-position: 0px -1px;
	background-repeat: no-repeat; }

table tfoot tr td span#cardcount a.listprevious:focus,
table tfoot tr td span#cardcount a.listprevious:hover { background-image: url("../img/bg_previous_card_hover.png"); }

table tfoot tr td span#cardcount a img {
	height: 16px;
	width: 16px }

table tfoot tr td span#cardsize {
	color: #FFFFFF;
	display: block;
	float: right;
	margin-right: 60px;
	margin-top: -20px; }

table tfoot tr td span#cardsize a.current,
table tfoot tr td span#cardsize a.current:link,
table tfoot tr td span#cardsize a.current:active,
table tfoot tr td span#cardsize a.current:visited {
	font-weight: bold;
	text-decoration: underline; }

table tfoot tr td span#cardsize a,
table tfoot tr td span#cardsize a:link,
table tfoot tr td span#cardsize a:active,
table tfoot tr td span#cardsize a:visited { color: #FFFFFF; }

table tfoot tr td span#cardsize a:hover,
table tfoot tr td span#cardsize a:focus { text-decoration: underline; }

table tfoot tr td span#report {
	color: #FFFFFF;
	display: block;
	float: left;
	margin-left: 18px;
	margin-top: -20px; }

table tfoot tr td span#report span.bold { font-weight: bold; }
/* --------- End Tablas --------- */

/* --------- Formularios ---------*/
form h3.legend {
	border: none;
	color: #66A0CB;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 2px;
	width: 100%; }

div.buscador form fieldset,
div.comparador form fieldset,
div.widget form fieldset,
div.informe form fieldset,
div.formularios form fieldset,
div#selector form fieldset,
div.view-article form fieldset {
	-moz-border-radius: 6px;
	-moz-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
	-webkit-border-radius: 6px;
	-webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);

	/* IE10 Consumer Preview */
	background: -ms-linear-gradient(top, #F1F8FD 0%, #b7dbf4 100%);
	/* Mozilla Firefox */
	background: -moz-linear-gradient(top, #F1F8FD 0%, #b7dbf4 100%);
	/* Opera */
	background: -o-linear-gradient(top, #F1F8FD 0%, #b7dbf4 100%);
	/* Webkit (Safari/Chrome 10) */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #F1F8FD), color-stop(1, #b7dbf4));
	/* Webkit (Chrome 11+) */
	background: -webkit-linear-gradient(top, #F1F8FD 0%, #b7dbf4 100%);
	/* W3C Markup, IE10 Release Preview */
	background: linear-gradient(to bottom, #F1F8FD 0%, #b7dbf4 100%);
	/* IE7 */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F1F8FD', endColorstr='#b7dbf4');

	border-radius: 6px;
	border: solid 1px #66A0CB;
	box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
	padding: 10px 5px 11px 7px; }

div#col3_content form div.izquierda {
	border: none;
	float: left;
	margin-bottom: 10px;
	width: 49%; }

div#col3_content form div.derecha {
	border: none;
	float: right;
	margin-bottom: 10px;
	width: 48%; }

div.buscador form fieldset legend,
div.comparador form fieldset legend,
div.widget form fieldset legend,
div.informe form fieldset legend { display: none; }

div.buscador form fieldset input,
div.comparador form fieldset input,
div.widget form fieldset input,
div.informe form fieldset input,
div.view-article form fieldset input {
	float: left;
	margin-top: 10px;
	width: 66%; }

form fieldset input.txt {
	border: solid 1px #e5e5e5;
	color: #575757;
	float: left;
	font-size: 11px;
	margin-left: 10px;
	margin-top: 5px;
	margin-top: 8px;
	width: 66%; }

div.buscador form fieldset label,
div.comparador form fieldset label,
div.widget form fieldset label,
div.informe form fieldset label,
div.view-article form fieldset label {
	clear: left;
	float: left;
	margin-top: 9px;
	text-align: right;
	width: 32%; }

div.buscador form fieldset select,
div.comparador form fieldset select,
div.widget form fieldset select,
div.informe form fieldset select,
div.view-article form fieldset select {
	border: solid 1px #e5e5e5;
	color: #575757;
	float: left;
	font-family: Arial, Tahoma, Lucida Sans, Verdana,"Trebuchet MS", sans-serif;
	font-size: 11px;
	margin-left: 10px;
	margin-top: 8px;
	background-color: #FFFFFF;
	width: 66%; }

form fieldset div.botones input.btn,
form fieldset div.botones_fondos input.btn,
form fieldset div.botones_planes input.btn,
form fieldset.botones_fondos input.btn,
form fieldset.botones_planes input.btn,
form fieldset div.boton_logoff input.btn {
	-moz-border-radius: 6px;
	-moz-box-shadow: 1px 1px 2px rgba(0,0,0,.5);
	-webkit-border-radius: 6px;
	-webkit-box-shadow: 1px 1px 2px rgba(0,0,0,.5);
	background: #ddd;

	/* IE10 Consumer Preview */
	background: -ms-linear-gradient(top, #95C6EC 0%, #60a6dc 100%);
	/* Mozilla Firefox */
	background: -moz-linear-gradient(top, #95C6EC 0%, #60a6dc 100%);
	/* Opera */
	background: -o-linear-gradient(top, #95C6EC 0%, #60a6dc 100%);
	/* Webkit (Safari/Chrome 10) */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #95C6EC), color-stop(1, #60a6dc));
	/* Webkit (Chrome 11+) */
	background: -webkit-linear-gradient(top, #95C6EC 0%, #60a6dc 100%);
	/* W3C Markup, IE10 Release Preview */
	background: linear-gradient(to bottom, #95C6EC 0%, #60a6dc 100%);
	/* IE7 */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#95C6EC', endColorstr='#60a6dc');

	border-radius: 6px;
	border: 1px solid #66A0CB;
	box-shadow: 1px 1px 2px rgba(0,0,0,.5);
	color: #ffffff;
	float: right;
	font-size: 11px;
	font-weight: bold;
	margin-left: 5px;
	padding: 2px 8px 2px 8px;
	text-decoration: none;
	width: auto; }

form fieldset div.botones input:active.btn,
form fieldset div.botones_fondos input:active.btn,
form fieldset div.botones_planes input:active.btn,
form fieldset.botones_fondos input:active.btn,
form fieldset.botones_planes input:active.btn,
form fieldset div.boton_logoff input:active.btn {
	-moz-box-shadow: 0px 0px 0px rgba(0,0,0,.5);
	-webkit-box-shadow: 0px 0px 0px rgba(0,0,0,.5);
	box-shadow: 0px 0px 0px rgba(0,0,0,.5);
	left: 1px;
	position: relative;
	top: 1px; }

form fieldset div.botones input:hover.btn,
form fieldset div.botones_fondos input:hover.btn,
form fieldset div.botones_planes input:hover.btn,
form fieldset.botones_fondos input:hover.btn,
form fieldset.botones_planes input:hover.btn,
form fieldset div.boton_logoff input:hover.btn {

	/* IE10 Consumer Preview */
	background: -ms-linear-gradient(top, #F1F8FD 0%, #b7dbf4 100%);
	/* Mozilla Firefox */
	background: -moz-linear-gradient(top, #F1F8FD 0%, #b7dbf4 100%);
	/* Opera */
	background: -o-linear-gradient(top, #F1F8FD 0%, #b7dbf4 100%);
	/* Webkit (Safari/Chrome 10) */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #F1F8FD), color-stop(1, #b7dbf4));
	/* Webkit (Chrome 11+) */
	background: -webkit-linear-gradient(top, #97c7ec 0%, #b7dbf4 100%);
	/* W3C Markup, IE10 Release Preview */
	background: linear-gradient(to bottom, #97c7ec 0%, #b7dbf4 100%);
	/* IE7 */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F1F8FD', endColorstr='#b7dbf4');

	color: #60a6dc;}

#dialog_login #msgvalidacion {
	color: #555555;
	height: 15px; }

#dialog_login form fieldset legend { display: none; }

#dialog_login form fieldset label {
	display: block;
	font-weight: bold;
	margin: 10px 0px 5px 0px; }

#dialog_login form fieldset input { width: 60%; }

#dialog_logoff form  fieldset legend { display: none; }

#dialog_logoff p {
	padding-top: 20px;
	text-align: center; }

#msg_estado {
	clear: right;
	color: red;
	height: 15px; }
/* --------- End Formularios --------- */

/* --------- Solapas --------- */
div.solapas ul.flaps2 {
	float: right;
	height: 22px !important;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	margin: 1px 5px 17px 0px;
	padding-top: 0px;
	position: relative; }

div.solapas ul.flaps2 li {
	display: inline;
	margin-left: 0px;
	margin-right: 0px; }

div.solapas ul.flaps2 li.current span {
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-box-shadow: 0px 4px 5px #888888;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-rightright-radius: 10px;
	-webkit-box-shadow: 0px 4px 5px #888888;

	/* IE10 Consumer Preview */
	background: -ms-linear-gradient(top, #95C6EC 0%, #60a6dc 100%);
	/* Mozilla Firefox */
	background: -moz-linear-gradient(top, #95C6EC 0%, #60a6dc 100%);
	/* Opera */
	background: -o-linear-gradient(top, #95C6EC 0%, #60a6dc 100%);
	/* Webkit (Safari/Chrome 10) */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #95C6EC), color-stop(1, #60a6dc));
	/* Webkit (Chrome 11+) */
	background: -webkit-linear-gradient(top, #95C6EC 0%, #60a6dc 100%);
	/* W3C Markup, IE10 Release Preview */
	background: linear-gradient(to bottom, #95C6EC 0%, #60a6dc 100%);
	/* IE7 */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#95C6EC', endColorstr='#60a6dc');

	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	border-bottom: 1px solid #66A0CB;
	border-left: 1px solid #66A0CB;
	border-right: 1px solid #66A0CB;
	box-shadow: 0px 4px 5px #888888;
	color: #FFFFFF;
	display: block;
	float: left;
	font-size: 13px;
	font-weight: bold;
	height: 18px;
	margin-left: 10px;
	margin-right: 10px;
	padding-bottom: 6px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 3px; }

div.solapas ul.flaps2 li a,
div.solapas ul.flaps2 li a:link,
div.solapas ul.flaps2 li a:active,
div.solapas ul.flaps2 li a:visited {
	color: #66A0CB;
	float: left;
	font-weight: bold;
	height: 18px;
	padding-bottom: 5px;
	padding-left: 1px;
	padding-right: 0px;
	padding-top: 0px; }

div.solapas ul.flaps2 li a span,
div.solapas ul.flaps2 li a:link span,
div.solapas ul.flaps2 li a:active span,
div.solapas ul.flaps2 li a:visited span {
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-box-shadow: 0px 2px 6px #888888;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-rightright-radius: 10px;
	-webkit-box-shadow: 0px 2px 6px #888888;

	/* IE10 Consumer Preview */
	background: -ms-linear-gradient(top, #F1F8FD 0%, #b7dbf4 100%);
	/* Mozilla Firefox */
	background: -moz-linear-gradient(top, #F1F8FD 0%, #b7dbf4 100%);
	/* Opera */
	background: -o-linear-gradient(top, #F1F8FD 0%, #b7dbf4 100%);
	/* Webkit (Safari/Chrome 10) */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #F1F8FD), color-stop(1, #b7dbf4));
	/* Webkit (Chrome 11+) */
	background: -webkit-linear-gradient(top, #F1F8FD 0%, #b7dbf4 100%);
	/* W3C Markup, IE10 Release Preview */
	background: linear-gradient(to bottom, #F1F8FD 0%, #b7dbf4 100%);
	/* IE7 */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F1F8FD', endColorstr='#b7dbf4');

	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	border-bottom: 1px solid #66A0CB;
	border-left: 1px solid #66A0CB;
	border-right: 1px solid #66A0CB;
	box-shadow: 0px 2px 6px #888888;
	float: left;
	font-size: 11px;
	margin-left: 0px;
	margin-right: 0px;
	padding-bottom: 3px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 1px; }

div.solapas ul.flaps2 li a:hover span,
div.solapas ul.flaps2 li a:focus span {

	/* IE10 Consumer Preview */
	background: -ms-linear-gradient(top, #95C6EC 0%, #60a6dc 100%);
	/* Mozilla Firefox */
	background: -moz-linear-gradient(top, #95C6EC 0%, #60a6dc 100%);
	/* Opera */
	background: -o-linear-gradient(top, #95C6EC 0%, #60a6dc 100%);
	/* Webkit (Safari/Chrome 10) */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #95C6EC), color-stop(1, #60a6dc));
	/* Webkit (Chrome 11+) */
	background: -webkit-linear-gradient(top, #95C6EC 0%, #60a6dc 100%);
	/* W3C Markup, IE10 Release Preview */
	background: linear-gradient(to bottom, #95C6EC 0%, #60a6dc 100%);
	/* IE7 */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#95C6EC', endColorstr='#60a6dc');

	color: #FFFFFF;}

div.solapas ul.flaps2 li a.back_url { margin-left: 5px; }

div.solapas ul.flaps2 li a.back_url img {
	height: 24px;
	width: 24px; }

div.solapas ul.flaps2 li a.back_url:link img,
div.solapas ul.flaps2 li a.back_url:active img,
div.solapas ul.flaps2 li a.back_url:visited img {
	background-image: url("../img/bg_back_ficha.png");
	background-position: 0px 0px;
	background-repeat: no-repeat; }

div.solapas ul.flaps2 li a.back_url:hover img,
div.solapas ul.flaps2 li a.back_url:focus img {
	background-image: url("../img/bg_back_ficha_hover.png");
	background-position: 0px 0px;
	background-repeat: no-repeat; }

div.solapas ul.flaps2 li.help a.ayuda { margin-left: 2px; }

div.solapas ul.flaps2 li.help a.ayuda img {
	height: 24px;
	width: 24px; }

div.solapas ul.flaps2 li.help a.ayuda:link img,
div.solapas ul.flaps2 li.help a.ayuda:active img,
div.solapas ul.flaps2 li.help a.ayuda:visited img {
	background-image: url("../img/bg_link_help.png");
	background-position: 0px 0px;
	background-repeat: no-repeat; }

div.solapas ul.flaps2 li.help a.ayuda:hover img,
div.solapas ul.flaps2 li.help2 a.ayuda:focus img {
	background-image: url("../img/bg_link_help_hover.png");
	background-position: 0px 0px;
	background-repeat: no-repeat; }
/* --------- End Solapas --------- */

/* --------- Buscador --------- */
div.buscador { width: 100%; }

div.buscador h2 {
	border-bottom: none;
	color: #11689f; }

div.buscador form div.caracteristicas { /*clear: left;*/}

div.buscador form fieldset.buscador_simple label {
	margin-left: 0;
	text-align: right;
	width: 26%; }

div#col3_content div.buscador form fieldset.buscador_simple div.izquierda {
	border: none;
	float: left;
	width: 48%; }

div#col3_content div.buscador form fieldset.buscador_simple div.derecha {
	border: none;
	float: right;
	width: 49%; }

div#col3_content div.buscador form div.gestora {
	float:left;
	width: 49%;}

div#col3_content div.buscador form div.gestora fieldset {
	padding: 5px 5px 15px 5px; }

div#col3_content div.buscador form div.inversion {
	float: left;
	margin: 22px 0 0;
	width: 49%;}

div#col3_content div.buscador form#univppiBuscPlusForm div.inversion {
    /*margin:-96px 0 0;*/}

div#col3_content div.buscador form div.inversion fieldset {
	padding: 15px 5px 25px 10px;}

div#col3_content div.buscador form div.rentabilidad {
	float:right;
	margin:14px 0 0 0;
	width: 49%;}

div#col3_content div.buscador form#univppiBuscPlusForm div.rentabilidad {
	float: right;
	clear: right;
    /*margin: -5px 0 0;*/
    width: 49%;}

div#col3_content div.buscador form div.rentabilidad fieldset {
	padding: 15px 5px 25px 11px;}

div#col3_content div.buscador form#univppiBuscPlusForm div.rentabilidad fieldset {
	padding:5px 5px 15px 11px;}

div#col3_content div.buscador form#univfiBuscPlusForm div.rentabilidad fieldset label{
	margin:8px 12px 0 0 }

div#col3_content div.buscador form#univfiBuscPlusForm div.rentabilidad fieldset select{
	margin: 8px 0px }

div#col3_content div.buscador form div.rating_riesgo {
	margin:0;
	float: right;
	width: 49%;}

div#col3_content div.buscador form div.rating_riesgo fieldset {
	padding: 0px 5px 12px 11px;}

div#col3_content div.buscador form#univfiBuscPlusForm div.rating_riesgo fieldset {
	padding: 15px 5px 20px 11px;}

div#col3_content div.buscador form#univppiBuscPlusForm div.rating_riesgo {
	float: right;
	margin:0;
	width: 49%;}

div#col3_content div.buscador form div.comisiones {
	float: left;
	margin: 6px 0 0;
	width: 49%;}

div#col3_content div.buscador form#univppiBuscPlusForm div.comisiones {
	/*clear: left;*/
    float: left;
    margin: 20px 0 0;
    width: 49%;}

div#col3_content div.buscador form div.comisiones fieldset {
	padding: 6px 5px 15px 11px;}

div#col3_content div.buscador form div.caracteristicas {
	float: left;
    margin: 9px 0 0;
    width: 49%;}

div#col3_content div.buscador form#univppiBuscPlusForm div.caracteristicas {
	margin:21px 0 0 0;
	float:left;
	width: 49%;}

div#col3_content div.buscador form div.caracteristicas fieldset {
	padding: 6px 5px 15px 11px;}

div#col3_content div.buscador form div.botones {
	margin:10px 0 0 0;
	float:right;
	clear:right;
	width: 49%;}

div#col3_content div.buscador form div.gestora fieldset label{
	margin-left: 0;
	width: 26%;}

div#col3_content div.buscador form div.gestora fieldset input.opt {
	clear: left;
	margin-left: 28%;
	margin-top: 2px;
	width: auto; }

div#col3_content div.buscador form div.gestora fieldset label.opt {
	clear: none;
	font-size: 11px;
	margin: 1px 9px 6px 4px;
	width: auto; }

div#col3_content div.buscador form div.inversion fieldset label{
	margin-left: 0;
	width: 29%;}

div#col3_content div.buscador form div.comisiones fieldset label{
	margin-left: 0;
	width: 29%;}

div.buscador form div.izquierda fieldset label {
	margin-left: 0;
	width: 26%; }

div.buscador form div.derecha fieldset label { width: 28%; }

div.buscador form div fieldset.rentabilidad label,
div.buscador form div fieldset.caracteristicas label { width: 34%; }

div.buscador form div fieldset.rentabilidad select,
div.buscador form div fieldset.caracteristicas select { width: 59%; }

div.buscador form div.izquierda fieldset input.first { margin-top: -12px !important; }

div.buscador form div.izquierda fieldset input.opt {
	clear: left;
	margin-left: 28%;
	margin-top: 2px;
	width: auto; }

div.buscador form div.izquierda fieldset label.first { margin-top: -14px !important; }

div.buscador form div.izquierda fieldset label.opt {
	clear: none;
	font-size: 11px;
	margin-bottom: 6px;
	margin-left: 4px;
	margin-right: 9px;
	margin-top: 1px;
	width: auto; }

div.buscador form fieldset.rating input.first { margin-top: 15px !important; }

div.buscador form fieldset.rating input.opt {
	clear: left;
	margin-left: 6%;
	margin-top: 10px;
	width: auto; }

div.buscador form fieldset.rating label { text-align: left; }

div.buscador form fieldset.rating label.first { margin-top: 12px !important; }

div.buscador form fieldset.rating label span.print { display: none; }

div.buscador form fieldset.rating label.opt {
	clear: none;
	font-size: 11px;
	margin-bottom: 0;
	margin-left: 4px;
	margin-right: 9px;
	margin-top: 7px;
	text-align: left;
	width: auto; }

div.buscador form fieldset label img.nriesgom_r0,
div.buscador form fieldset label img.nriesgom_r1,
div.buscador form fieldset label img.nriesgom_r2,
div.buscador form fieldset label img.nriesgom_r3,
div.buscador form fieldset label img.nriesgom_r4,
div.buscador form fieldset label img.nriesgom_r5 {
	background-position: 0px 0px;
	background-repeat: no-repeat;
	display: block;
	height: 16px;
	width: 32px; }

div.buscador form fieldset label img.nriesgom_r0 { background-image: url("../img/bg_riesgo_0.png"); }

div.buscador form fieldset label img.nriesgom_r1 { background-image: url("../img/bg_riesgo_1.png"); }

div.buscador form fieldset label img.nriesgom_r2 { background-image: url("../img/bg_riesgo_2.png"); }

div.buscador form fieldset label img.nriesgom_r3 { background-image: url("../img/bg_riesgo_3.png"); }

div.buscador form fieldset label img.nriesgom_r4 { background-image: url("../img/bg_riesgo_4.png"); }

div.buscador form fieldset label img.nriesgom_r5 { background-image: url("../img/bg_riesgo_5.png"); }

div.buscador form fieldset label img.star_r1,
div.buscador form fieldset label img.star_r2,
div.buscador form fieldset label img.star_r3,
div.buscador form fieldset label img.star_r4,
div.buscador form fieldset label img.star_r5 {
	background-position: 0px 0px;
	background-repeat: no-repeat;
	height: 16px;
	width: 80px; }

div.buscador form fieldset label img.star_r1 { background-image: url("../img/bg_star_r1.png"); }

div.buscador form fieldset label img.star_r2 { background-image: url("../img/bg_star_r2.png"); }

div.buscador form fieldset label img.star_r3 { background-image: url("../img/bg_star_r3.png"); }

div.buscador form fieldset label img.star_r4 { background-image: url("../img/bg_star_r4.png"); }

div.buscador form fieldset label img.star_r5 { background-image: url("../img/bg_star_r5.png"); }

div.buscador form fieldset.buscador_simple div input.first { margin-top: -12px !important; }

div.buscador form fieldset.buscador_simple div input.opt {
	clear: left;
	margin-left: 28%;
	margin-top: 2px;
	width: auto; }

div.buscador form fieldset.buscador_simple div label.first { margin-top: -14px !important; }

div.buscador form fieldset.buscador_simple div label.opt {
	clear: none;
	font-size: 11px;
	margin-bottom: 6px;
	margin-left: 4px;
	margin-right: 9px;
	margin-top: 1px;
	width: auto; }

div.buscador form fieldset.buscador_simple legend {
	font-weight: bold;
	position: relative; }

div.buscador form div.derecha fieldset ul { list-style: none; }

div.buscador form div.derecha fieldset ul li { margin-left: 0.5em; }

div.buscador form div.derecha fieldset ul li a,
div.buscador form div.derecha fieldset ul li a:link,
div.buscador form div.derecha fieldset ul li a:active,
div.buscador form div.derecha fieldset ul li a:visited {
	background-image: url("../img/bg_link.png");
	background-position: left center;
	background-repeat: no-repeat;
	margin-top: 3px;
	padding-bottom: 0;
	padding-left: 20px;
	padding-right: 0;
	padding-top: 0; }

div.buscador form div.derecha fieldset ul li a:focus,
div.buscador form div.derecha fieldset ul li a:hover { background-image: url("../img/bg_link_hover.png"); }

div.buscador form fieldset.rating div.ri {
	float: left;
	margin-left: 33px;
	width: 45%; }

div.buscador form fieldset.rating div.rt {
	float: right;
	width: 44%; }

div.buscador form fieldset.rating div.ri label,
	div.buscador form fieldset.rating div.rt label {
	margin-left: 10px;
	width: 50%; }

div.buscador form fieldset.botones_fondos,
div.buscador form fieldset.botones_planes {
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	background: #ffffff;
	border: none;
	box-shadow: none;
	filter: none;
	float: right;
	padding: 0px; }

div.buscador form fieldset.botones_planes { margin-top: 10px; }

div.buscador form fieldset.buscador_simple div.botones_fondos,
div.buscador form fieldset.buscador_simple div.botones_planes {
	border: none;
	float: left;
	padding: 0px; }

div.buscador form fieldset.buscador_simple div.botones_fondos {
	margin-top: 32px;
	width: 50%; }

div.buscador form fieldset.buscador_simple div.botones_planes { width: 98%; }

/* --------- End Buscador --------- */
/* --------- Catalogo --------- */
div.catalogo { width: 100%; }

div.catalogo div.solapas {
	border-bottom: 1px solid #66A0CB;
	display: block;
	left: 0px;
	margin-top: -9px;
	margin: 0px;
	padding: 0px;
	position: relative;
	top: 0px;
	width: 100%; }

div.catalogo h2 {
	border-bottom: none;
	color: #11689f;
	margin-bottom: 2px;
	margin-left: 2px; }

div.catalogo li.print {
	height: auto;
	left: 0;
	position: relative;
	text-align: right;
	top: 0;
	width: auto; }

div.catalogo li.print a img,
div.catalogo li.print a:link img,
div.catalogo li.print a:active img,
div.catalogo li.print a:visited img {
	background-image: url("../img/bg_printer.png");
	background-position: 0px 0px;
	background-repeat: no-repeat;
	height: 16px;
	width: 16px; }

div.catalogo li.print a:hover img,
div.catalogo li.print a:focus img { background-image: url("../img/bg_printer_hover.png"); }

/* --------- End Catalogo --------- */
/* --------- Informe --------- */
div.informe { width: 100%; }

div.informe h2 {
	border-bottom: 2px solid #D4A629;
	color: #D4A629; }

div.informe h3 {
	border-bottom: 1px solid #66A0CB;
	color: #66A0CB;
	margin-top: 5px; }

div.informe h4 {
	border-bottom: 1px dotted #66A0CB;
	margin-top: 10px; }

div.informe ul.flaps1 {
	float: right;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	margin-top: -30px;
	width: 30%; }

div.informe ul.flaps1 li {
	display: inline;
	float: right;
	margin-left: 5px; }

div.informe ul.flaps1 li a { text-align: right; }

div.informe ul.flaps1 li.print {
	height: auto;
	left: 0;
	position: relative;
	text-align: right;
	top: 0;
	width: auto; }

div.informe ul.flaps1 li.print a img,
div.informe ul.flaps1 li.print a:link img,
div.informe ul.flaps1 li.print a:active img,
div.informe ul.flaps1 li.print a:visited img {
	background-image: url("../img/bg_printer.png");
	background-position: 0px 0px;
	background-repeat: no-repeat;
	height: 16px;
	width: 16px; }

div.informe ul.flaps1 li.print a:hover img,
div.informe ul.flaps1 li.print a:focus img { background-image: url("../img/bg_printer_hover.png"); }

div.informe ul.flaps1 li#back_flap a,
div.informe ul.flaps1 li#back_flap a:link,
div.informe ul.flaps1 li#back_flap a:active,
div.informe ul.flaps1 li#back_flap a:visited {
	background-image: url("../img/bg_back.png");
	background-position: 0px 0px;
	background-repeat: no-repeat;
	padding-left: 20px; }

div.informe ul.flaps1 li#back_flap a:hover,
div.informe ul.flaps1 li#back_flap a:focus { background-image: url("../img/bg_back_hover.png"); }

div.informe div.common {
	float: left;
	width: 100%; }

div.informe div.common span.floatleft {
	clear: left;
	float: left;
	font-weight: bold;
	margin-bottom: 10px;
	width: 16%; }

div.informe div.common span.floatright { float: left; }

div.informe div.common span.mfloatright {
	clear: left;
	float: left;
	margin-bottom: 6px;
	margin-left: 16%;
	margin-top: -5px; }

div.informe div.common span.floatright span.mas { color: green; }

div.informe div.common span.floatright td.menos { color: red; }

div.informe div.common span.floatright img.star_r1,
div.informe div.common span.floatright img.star_r2,
div.informe div.common span.floatright img.star_r3,
div.informe div.common span.floatright img.star_r4,
div.informe div.common span.floatright img.star_r5,
div.informe div.common span.floatright img.star_nd {
	background-position: 0px 0px;
	background-repeat: no-repeat;
	height: 16px;
	width: 80px; }

div.informe div.common span.floatright img.star_r1 { background-image: url("../img/bg_star_r1.png"); }

div.informe div.common span.floatright img.star_r2 { background-image: url("../img/bg_star_r2.png"); }

div.informe div.common span.floatright img.star_r3 { background-image: url("../img/bg_star_r3.png"); }

div.informe div.common span.floatright img.star_r4 { background-image: url("../img/bg_star_r4.png"); }

div.informe div.common span.floatright img.star_r5 { background-image: url("../img/bg_star_r5.png"); }

div.informe div.common span.floatright img.star_nd { background-image: url("../img/bg_star_nd.png"); }

div.informe div.common span.floatright img.nriesgom_r0,
div.informe div.common span.floatright img.nriesgom_r1,
div.informe div.common span.floatright img.nriesgom_r2,
div.informe div.common span.floatright img.nriesgom_r3,
div.informe div.common span.floatright img.nriesgom_r4,
div.informe div.common span.floatright img.nriesgom_r5 {
		background-position: 0px 0px;
		background-repeat: no-repeat;
		height: 16px;
		width: 32px; }

div.informe div.common span.floatright img.nriesgom_r0 { background-image: url("../img/bg_riesgo_0.png"); }

div.informe div.common span.floatright img.nriesgom_r1 { background-image: url("../img/bg_riesgo_1.png"); }

div.informe div.common span.floatright img.nriesgom_r2 { background-image: url("../img/bg_riesgo_2.png"); }

div.informe div.common span.floatright img.nriesgom_r3 { background-image: url("../img/bg_riesgo_3.png"); }

div.informe div.common span.floatright img.nriesgom_r4 { background-image: url("../img/bg_riesgo_4.png"); }

div.informe div.common span.floatright img.nriesgom_r5 { background-image: url("../img/bg_riesgo_5.png"); }

div.informe ul.rad {
	background-color: #FFFFFF;
	float: right;
	margin: -145px 0px 0px 0px; }

div.informe ul.rad li {
	-moz-border-radius: 5px;
	-moz-box-shadow: 2px 3px 5px #888888;
	-webkit-border-radius: 5px;
	-webkit-box-shadow: 2px 3px 5px #888888;

	/* IE10 Consumer Preview */
	background: -ms-linear-gradient(top, #ffebc0 0%, #f1c973 100%);
	/* Mozilla Firefox */
	background: -moz-linear-gradient(top, #ffebc0 0%, #f1c973 100%);
	/* Opera */
	background: -o-linear-gradient(top, #ffebc0 0%, #f1c973 100%);
	/* Webkit (Safari/Chrome 10) */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ffebc0), color-stop(1, #f1c973));
	/* Webkit (Chrome 11+) */
	background: -webkit-linear-gradient(top, #ffebc0 0%, #f1c973 100%);
	/* W3C Markup, IE10 Release Preview */
	background: linear-gradient(to bottom, #ffebc0 0%, #f1c973 100%);
	/* IE7 */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffebc0', endColorstr='#f1c973');

	border-radius: 5px;
	border: 2px solid #D4A629;
	box-shadow: 2px 3px 5px #888888;
	display: inline;
	float: left;
	margin-left: 5px;
	padding-bottom: 1px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 1px;
	text-align: center; }

div.informe ul.rad li span.label {
	border-bottom: 2px solid #D4A629;
	color: #575757;
	float: left;
	font-size: 11px;
	font-weight: bold;
	width: 100%; }

div.informe ul.rad li span.rent,
div.informe ul.rad li span.ranking,
div.informe ul.rad li span.fecha {
	clear: left;
	color: #575757;
	display: block;
	text-align: center; }

div.informe ul.rad li span.rent span.mas { color: #39A639; }

div.informe ul.rad li span.rent span.menos { color: #FF0006; }

div.informe ul.rad li span.rent span.igual { color: #575757; }

div.informe div.w100 {
	float: left;
	width: 100%; }

div.informe div.w30 {
	float: left;
	margin-left: 2px;
	margin-top: -15px;
	width: 33%; }

div.informe div.solapas {
	float: left;
	width: 100%; }

div.informe div.solapas ul.flaps2 {
	float: right;
	list-style: none;
	margin-top: -5px; }

div.informe div.w100 span.floatleft {
	clear: left;
	float: left;
	font-weight: bold;
	margin-bottom: 5px;
	text-align: left;
	width: 30%; }

div.informe div.w100 span.floatright {
	float: left;
	text-align: left;
	width: 68%; }

div.informe div.w100 div.w50 span.floatleft { width: 35%; }

div.informe div.w100 div.w50 span.floatright { width: 63%; }

div.informe div.w100 span.floatright span.mas { color: green; }

div.informe div.w100 span.floatright span.menos { color: red; }

div.informe div.w30 span.destacar {
	color: #004471;
	float: left;
	font-weight: bold;
	margin-bottom: 10px;
	text-align: left; }

div.informe div.w30 span.floatleft {
	clear: left;
	float: left;
	font-weight: bold;
	margin-bottom: 5px;
	text-align: left;
	width: 42%; }

div.informe div.w30 span.floatright {
	float: left;
	margin-left: 5px;
	text-align: left;
	width: 55%; }

div.informe div.w100 div.w50 span.q1,
div.informe div.w100 div.w50 span.q2,
div.informe div.w100 div.w50 span.q3,
div.informe div.w100 div.w50 span.q4,
div.informe div.w100 div.w50 span.q5 {
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	color: #ffffff;
	font-weight: bold;
	text-align: center;
	width: 13%; }

div.informe div.w100 div.w50 span.q1 { background-color: #95c3f1; }

div.informe div.w100 div.w50 span.q2 { background-color: #84b1e0; }

div.informe div.w100 div.w50 span.q3 { background-color: #66a0db; }

div.informe div.w100 div.w50 span.q4 { background-color: #2e74bc; }

div.informe div.w100 div.w50 span.q5 { background-color: #0b5198; }

div.informe div.w100 span.floatright span.si { display: none; }

div.informe div.w100 span.floatright img.si {
	background-image: url("../img/bg_small_ok.png");
	background-position: 0px 0px;
	background-repeat: no-repeat;
	height: 16px;
	margin-right: 5px;
	width: 16px; }

div.informe div.w100 span.floatright span.no { display: none; }

div.informe div.w100 span.floatright img.no {
	background-image: url("../img/bg_small_no.png");
	background-position: 0px 0px;
	background-repeat: no-repeat;
	height: 16px;
	margin-right: 5px;
	width: 16px; }

div.informe div.w100 p.coment { margin-bottom: 5px }

div.informe div.w100 div.w60 {
	float: left;
	width: 55%; }

div.informe div.w100 div.panel_evolucion { width: 98%; }

div.informe div.w100 div.panel_evolucion div#chart table { margin-top: 10px; }

div.informe div.evolucion div.controles {
	margin: 17px 0 10px 0;
	width: 100%; }

div.informe div.evolucion div.controles div.wrapper_controles {
	-moz-border-radius: 6px;
	-moz-box-shadow: 1px 1px 2px rgba(0,0,0,.5);
	-webkit-border-radius: 6px;
	-webkit-box-shadow: 1px 1px 2px rgba(0,0,0,.5);

	/* IE10 Consumer Preview */
	background: -ms-linear-gradient(top, #F1F8FD 0%, #b7dbf4 100%);
	/* Mozilla Firefox */
	background: -moz-linear-gradient(top, #F1F8FD 0%, #b7dbf4 100%);
	/* Opera */
	background: -o-linear-gradient(top, #F1F8FD 0%, #b7dbf4 100%);
	/* Webkit (Safari/Chrome 10) */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #F1F8FD), color-stop(1, #b7dbf4));
	/* Webkit (Chrome 11+) */
	background: -webkit-linear-gradient(top, #F1F8FD 0%, #b7dbf4 100%);
	/* W3C Markup, IE10 Release Preview */
	background: linear-gradient(to bottom, #F1F8FD 0%, #b7dbf4 100%);
	/* IE7 */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F1F8FD', endColorstr='#b7dbf4');

	border-radius: 6px;
	border: 1px solid #66A0CB;
	box-shadow: 1px 1px 2px rgba(0,0,0,.5);
	display: block;
	margin: 0 auto;
	padding: 4px 16px;
	position: relative;
	text-align: center;
	width: 85%; }

div.informe div.evolucion div.controles div.check {
	float: left;
	margin: 7px 0;
	width: 26%; }

div.informe div.evolucion div.controles div.check input.check { display: inline-block; }

div.informe div.evolucion div.controles div.check label {
	display: inline-block;
	margin-left: 5px; }

div.informe div.evolucion div.controles div.check div.boton {
	display: block;
	width: 100%; }

div.informe div.evolucion div.controles div.check button.btn {
	-moz-border-radius: 6px;
	-moz-box-shadow: 1px 1px 2px rgba(0,0,0,.5);
	-webkit-border-radius: 6px;
	-webkit-box-shadow: 1px 1px 2px rgba(0,0,0,.5);
	background: #ddd;

	/* IE10 Consumer Preview */
	background: -ms-linear-gradient(top, #95C6EC 0%, #60a6dc 100%);
	/* Mozilla Firefox */
	background: -moz-linear-gradient(top, #95C6EC 0%, #60a6dc 100%);
	/* Opera */
	background: -o-linear-gradient(top, #95C6EC 0%, #60a6dc 100%);
	/* Webkit (Safari/Chrome 10) */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #95C6EC), color-stop(1, #60a6dc));
	/* Webkit (Chrome 11+) */
	background: -webkit-linear-gradient(top, #95C6EC 0%, #60a6dc 100%);
	/* W3C Markup, IE10 Release Preview */
	background: linear-gradient(to bottom, #95C6EC 0%, #60a6dc 100%);
	/* IE7 */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#95C6EC', endColorstr='#60a6dc');

	border-radius: 6px;
	border: 1px solid #66A0CB;
	box-shadow: 1px 1px 2px rgba(0,0,0,.5);
	color: #ffffff;
	font-size: 11px;
	font-weight: bold;
	margin: 10px 0 0;
	padding: 2px 8px 2px 8px;
	text-decoration: none;
	width: auto; }

div.informe div.evolucion div.controles div.check button:active.btn {
	-moz-box-shadow: 0px 0px 0px rgba(0,0,0,.5);
	-webkit-box-shadow: 0px 0px 0px rgba(0,0,0,.5);
	box-shadow: 0px 0px 0px rgba(0,0,0,.5);
	left: 1px;
	position: relative;
	top: 1px; }

div.informe div.evolucion div.controles div.check button:hover.btn {
	background: -moz-linear-gradient(center top , #F1F8FD, #b7dbf4);
	background: -webkit-gradient(linear, left top, left bottom, from(#F1F8FD), to(#b7dbf4));

	/* IE10 Consumer Preview */
	background: -ms-linear-gradient(top, #F1F8FD 0%, #b7dbf4 100%);
	/* Mozilla Firefox */
	background: -moz-linear-gradient(top, #F1F8FD 0%, #b7dbf4 100%);
	/* Opera */
	background: -o-linear-gradient(top, #F1F8FD 0%, #b7dbf4 100%);
	/* Webkit (Safari/Chrome 10) */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #F1F8FD), color-stop(1, #b7dbf4));
	/* Webkit (Chrome 11+) */
	background: -webkit-linear-gradient(top, #F1F8FD 0%, #b7dbf4 100%);
	/* W3C Markup, IE10 Release Preview */
	background: linear-gradient(to bottom, #F1F8FD 0%, #b7dbf4 100%);
	/* IE7 */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F1F8FD', endColorstr='#b7dbf4');

	color: #60a6dc;}

div.informe div.evolucion div.controles div.periodos {
	border-left: 1px dotted #60a6dc;
	display: inline-block;
	margin: 0 0 0 3%;
	padding: 0 0 0 13%;
	width: 57%; }

div.informe div.evolucion div.controles div.periodos p.titulo {
	float: left;
	font-weight: bold;
	margin-bottom: 7px;
	padding: 0 0 0 20%;
	text-align: center;
	width: 50%; }

div.informe div.evolucion div.controles div.periodos div.wrapper_periodos_left {
	display: inline-block;
	float: none;
	margin: 0;
	width: 98%; }

div.informe div.evolucion div.controles div.periodos div.wrapper_periodos_right {
	display: inline-block;
	float: none;
	margin: 0;
	width: 98%; }

div.informe div.evolucion div.controles div.periodos div.wrapper_periodos_left input.opt {
	float: left;
	margin: 0 0 5px 9px; }

div.informe div.evolucion div.controles div.periodos div.wrapper_periodos_left label.opt {
	float: left;
	margin: 0 0 0 5px;
	text-align: left;
	width: 16%; }

div.informe div.evolucion div.controles div.periodos div.wrapper_periodos_right input.opt {
	float: left;
	margin: 0 0 5px 9px; }

div.informe div.evolucion div.controles div.periodos div.wrapper_periodos_right label.opt {
	display: inline-block;
	float: left;
	margin: 0 0 0 5px;
	text-align: left;
	width: 16%; }

div.informe div.w100 div.w60 span.leyenda {
	display: block;
	font-size: 11px;
	font-style: italic;
	margin-bottom: 20px;
	text-align: center; }

div.informe div.w100 div.w40 {
	float: right;
	margin-top: 18px;
	width: 40%; }

div.informe div.w100 div.w40 form fieldset label {
	clear: left;
	float: left;
	font-weight: bold;
	margin-top: 9px;
	text-align: right;
	width: 19%; }

div.informe div.w100 div.w40 form fieldset select {
	border: solid 1px #e5e5e5;
	float: left;
	margin-left: 10px;
	margin-top: 8px;
	width: auto; }

div.informe div.w100 div.w40 form fieldset input.check {
	border: solid 1px #e5e5e5 !important;
	float: left;
	margin-left: 10px;
	margin-top: 11px;
	width: auto; }

div.informe div.w100 div.w40 form fieldset span.nrefg {
	float: left;
	margin-left: 4px;
	margin-top: 10px; }

div.informe div.w100 div.w40 form fieldset div.botones {
	clear: left;
	float: right;
	margin-right: 5px;
	margin-top: 5px;
	padding: 0px;
	width: 100%; }

div.informe div.w100 div.w40 span.leyenda {
	clear: left;
	float: left;
	font-weight: bold;
	margin-top: 10px; }

div.informe div.w100 div.w40 label.leyenda_nfondo,
div.informe div.w100 div.w40 label.leyenda_nrefg {
	float: left ;
	margin-left: 5px;
	margin-top: 10px; }

div.informe div.w50 {
	float: left;
	width: 50%; }

div.informe div.w50 table {
	border-collapse: collapse;
	margin: 10px 0px;
	width: 98%; }

div.informe div.w50 table col.w15 { width: 16%; }

div.informe div.w50 table tbody tr td.q1,
div.informe div.w50 table tbody tr td.q2,
div.informe div.w50 table tbody tr td.q3,
div.informe div.w50 table tbody tr td.q4,
div.informe div.w50 table tbody tr td.q5 {
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-left: 1px solid #ffffff;
	border-radius: 20px;
	color: #ffffff;
	font-weight: bold;
	text-align: center; }

div.informe div.w50 table tbody tr td.q1 { background-color: #95c3f1; }

div.informe div.w50 table tbody tr td.q2 { background-color: #84b1e0; }

div.informe div.w50 table tbody tr td.q3 { background-color: #66a0db; }

div.informe div.w50 table tbody tr td.q4 { background-color: #2e74bc; }

div.informe div.w50 table tbody tr td.q5 { background-color: #0b5198; }

div.informe div.w50 table tfoot tr td {
	border-top: 1px solid #ffffff;
	color: #ffffff;
	font-size: 9px;
	height: 18px;
	padding-bottom: 2px;
	padding-left: 12px;
	padding-right: 12px;
	padding-top: 2px;
	text-align: left; }

/* --------- End Informe --------- */
/* --------- Rankings --------- */
div.ranking table thead tr th { vertical-align: middle; }

div.ranking table thead tr th.current { color: #1F5E8F; }

div.ranking table tbody tr.par td.current { background-color: #efefef; }

div.ranking table tbody tr.impar td.current { background-color: #e0e0e0; }

/* --------- End Rankings --------- */
/* --------- Comparador --------- */
div.comparador { width: 100%; }

div.comparador h2 {
	border-bottom: none;
	color: #11689f; }

div.comparador div.solapas {
	border-bottom: 1px solid #66A0CB;
	display: block;
	left: 0px;
	margin: 10px 0 0 0;
	padding: 0px;
	position: relative;
	top: 0px;
	width: 100%; }

div.comparador form#selfiuSelForm,
div.comparador form#selppiuSelForm { margin-top: 10px; }

div.comparador form#selppiuSelXForm fieldset label,
div.comparador form#selfiuSelXForm fieldset label { margin-top: 0px; }

div.comparador form fieldset label { width: 30%; }

div.comparador form fieldset label.w100,
div.comparador form fieldset select.w100 {
	margin-left: 7px;
	text-align: left;
	width: 98%; }

div.comparador form fieldset div.botones {
	border: none;
	float: left;
	margin-right: 6px;
	margin-top: 4px;
	padding: 0px;
	width: 99%; }

div.comparador form fieldset div.botones input#selfiuSelXForm_Add,
div.comparador form fieldset div.botones input#selppiuSelXForm_Add,
div.comparador form fieldset div.botones input#selfiuSelXForm_Delete,
div.comparador form fieldset div.botones input#selppiuSelXForm_Delete { float: left; }

div.comparador form fieldset div.botones input#selppiuSelXForm_submit,
div.comparador form fieldset div.botones input#selfiuSelXForm_submit { float: right; }

div.comparador div.grafico_evolucion {
	float: left;
	margin: 0 0 20px 0;
	width: 98%; }

div.comparador div.controles_grafico {
	-moz-border-radius: 6px;
	-moz-box-shadow: 1px 1px 2px rgba(0,0,0,.5);
	-webkit-border-radius: 6px;
	-webkit-box-shadow: 1px 1px 2px rgba(0,0,0,.5);

	/* IE10 Consumer Preview */
	background: -ms-linear-gradient(top, #F1F8FD 0%, #b7dbf4 100%);
	/* Mozilla Firefox */
	background: -moz-linear-gradient(top, #F1F8FD 0%, #b7dbf4 100%);
	/* Opera */
	background: -o-linear-gradient(top, #F1F8FD 0%, #b7dbf4 100%);
	/* Webkit (Safari/Chrome 10) */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #F1F8FD), color-stop(1, #b7dbf4));
	/* Webkit (Chrome 11+) */
	background: -webkit-linear-gradient(top, #F1F8FD 0%, #b7dbf4 100%);
	/* W3C Markup, IE10 Release Preview */
	background: linear-gradient(to bottom, #F1F8FD 0%, #b7dbf4 100%);
	/* IE7 */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F1F8FD', endColorstr='#b7dbf4');

	border-radius: 6px;
	border: 1px solid #66A0CB;
	box-shadow: 1px 1px 2px rgba(0,0,0,.5);
	display: block;
	float: left;
	margin: 0 auto;
	padding: 20px 15px;
	position: relative;
	text-align: center;
	width: 96%; }

div.comparador div.controles_grafico div.rango {
	float: left;
	padding: 0;
	width: 100%; }

div.comparador div.controles_grafico div.rango div.botones {
	float: left;
	margin: 43px 0 0 0;
	width: 13%; }

div.comparador div.controles_grafico div.rango div.botones input.btn,
div.comparador div.controles_grafico div.seleccion div.botones input.btn {
	-moz-border-radius: 6px;
	-moz-box-shadow: 1px 1px 2px rgba(0,0,0,.5);
	-webkit-border-radius: 6px;
	-webkit-box-shadow: 1px 1px 2px rgba(0,0,0,.5);
	background: #ddd;

	/* IE10 Consumer Preview */
	background: -ms-linear-gradient(top, #95C6EC 0%, #60a6dc 100%);
	/* Mozilla Firefox */
	background: -moz-linear-gradient(top, #95C6EC 0%, #60a6dc 100%);
	/* Opera */
	background: -o-linear-gradient(top, #95C6EC 0%, #60a6dc 100%);
	/* Webkit (Safari/Chrome 10) */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #95C6EC), color-stop(1, #60a6dc));
	/* Webkit (Chrome 11+) */
	background: -webkit-linear-gradient(top, #95C6EC 0%, #60a6dc 100%);
	/* W3C Markup, IE10 Release Preview */
	background: linear-gradient(to bottom, #95C6EC 0%, #60a6dc 100%);
	/* IE7 */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#95C6EC', endColorstr='#60a6dc');

	border-radius: 6px;
	border: 1px solid #66A0CB;
	box-shadow: 1px 1px 2px rgba(0,0,0,.5);
	color: #ffffff;
	font-size: 11px;
	font-weight: bold;
	margin-left: 5px;
	padding: 2px 8px 2px 8px;
	text-decoration: none;
	width: auto; }

div.comparador div.controles_grafico div.rango div.botones input:active.btn,
div.comparador div.controles_grafico div.rango div.botones input:active.btn {
	-moz-box-shadow: 0px 0px 0px rgba(0,0,0,.5);
	-webkit-box-shadow: 0px 0px 0px rgba(0,0,0,.5);
	box-shadow: 0px 0px 0px rgba(0,0,0,.5);
	left: 1px;
	position: relative;
	top: 1px; }

div.comparador div.controles_grafico div.rango div.botones input:hover.btn,
div.comparador div.controles_grafico div.seleccion div.botones input:hover.btn {
	/* IE10 Consumer Preview */
	background: -ms-linear-gradient(top, #F1F8FD 0%, #b7dbf4 100%);
	/* Mozilla Firefox */
	background: -moz-linear-gradient(top, #F1F8FD 0%, #b7dbf4 100%);
	/* Opera */
	background: -o-linear-gradient(top, #F1F8FD 0%, #b7dbf4 100%);
	/* Webkit (Safari/Chrome 10) */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #F1F8FD), color-stop(1, #b7dbf4));
	/* Webkit (Chrome 11+) */
	background: -webkit-linear-gradient(top, #F1F8FD 0%, #b7dbf4 100%);
	/* W3C Markup, IE10 Release Preview */
	background: linear-gradient(to bottom, #F1F8FD 0%, #b7dbf4 100%);
	/* IE7 */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F1F8FD', endColorstr='#b7dbf4');
	color: #60a6dc;}

div.comparador div.controles_grafico div.rango div.botones input[disabled] {
	-moz-border-radius: 6px;
	-moz-box-shadow: 1px 1px 2px rgba(0,0,0,.5);
	-webkit-border-radius: 6px;
	-webkit-box-shadow: 1px 1px 2px rgba(0,0,0,.5);
	background: #ddd;

	/* IE10 Consumer Preview */
	background: -ms-linear-gradient(top, #e5e5e5 0%, #c5c5c5 100%);
	/* Mozilla Firefox */
	background: -moz-linear-gradient(top, #e5e5e5 0%, #c5c5c5 100%);
	/* Opera */
	background: -o-linear-gradient(top, #e5e5e5 0%, #c5c5c5 100%);
	/* Webkit (Safari/Chrome 10) */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #e5e5e5), color-stop(1, #c5c5c5));
	/* Webkit (Chrome 11+) */
	background: -webkit-linear-gradient(top, #e5e5e5 0%, #c5c5c5 100%);
	/* W3C Markup, IE10 Release Preview */
	background: linear-gradient(to bottom, #e5e5e5 0%, #c5c5c5 100%);
	/* IE7 */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e5e5e5', endColorstr='#c5c5c5');

	border-radius: 6px;
	border: 1px solid #AAAAAA;
	box-shadow: 1px 1px 2px rgba(0,0,0,.5);
	color: #AAAAAA;
	font-size: 11px;
	font-weight: bold;
	margin-left: 5px;
	padding: 2px 8px 2px 8px;
	text-decoration: none;
	width: auto; }

div.comparador div.controles_grafico div.seleccion {
	float: left;
	padding: 0 0 15px 20px;
	width: 97%; }

div.comparador div.controles_grafico div.seleccion div.botones {
	float: left;
	margin: 22px 0 0 0;
	width: 10%; }

div.comparador div.controles_grafico div.seleccion table thead th {
	background: none;
	border-right: none;
	color: #555555;
	filter: none; }

div.comparador div.controles_grafico div.seleccion table tbody tr td { padding: 2px 5px; }

div.comparador div.controles_grafico div.seleccion div.botones input.btn {
	display: block;
	margin: 0 0 10px 0;
	width: 65px; }

div.comparador div.controles_grafico div.seleccion span.fecha_desde { font-style: italic; }

div.comparador table thead tr th.big { padding-top: 15px; }

/* --------- End Comparador --------- */
/* --------- Glosario --------- */
div.glosario { width: 100%; }

div.glosario h2 {
	border-bottom: none;
	color: #11689f; }

div.glosario div.abc {
	display: block;
	text-align: center;
	width: 100%;
	margin: 0px 0 30px 0;}

div.glosario div.abc a,
div.glosario div.abc span {
	-moz-border-radius: 20px;
	-moz-box-shadow: 1px 1px 2px rgba(0,0,0,.5);
	-webkit-border-radius: 20px;
	-webkit-box-shadow: 1px 1px 2px rgba(0,0,0,.5);
	border-radius: 20px;
	box-shadow: 1px 1px 2px rgba(0,0,0,.5);
	font-weight: bold;
	margin-top: 4px;
	padding-bottom: 2px;
	padding-left: 6px;
	padding-right: 6px;
	padding-top: 2px; }

div.glosario div.abc span {

	/* IE10 Consumer Preview */
	background: -ms-linear-gradient(top, #ececec 0%, #d7d7d7 100%);
	/* Mozilla Firefox */
	background: -moz-linear-gradient(top, #ececec 0%, #d7d7d7 100%);
	/* Opera */
	background: -o-linear-gradient(top, #ececec 0%, #d7d7d7 100%);
	/* Webkit (Safari/Chrome 10) */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ececec), color-stop(1, #d7d7d7));
	/* Webkit (Chrome 11+) */
	background: -webkit-linear-gradient(top, #ececec 0%, #d7d7d7 100%);
	/* W3C Markup, IE10 Release Preview */
	background: linear-gradient(to bottom, #ececec 0%, #d7d7d7 100%);
	/* IE7 */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ececec', endColorstr='#d7d7d7');

	border: 1px solid #d7d7d7;
	color: #B7B7B7;
	display: inline-block;}

div.glosario div.abc a,
div.glosario div.abc a:link,
div.glosario div.abc a:active,
div.glosario div.abc a:visited {

	/* IE10 Consumer Preview */
	background: -ms-linear-gradient(top, #95C6EC 0%, #60a6dc 100%);
	/* Mozilla Firefox */
	background: -moz-linear-gradient(top, #95C6EC 0%, #60a6dc 100%);
	/* Opera */
	background: -o-linear-gradient(top, #95C6EC 0%, #60a6dc 100%);
	/* Webkit (Safari/Chrome 10) */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #95C6EC), color-stop(1, #60a6dc));
	/* Webkit (Chrome 11+) */
	background: -webkit-linear-gradient(top, #95C6EC 0%, #60a6dc 100%);
	/* W3C Markup, IE10 Release Preview */
	background: linear-gradient(to bottom, #95C6EC 0%, #60a6dc 100%);
	/* IE7 */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#95C6EC', endColorstr='#60a6dc');

	border: 1px solid #66A0CB;
	color: #FFFFFF;
	display: inline-block;}

div.glosario div.abc a:hover,
div.glosario div.abc a:focus {

	/* IE10 Consumer Preview */
	background: -ms-linear-gradient(top, #ffebc0 0%, #f1c973 100%);
	/* Mozilla Firefox */
	background: -moz-linear-gradient(top, #ffebc0 0%, #f1c973 100%);
	/* Opera */
	background: -o-linear-gradient(top, #ffebc0 0%, #f1c973 100%);
	/* Webkit (Safari/Chrome 10) */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ffebc0), color-stop(1, #f1c973));
	/* Webkit (Chrome 11+) */
	background: -webkit-linear-gradient(top, #ffebc0 0%, #f1c973 100%);
	/* W3C Markup, IE10 Release Preview */
	background: linear-gradient(to bottom, #ffebc0 0%, #f1c973 100%);
	/* IE7 */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffebc0', endColorstr='#f1c973');

	border: 1px solid #D4A629;
	color: #575757;}

div.glosario div.abc a.current {

	/* IE10 Consumer Preview */
	background: -ms-linear-gradient(top, #ffebc0 0%, #f1c973 100%);
	/* Mozilla Firefox */
	background: -moz-linear-gradient(top, #ffebc0 0%, #f1c973 100%);
	/* Opera */
	background: -o-linear-gradient(top, #ffebc0 0%, #f1c973 100%);
	/* Webkit (Safari/Chrome 10) */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ffebc0), color-stop(1, #f1c973));
	/* Webkit (Chrome 11+) */
	background: -webkit-linear-gradient(top, #ffebc0 0%, #f1c973 100%);
	/* W3C Markup, IE10 Release Preview */
	background: linear-gradient(to bottom, #ffebc0 0%, #f1c973 100%);
	/* IE7 */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffebc0', endColorstr='#f1c973');

	border: 1px solid #D4A629;
	color: #575757;
	display: inline-block;
	font-size: 15px;
	margin-top: 0px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px; }

div.glosario div.view-lista {
	float: left;
	margin-top: 0px;
	width: 98%; }

div.glosario div.view-lista dl { margin-left: 0px; }

div.glosario div.view-lista dl dt {
	background-image: url("../img/bg_definicion.png");
	background-position: 0px 1px;
	background-repeat: no-repeat;
	color: #66A0CB;
	margin-bottom: 2px;
	margin-top: 15px;
	padding-left: 19px; }

div.glosario div.view-lista dl dd {
	background-image: url("../img/bg_navleft_bullet.png");
	background-position: 0px -2px;
	background-repeat: no-repeat;
	margin-bottom: 5px;
	margin-left: 17px;
	padding-left: 16px;
	text-align: justify; }

/* --------- End Glosario --------- */
/* --------- Ayuda --------- */
div.ayuda {
	margin-left: 7px;
	margin-right: 7px;
	min-height: 99%;
	padding-top: 2px; }

div.ayuda div.titulo {
	-moz-border-radius: 10px;
	-moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
	-webkit-border-radius: 10px;
	-webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
	background-color: #004471;

	/* IE10 Consumer Preview */
	background: -ms-linear-gradient(top, #367196 0%, #004471 100%);
	/* Mozilla Firefox */
	background: -moz-linear-gradient(top, #367196 0%, #004471 100%);
	/* Opera */
	background: -o-linear-gradient(top, #367196 0%, #004471 100%);
	/* Webkit (Safari/Chrome 10) */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #367196), color-stop(1, #004471));
	/* Webkit (Chrome 11+) */
	background: -webkit-linear-gradient(top, #367196 0%, #004471 100%);
	/* W3C Markup, IE10 Release Preview */
	background: linear-gradient(to bottom, #367196 0%, #004471 100%);
	/* IE7 */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#367196', endColorstr='#004471');

	border-radius: 10px;
	box-shadow: 1px 1px 2px rgba(0,0,0,.5);
	margin-bottom: 10px; }

div.ayuda div.titulo h2 {
	border-bottom: none;
	color: #ffffff;
	margin-bottom: 0px;
	margin-left: 10px;
	padding-bottom: 7px;
	padding-left: 3px;
	padding-top: 5px; }

div.ayuda h3 {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;

	/* IE10 Consumer Preview */
	background: -ms-linear-gradient(top, #95C6EC 0%, #60a6dc 100%);
	/* Mozilla Firefox */
	background: -moz-linear-gradient(top, #95C6EC 0%, #60a6dc 100%);
	/* Opera */
	background: -o-linear-gradient(top, #95C6EC 0%, #60a6dc 100%);
	/* Webkit (Safari/Chrome 10) */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #95C6EC), color-stop(1, #60a6dc));
	/* Webkit (Chrome 11+) */
	background: -webkit-linear-gradient(top, #95C6EC 0%, #60a6dc 100%);
	/* W3C Markup, IE10 Release Preview */
	background: linear-gradient(to bottom, #95C6EC 0%, #60a6dc 100%);
	/* IE7 */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#95C6EC', endColorstr='#60a6dc');

	border-radius: 5px;
	border: solid 1px #60A6DC;
	color: #ffffff;
	margin-top: 5px;
	margin-top: 5px;
	padding-bottom: 2px;
	padding-left: 8px;
	padding-right: 0;
	padding-top: 2px; }

div.ayuda h4 {
	border-bottom: dotted 1px;
	color: #66A0CB;
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 5px; }

div.ayuda div.seccion {
	margin-left: 10px;
	margin-right: 10px; }

div.ayuda div.seccion ul {
	list-style: none;
	margin-left: 0px;
	margin-right: 5px; }

div.ayuda div.seccion ul li {
	background-image: url("../img/bg_navleft_bullet.png");
	background-position: 0 -2px;
	background-repeat: no-repeat;
	margin-bottom: 5px;
	margin-left: 0px;
	padding-left: 16px; }

div.ayuda div.seccion ul li span.bold {
	color: #66A0CB;
	font-weight: bold; }

div.ayuda p {
	margin-bottom: 7px;
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 7px; }

div#clearfooter {
	display: block;
	height: 50px; }

/* --------- End Ayuda --------- */
/* --------- Tooltip --------- */
#tooltip {
	-moz-border-radius: 6px;
	-moz-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
	-webkit-border-radius: 6px;
	-webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);

	/* IE10 Consumer Preview */
	background: -ms-linear-gradient(top, #F1F8FD 0%, #b7dbf4 100%);
	/* Mozilla Firefox */
	background: -moz-linear-gradient(top, #F1F8FD 0%, #b7dbf4 100%);
	/* Opera */
	background: -o-linear-gradient(top, #F1F8FD 0%, #b7dbf4 100%);
	/* Webkit (Safari/Chrome 10) */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #F1F8FD), color-stop(1, #b7dbf4));
	/* Webkit (Chrome 11+) */
	background: -webkit-linear-gradient(top, #F1F8FD 0%, #b7dbf4 100%);
	/* W3C Markup, IE10 Release Preview */
	background: linear-gradient(to bottom, #F1F8FD 0%, #b7dbf4 100%);
	/* IE7 */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F1F8FD', endColorstr='#b7dbf4');

	border-radius: 6px;
	border: solid 1px #66A0CB;
	box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
	font-size: 9px;
	padding: 10px;
	position: absolute;
	width: 310px;
	z-index: 3000; }

#tooltip h3,
#tooltip div { margin: 0; }

#tipDiv {
	background-color: #F0F0F0;
	border: solid 1px #00247E;
	color: #666666;
	padding: 5px; }

span.tooltip {
	color: #666666;
	font-size: 7pt; }

span.tooltip p.cabecera {
	border-bottom: 1px solid #00247E;
	color: #00247e;
	font-weight: bold;
	margin-bottom: 3px;
	margin-top: 0px;
	padding: 0px;
	width: 100%; }

/* --------- End Tooltip --------- */
/* --------- View Article --------- */
#col_central_content div.view-article { with: 100% }

#col_central_content div.view-article div.wrapper_login {
	background-image: url("../img/bg_login_page.png");
	background-position: right center;
	background-repeat: no-repeat;
	height: 401px; }

#col_central_content div.view-article h2 { margin-top: 10px; }

div.view-article div.form_login {
	-moz-border-radius: 20px;
	-moz-box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.5);
	-webkit-border-radius: 20px;
	-webkit-box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.5);

	/* IE10 Consumer Preview */
	background: -ms-linear-gradient(top, #F1F8FD 0%, #b7dbf4 100%);
	/* Mozilla Firefox */
	background: -moz-linear-gradient(top, #F1F8FD 0%, #b7dbf4 100%);
	/* Opera */
	background: -o-linear-gradient(top, #F1F8FD 0%, #b7dbf4 100%);
	/* Webkit (Safari/Chrome 10) */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #F1F8FD), color-stop(1, #b7dbf4));
	/* Webkit (Chrome 11+) */
	background: -webkit-linear-gradient(top, #F1F8FD 0%, #b7dbf4 100%);
	/* W3C Markup, IE10 Release Preview */
	background: linear-gradient(to bottom, #F1F8FD 0%, #b7dbf4 100%);
	/* IE7 */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F1F8FD', endColorstr='#b7dbf4');

	border-radius: 20px;
	border: 1px solid #66A0CB;
	box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.5);
	height: 235px;
	margin-left: 9%;
	margin-right: 45%;
	margin-top: 60px;
	padding-left: 8%;
	padding-right: 8%; }

div.view-article div.form_login h3 {
	float: left;
	margin-left: -26%;
	margin-top: -29px; }

div.view-article div.form_login form {
	margin-top: 65px;
	width: 100%; }

div.view-article div.form_login form fieldset {
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	background: none;
	border: none;
	box-shadow: none; }

div.view-article div.form_login form fieldset label { width: 27%; }

div.view-article div.form_login form fieldset span {
	float: left;
	width: 100%; }

div.view-article div.form_login form fieldset span.usuario {
	background-image: url("../img/bg_user_plata.png");
	background-position: 0 1px;
	background-repeat: no-repeat;
	padding-left: 20px;
	padding-top: 2px; }

div.view-article div.form_login form fieldset span.label_usuario {
	font-weight: bold;
	margin-bottom: 20px;
	margin-top: -5px; }

div.view-article div.form_login form fieldset input.txt { width: 66%; }

div.view-article div.form_login form fieldset div.botones input.btn {
	margin-right: 3%;
	margin-top: 25px; }

div.view-article div.form_login form fieldset div.boton_logoff {
	float: left;
	width: 100%; }

div.view-article div.form_login form fieldset div.boton_logoff input.btn {
	float: left;
	margin-left: -2px;
	margin-top: 25px; }

div.view-article div.form_login div.login-errormessage {
	-moz-border-radius: 20px;
	-moz-box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.5);
	-webkit-border-radius: 20px;
	-webkit-box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.5);

	/* IE10 Consumer Preview */
	background: -ms-linear-gradient(top, #f8b3b5 0%, #ff4e52 100%);
	/* Mozilla Firefox */
	background: -moz-linear-gradient(top, #f8b3b5 0%, #ff4e52 100%);
	/* Opera */
	background: -o-linear-gradient(top, #f8b3b5 0%, #ff4e52 100%);
	/* Webkit (Safari/Chrome 10) */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #f8b3b5), color-stop(1, #ff4e52));
	/* Webkit (Chrome 11+) */
	background: -webkit-linear-gradient(top, #f8b3b5 0%, #ff4e52 100%);
	/* W3C Markup, IE10 Release Preview */
	background: linear-gradient(to bottom, #f8b3b5 0%, #ff4e52 100%);
	/* IE7 */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f8b3b5', endColorstr='#ff4e52');

	border-radius: 20px;
	border: 1px solid #fd0006;
	box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.5);
	margin-top: 85px;
	padding: 5%; }

div.view-article div.form_login div.login-errormessage span.tipo_error {
	color: #000000;
	display: block;
	font-weight: bold;
	margin-bottom: 5px; }

div.view-article div.form_login div.login-errormessage span.desc_error { color: #ffffff; }

/* --------- End View Article --------- */
/* --------- View Lista --------- */
div.view-lista h2 {
	border-bottom: none;
	color: #11689F; }

div.view-lista p.resultado {
	float: right;
	font-size: 10px;
	font-style: italic;
	margin-top: 7px; }

div#selector { /*margin-top: 10px;*/float:left; }

div#selector form fieldset { padding: 10px 5px 16px 7px; }

div#selector form fieldset label {
	float: left;
	margin-top: 8px;
	text-align: right;
	width: auto; }

div#selector form fieldset select {
	border: 1px solid #E5E5E5;
	color: #575757;
	float: left;
	font-size: 11px;
	margin-left: 3px;
	margin-top: 7px;
	width: 11%; }

div#selector form fieldset input.txt {
	border: solid 1px #e5e5e5;
	color: #575757;
	float: left;
	font-size: 11px;
	margin-left: 3px;
	margin-top: 8px;
	width: 18%; }

div#selector form fieldset input#fecha_ini,
div#selector form fieldset input#fecha_fin {
	background-image: url("../img/bg_calendario.png");
	background-position: 101% -1px;
	background-repeat: no-repeat;
	padding-right: 15px;
	width: 9.5%; }

div#selector form fieldset label {
	margin-left: 10px;
	text-align: left;
	width: auto; }

div#selector form fieldset input.btn {
	-moz-border-radius: 6px;
	-moz-box-shadow: 1px 1px 2px rgba(0,0,0,.5);
	-webkit-border-radius: 6px;
	-webkit-box-shadow: 1px 1px 2px rgba(0,0,0,.5);
	background: #ddd;

	/* IE10 Consumer Preview */
	background: -ms-linear-gradient(top, #95C6EC 0%, #60a6dc 100%);
	/* Mozilla Firefox */
	background: -moz-linear-gradient(top, #95C6EC 0%, #60a6dc 100%);
	/* Opera */
	background: -o-linear-gradient(top, #95C6EC 0%, #60a6dc 100%);
	/* Webkit (Safari/Chrome 10) */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #95C6EC), color-stop(1, #60a6dc));
	/* Webkit (Chrome 11+) */
	background: -webkit-linear-gradient(top, #95C6EC 0%, #60a6dc 100%);
	/* W3C Markup, IE10 Release Preview */
	background: linear-gradient(to bottom, #95C6EC 0%, #60a6dc 100%);
	/* IE7 */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#95C6EC', endColorstr='#60a6dc');

	border-radius: 6px;
	border: 1px solid #66A0CB;
	box-shadow: 1px 1px 2px rgba(0,0,0,.5);
	color: #ffffff;
	float: left;
	font-size: 11px;
	font-weight: bold;
	margin: 4px 0px 0px 10px;
	padding: 2px 8px 2px 8px;
	text-decoration: none;
	width: auto; }

div#selector form fieldset input:active.btn {
	-moz-box-shadow: 0px 0px 0px rgba(0,0,0,.5);
	-webkit-box-shadow: 0px 0px 0px rgba(0,0,0,.5);
	box-shadow: 0px 0px 0px rgba(0,0,0,.5);
	left: 1px;
	position: relative;
	top: 1px; }

div#selector form fieldset input:hover.btn {

	/* IE10 Consumer Preview */
	background: -ms-linear-gradient(top, #F1F8FD 0%, #b7dbf4 100%);
	/* Mozilla Firefox */
	background: -moz-linear-gradient(top, #F1F8FD 0%, #b7dbf4 100%);
	/* Opera */
	background: -o-linear-gradient(top, #F1F8FD 0%, #b7dbf4 100%);
	/* Webkit (Safari/Chrome 10) */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #F1F8FD), color-stop(1, #b7dbf4));
	/* Webkit (Chrome 11+) */
	background: -webkit-linear-gradient(top, #F1F8FD 0%, #b7dbf4 100%);
	/* W3C Markup, IE10 Release Preview */
	background: linear-gradient(to bottom, #F1F8FD 0%, #b7dbf4 100%);
	/* IE7 */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F1F8FD', endColorstr='#b7dbf4');

	color: #60a6dc;}

div.view-lista div.elemento_lista {
	border-bottom: 1px solid #DDE1E5;
	float: left;
	width: 100%; }

div.view-lista div.elemento_lista h4 {
	clear: left;
	font-weight: normal;
	margin-bottom: 10px;
	margin-top: 10px;
	padding: 2px 0px 2px 0;
	text-align: left; }

div.view-lista div.elemento_lista h4 span.fecha_elemento {
	font-size: 0.8em;
	padding: 0px 0px 0px 3px; }

div.view-lista div.elemento_lista	h4 a,
div.view-lista div.elemento_lista	h4 a:link,
div.view-lista div.elemento_lista	h4 a:active,
div.view-lista div.elemento_lista	h4 a:visited {
	color: #66A0CB;
	font-size: 1.3em;
	font-weight: bold;
	text-decoration: none; }

div.view-lista div.elemento_lista	h4 a:hover,
div.view-lista div.elemento_lista	h4 a:focus { color: #d4a628; }

div.view-lista div.elemento_lista h4 span { color: #66A0CB; }

div.view-lista div.ref_analisis h4 span.titulo_elemento,
div.view-lista div.ref_articulo h4 span.titulo_elemento,
div.view-lista div.ref_noticia h4 span.titulo_elemento,
div.view-lista div.ref_video h4 span.titulo_elemento,
div.view-lista div.ref_consultorio h4 span.titulo_elemento { padding: 8px 0 0 27px; }

div.ref_analisis h4 span.titulo_elemento {
	background-image: url("../img/bg_ref_analisis.png");
	background-position: 0px 0px;
	background-repeat: no-repeat; }

div.ref_articulo h4 span.titulo_elemento {
	background-image: url("../img/bg_ref_articulo.png");
	background-position: 0px 0px;
	background-repeat: no-repeat; }

div.ref_noticia h4 span.titulo_elemento {
	background-image: url("../img/bg_ref_noticia.png");
	background-position: 0px 0px;
	background-repeat: no-repeat; }

div.ref_video h4 span.titulo_elemento {
	background-image: url("../img/bg_ref_video.png");
	background-position: 0px 0px;
	background-repeat: no-repeat; }

div.ref_consultorio h4 span.titulo_elemento {
	background-image: url("../img/bg_ref_analisis.png");
	background-position: 0px 0px;
	background-repeat: no-repeat; }

div.view-lista div.elemento_lista div.cuerpo_elemento div.fuente_autor {
	clear: right;
	float: left;
	margin-bottom: 10px;
	margin-top: 10px;
	text-align: left;
	width: 79%; }

div.view-lista div.elemento_lista div.cuerpo_elemento div.detalle_original {
	clear: right;
	float: right;
	margin-bottom: 10px;
	margin-top: 10px;
	text-align: right;
	width: 20%; }

div.view-lista div.elemento_lista div.image_picr {
	clear: right;
	float: right;
	margin-left: 10px;
	padding: 0 1px 1px 0; }

div.view-lista div.elemento_lista div.image_picr img {
	background: #FFFFFF;
	border: none;
	left: -3px;
	padding: 2px 0 0 5px;
	position: relative;
	top: 5px; }

div.cuerpo_elemento div.fuente_autor span.fuente { font-weight: bold; }

div.cuerpo_elemento #resumen {
	display: block;
	margin-bottom: 2em; }

div.cuerpo_elemento #resumen p {
	font-style: italic;
	font-weight: bold;
	padding: 0.5em 2.5em; }

div.cuerpo_elemento div.parrafo p {
	line-height: 1.7em;
	margin: 0 0 1em 0; }

div.cuerpo_elemento a,
	div.cuerpo_elemento a:link,
	div.cuerpo_elemento a:active,
	div.cuerpo_elemento a:visited {
	color: #66a0cb;
	text-decoration: none; }

div.cuerpo_elemento a:hover,
div.cuerpo_elemento a:focus { color: #d4a628; }

div.cuerpo_elemento div.detalle_original a,
div.cuerpo_elemento div.detalle_original a:link,
div.cuerpo_elemento div.detalle_original a:active,
div.cuerpo_elemento div.detalle_original a:visited {
	background-image: url("../img/bg_link.png");
	background-position: left center;
	background-repeat: no-repeat;
	clear: right;
	display: block;
	display: inline;
	float: none;
	margin-left: 5px;
	padding: 0px 0px 0px 20px; }

div.cuerpo_elemento div.detalle_original a:hover,
div.cuerpo_elemento div.detalle_original a:focus {
	background-image: url("../img/bg_link_hover.png");
	background-position: left center;
	background-repeat: no-repeat; }

div.wrapper_leyenda_pag {
	border-top: 5px solid #DDE1E5;
	float: left;
	width: 100%; }

div.lista-paginacion {
	clear: left;
	float: left;
	margin-top: 10px;
	text-align: left;
	width: 50%; }

div.lista-paginacion a,
div.lista-paginacion span { font-size: 10px; }

div.wrapper_leyenda_pag a.newsletter {
	background-image: url("../img/bg_newsletter.png");
	background-position: 2px 1px;
	background-repeat: no-repeat;
	float: left;
	margin: 5px 10px 0 0;
	padding: 5px 0 10px 30px; }

div.leyenda_ref {
	clear: right;
	float: right;
	margin-top: 10px;
	text-align: right;
	width: 90%; }

div.leyenda_ref ul { list-style: none; }

div.leyenda_ref ul li {
	display: inline;
	font-size: 11px;
	margin: 0;
	padding: 10px 0 10px 34px; }

div.leyenda_ref ul li.ref_analisis {
	background-image: url("../img/bg_ref_analisis.png");
	background-position: 6px center;
	background-repeat: no-repeat; }

div.leyenda_ref ul li.ref_articulo {
	background-image: url("../img/bg_ref_articulo.png");
	background-position: left center;
	background-repeat: no-repeat; }

div.leyenda_ref ul li.ref_noticia {
	background-image: url("../img/bg_ref_noticia.png");
	background-position: 4px center;
	background-repeat: no-repeat; }

div.leyenda_ref ul li.ref_video {
	background-image: url("../img/bg_ref_video.png");
	background-position: 3px center;
	background-repeat: no-repeat; }

div.leyenda_ref ul li.ref_consultorio {
	background-image: url("../img/bg_ref_analisis.png");
	background-position: 3px center;
	background-repeat: no-repeat; }



/* --------- End View Lista --------- */
/* --------- Referencia de Prensa --------- */
h2 span.fecha_elemento {
	background-image: url("../img/bg_calendario.png");
	background-position: 12px 3px;
	background-repeat: no-repeat;
	float: right;
	font-size: 12px;
	font-weight: normal;
	padding: 5px 0 9px 30px; }

div.parrafo {
	clear: right;
	margin-bottom: 2.5em; }

div.parrafo div.center {
	float: right;
	margin: 0;
	text-align: center;
	width: 100%; }

div.imagen_parrafo {
	float: right;
	margin-left: 10px; }

div.imagen_parrafo img {
	background: none repeat scroll 0 0 #FFFFFF;
	border: none;
	padding: 3px; }

div.categorias {
	margin-bottom: 10px;
	margin-top: 10px; }

div.categorias span { font-style: italic; }

div.cuerpo_elemento div.fuente_autor {
	float: none;
	margin-top: 10px; }

div.cuerpo_elemento div.enlaces {
	clear: right;
	padding: 10px 0 0; }

div.enlaces span.titulo_enlaces {
	font-size: 11px;
	font-weight: bold; }

div.enlaces ul.cuerpo_enlaces {
	clear: right;
	list-style: none outside none;
	margin: 10px 0 0;
	padding: 0; }

div.enlaces ul.cuerpo_enlaces li {
	margin: 0;
	padding: 0; }

div.enlaces ul.cuerpo_enlaces li a,
div.enlaces ul.cuerpo_enlaces li a:link,
div.enlaces ul.cuerpo_enlaces li a:active,
div.enlaces ul.cuerpo_enlaces li a:visited {
	background-image: url("../img/bg_link.png");
	background-position: left center;
	background-repeat: no-repeat;
	clear: right;
	display: block;
	display: inline;
	float: none;
	margin-left: 5px;
	padding: 0px 0px 0px 20px; }

div.enlaces ul.cuerpo_enlaces li a:focus,
div.enlaces ul.cuerpo_enlaces li a:hover {
	background-image: url("../img/bg_link_hover.png");
	background-position: left center;
	background-repeat: no-repeat; }

/* --------- End Referencia de Prensa --------- */
/* --------- Portada Principal--------- */
div#col_central_content div#portada { margin: 0; }

div#col_central_content div.izquierda {
	float: left;
	width: 670px; }

div#col_central_content div.derecha {
	float: right;
	width: 670px; }

div#col_central_content div#col_fija_izquierda {
	float: right;
	margin-left: 7px;
	width: 300px; }

div#col_central_content div#col_fija_derecha {
	float: left;
	margin-right: 7px;
	width: 300px; }

div#col3_content div.izquierda {
	float: left;
	margin-right: 2px;
	padding-right: 10px;
	width: 58%; }

div#col3_content div.derecha {
	float: right;
	padding-left: 10px;
	width: 59%; }

div#col3_content div#col_fija_izquierda {
	float: right;
	margin-left: 2.5px;
	margin-right: 2.5px;
	width: 38%; }

div#col3_content div#col_fija_derecha {
	float: left;
	margin-left: 2.5px;
	margin-right: 2.5px;
	width: 38%; }

div#rankingsV div.buscador {
	/*-moz-border-radius: 6px 6px 6px 6px;
	-moz-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.5);
	-webkit-border-radius: 6px;*/

	/* IE10 Consumer Preview */
	/*background: -ms-linear-gradient(top, #F1F8FD 0%, #b7dbf4 100%);*/
	/* Mozilla Firefox */
	/*background: -moz-linear-gradient(top, #F1F8FD 0%, #b7dbf4 100%);*/
	/* Opera */
	/*background: -o-linear-gradient(top, #F1F8FD 0%, #b7dbf4 100%);*/
	/* Webkit (Safari/Chrome 10) */
	/*background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #F1F8FD), color-stop(1, #b7dbf4));*/
	/* Webkit (Chrome 11+) */
	/*background: -webkit-linear-gradient(top, #F1F8FD 0%, #b7dbf4 100%);*/
	/* W3C Markup, IE10 Release Preview */
	/*background: linear-gradient(to bottom, #F1F8FD 0%, #b7dbf4 100%);*/
	/* IE7 */
	/*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F1F8FD', endColorstr='#b7dbf4');*/

	/*border-radius: 6px;
	border: solid 1px #66A0CB;
	box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
	float: left;
	margin: 5px 0 10px 0;
	padding: 0;
	width: 100%;*/

	border: 1px solid #66A0CB;
	float: left;
	margin: 5px 0 10px;
	padding: 0;
	width: 100%;

}

div#rankingsV div.buscador input.txt {
	background-color: #FFFFFF;
	border-bottom: 1px solid #CFD0D2;
	border-left: 1px solid #CFD0D2;
	border-right: none;
	border-top: 1px solid #CFD0D2;
	color: #CFD0D2;
	float: left;
	font-size: 11px;
	font-style: italic;
	height: 20px;
	margin: 10px 0 0 3%;
	width: 85%; }

div#rankingsV div.buscador div.botones_fondos {
	float: left;
	margin: 10px 0 15px 0;
	width: 9%; }

div#rankingsV div.buscador div.botones_fondos input.btn {
	-moz-border-radius: 0 0 0 0;
	-moz-box-shadow: none;
	-webkit-border-radius: 0;
	background-color: #ffffff;
	background-image: url(../img/bg_boton_buscar.png);
	background-position: center right;
	background-repeat: no-repeat;
	border-bottom: 1px solid #CFD0D2;
	border-left: none;
	border-radius: 0;
	border-right: 1px solid #CFD0D2;
	border-top: 1px solid #CFD0D2;
	box-shadow: none;
	color: #CFD0D2;
	filter: none;
	float: left;
	font-weight: normal;
	height: 22px;
	margin-left: 0;
	padding: 0 0 3px;
	width: 100%; }

div#rankingsV div.buscador div.botones_fondos input:active.btn {  }

div#rankingsV div.buscador div.botones_fondos input:hover.btn { cursor: pointer; }

div.herramientas {
	margin-bottom: 5px;
	width: 100%; }

div.herramientas ul {
	list-style: none;
	margin: 0;
	margin: 14px 0 0;
	padding: 0;
	text-align: center; }

div.herramientas ul li {
	display: inline-block;
	margin-left: 0;
	margin: 0;
	width: 32% }

div.herramientas ul li a,
div.herramientas ul li a:link,
div.herramientas ul li a:active,
div.herramientas ul li a:visited {
	-moz-border-radius: 6px 6px 6px 6px;
	-moz-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.5);
	-webkit-border-radius: 6px;
	background-color: #ffffff;
	border-radius: 6px;
	border: solid 1px #DDE1E5;
	box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
	display: block;
	height: 42px;
	margin: 0 auto;
	padding: 8%;
	width: 42px; }

div.herramientas ul li a:focus,
div.herramientas ul li a:hover { background-color: #F1F8FD; }

div.herramientas ul li a.buscador,
div.herramientas ul li a:link.buscador,
div.herramientas ul li a:active.buscador,
div.herramientas ul li a:visited.buscador {
	background-image: url(../img/bg_buscador.png);
	background-position: center;
	background-repeat: no-repeat; }

div.herramientas ul li a:focus.buscador,
div.herramientas ul li a:hover.buscador { background-image: url(../img/bg_buscador_hover.png); }

div.herramientas ul li a.comparador,
div.herramientas ul li a:link.comparador,
div.herramientas ul li a:active.comparador,
div.herramientas ul li a:visited.comparador {
	background-image: url(../img/bg_comparador.png);
	background-position: center;
	background-repeat: no-repeat; }

div.herramientas ul li a:focus.comparador,
div.herramientas ul li a:hover.comparador { background-image: url(../img/bg_comparador_hover.png); }

div.herramientas ul li a.ranking,
div.herramientas ul li a:link.ranking,
div.herramientas ul li a:active.ranking,
div.herramientas ul li a:visited.ranking {
	background-image: url(../img/bg_ranking.png);
	background-position: center;
	background-repeat: no-repeat; }

div.herramientas ul li a:focus.ranking,
div.herramientas ul li a:hover.ranking { background-image: url(../img/bg_ranking_hover.png); }

div.misfavoritos {
	border-radius: 0 0 6px 6px;
    width: 100%;
	background-color: white;
	border-top: 1px solid #66a0cb;
}
div.misfavoritos a,
div.misfavoritos a:link,
div.misfavoritos a:active,
div.misfavoritos a:visited {
    background-image: url("../img/bg_favoritos.png");
    background-position: left 3px;
    background-repeat: no-repeat;
    display: block;
    font-size:14px;
    padding: 5px 0;
    text-align: center;
    width: 175px;
    margin: 0 auto;
}

div.misfavoritos a:hover,
div.misfavoritos a:focus {
	background-image: url("../img/bg_favoritos_hover.png");
}

div#listaRef {
	float: left;
	vertical-align: middle;
	width: 100%; }

div#listaRef div.elemento_lista { margin-bottom: 20px; }

div#col_flotante div#listaRef div.elemento_lista {
	border-bottom: medium none;
	border-top: 1px solid #DDE1E5;
	margin: 0;
	padding: 5px 0 0; }

div#col_flotante div#listaRef div.destacada {
	-moz-border-radius: 6px 6px 6px 6px;
	-moz-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
	-webkit-border-radius: 6px;
	-webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
	border-radius: 6px;
	border: 1px solid #DDE1E5;
	box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
	margin-bottom: 6px;
	padding: 15px;
	width: 95%; }

div#listaRef div.principal {
	clear: left;
	float: left;
	margin: 5px 0 0 0;
	width: 400px; }

div#listaRef div.secundaria {
	border-left: 1px solid #DDE1E5;
	float: right;
	margin: 5px 0 0 0;
	padding: 0 0 0 2%;
	width: 240px; }

div#col3_content div#listaRef div.principal {
	margin: 5px 0 0 0;
	width: 100%; }

div#col3_content div#listaRef div.secundaria {
	border-left: none;
	width: 100%; }

div#col_flotante div#listaRef div.secundaria div.primera { width: 100%; }

div#col_flotante div#listaRef div.secundaria div.primera div.cuerpo_elemento div.fuente_autor,
div#col_flotante div#listaRef div.secundaria div.primera div.cuerpo_elemento div.detalle_original { margin-top: 10px; }

div#listaRef div.principal h3,
div#listaRef div.secundaria h3 {
	border-bottom: 5px solid #DDE1E5;
	color: #575757;
	font-style: italic;
	font-weight: normal;
	margin: 0;
	padding: 2px 0;
	text-align: left; }

div.secundaria div.elemento_lista div.image_picr img { display: none; }

div#listaRef div.elemento_lista h4 {
	color: #004471;
	font-size: 1.2em;
	padding: 5px 0;
	text-align: left; }

div#col_flotante div#listaRef div.elemento_lista h4 { margin-top: 0; }

div#listaRef div.elemento_lista span.fecha_elemento {
	color: #66A0CB;
	font-size: 0.8em;
	padding: 0 1px; }

div#listaRef div.secundaria div.elemento_lista h4 { margin-bottom: 0; }

div#listaRef div.secundaria div.elemento_lista div.cuerpo_elemento div.fuente_autor,
div#listaRef div.secundaria div.elemento_lista div.cuerpo_elemento div.detalle_original {
	font-size: 10px;
	margin-top: 0; }

div#listaRef div.destacada h4 {
	-moz-border-radius: 0;
	-moz-box-shadow: none;
	-webkit-border-radius: 0;
	-webkit-box-shadow: none;
	background: none;
	border-radius: 0;
	border: none;
	box-shadow: none;
	filter: none;
	padding: 0; }

div#listaRef div.destacada h4 span.titulo_elemento { font-size: 1.5em; }

div#listaRef div.destacada div.cuerpo_elemento p {
	font-size: 1.2em;
	text-align: left; }

div#listaRef div.destacada h4 span.titulo_elemento a,
div#listaRef div.destacada h4 span.titulo_elemento a:link,
div#listaRef div.destacada h4 span.titulo_elemento a:active,
div#listaRef div.destacada h4 span.titulo_elemento a:visited {
	font-size: 1.3em;
	font-weight: bold; }

div#listaRef div.destacada h4 span.titulo_elemento a:hover,
div#listaRef div.destacada h4 span.titulo_elemento a:focus { color: #d4a628; }

div#listaRef div.secundaria div.ref_analisis h4 span.titulo_elemento,
div#listaRef div.secundaria div.ref_articulo h4 span.titulo_elemento,
div#listaRef div.secundaria div.ref_noticia h4 span.titulo_elemento,
div#listaRef div.secundaria div.ref_video h4 span.titulo_elemento {
	background: none;
	padding: 0; }

div#listaRef div.secundaria div.elemento_lista h4 span.titulo_elemento a { font-size: 0.9em; }

div#listaRef div.destacada h4 span.fecha_elemento {
	color: #66A0CB;
	font-size: 1em;
	margin: 0; }

div#listaRef div.elemento_lista  div.cuerpo_elemento {
	display: block;
	float: left;
	overflow: hidden;
	width: 100%; }

div#listaRef div.elemento_lista a.mas {
	float: right;
	font-style: italic; }

div#col_central_content div#col_fija div#rankingsV {
	float: right;
	width: 100%; }

div#rankingsV div.catalogo table { margin: 0; }

/* --------- End Portada Principal --------- */
/* --------- rankingsV Styles --------- */
div#rankingsV div.catalogo table {
	-moz-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
	box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
	margin: 0 0 10px 0; }

div#rankingsV table col.campo { width: 70%; }

div#rankingsV table col.valor { width: 20%; }

div#col_central_content div#rankingsV table tbody tr td.fondo,
div#col_central_content div#rankingsV table tbody tr td.categoria {
	float: left;
	position: absolute;
	width: 235px; }

div#col3_content div#rankingsV table tbody tr td.fondo,
div#col3_content div#rankingsV table tbody tr td.categoria {
	float: left;
	position: absolute;
	width: 26.6%; }

div#rankingsV table tbody tr td.fondo p,
div#rankingsV table tbody tr td.categoria p { width: 95%; }

div#rankingsV table tbody tr td p a.ellipsis {
	-o-text-overflow: ellipsis;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 100%; }

div#rankingsV table thead th { font-size: 12px; }

div#rankingsV table thead th.campo {
	padding-left: 5px;
	text-align: left; }

div#rankingsV table thead th.valor {
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	border: none; }

div#rankingsV div.catalogo table col.ra { width: 20%; }

div#rankingsV div.catalogo table col.r3a { width: 20%; }

div#rankingsV div.catalogo table col.ratingt { width: 30%; }

div#rankingsV div.catalogo table tfoot tr td {
	-moz-border-radius: 0;
	-webkit-border-radius: 0;

	/* IE10 Consumer Preview */
	background: -ms-linear-gradient(top, #97c7ec 0%, #60a6dc 100%);
	/* Mozilla Firefox */
	background: -moz-linear-gradient(top, #97c7ec 0%, #60a6dc 100%);
	/* Opera */
	background: -o-linear-gradient(top, #97c7ec 0%, #60a6dc 100%);
	/* Webkit (Safari/Chrome 10) */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #97c7ec), color-stop(1, #60a6dc));
	/* Webkit (Chrome 11+) */
	background: -webkit-linear-gradient(top, #97c7ec 0%, #60a6dc 100%);
	/* W3C Markup, IE10 Release Preview */
	background: linear-gradient(to bottom, #97c7ec 0%, #60a6dc 100%);
	/* IE7 */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#97c7ec', endColorstr='#60a6dc');

	border-radius: 0;
	height: 3px; }

div#rankingsV table tbody tr.Highlight { background-color: #FFEBC0; }

/* --------- End rankingsV Styles --------- */
/* --------- Carousel Styles --------- */
div#rankingsH {
	clear: both;
	float: left;
	margin: 15px 0 25px 0;
	overflow: hidden;
	width: 100%; }

div#rankingsH ul.tabs {
	border-bottom: 1px solid #97C7EC;
	border-left: 1px solid #97C7EC;
	float: left;
	height: 32px;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 99.8%; }

div#rankingsH ul.tabs li {

	/* IE10 Consumer Preview */
	background: -ms-linear-gradient(top, #FFFFFF 0%, #b7dbf4 100%);
	/* Mozilla Firefox */
	background: -moz-linear-gradient(top, #FFFFFF 0%, #b7dbf4 100%);
	/* Opera */
	background: -o-linear-gradient(top, #FFFFFF 0%, #b7dbf4 100%);
	/* Webkit (Safari/Chrome 10) */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #FFFFFF), color-stop(1, #b7dbf4));
	/* Webkit (Chrome 11+) */
	background: -webkit-linear-gradient(top, #FFFFFF 0%, #b7dbf4 100%);
	/* W3C Markup, IE10 Release Preview */
	background: linear-gradient(to bottom, #FFFFFF 0%, #b7dbf4 100%);
	/* IE7 */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#b7dbf4');

	border: 1px solid #97C7EC;
	border-left: none;
	float: left;
	height: 31px;
	line-height: 31px;
	margin-bottom: -1px;
	margin: 0;
	overflow: hidden;
	padding: 0;
	position: relative; }

div#rankingsH ul.tabs li a {
	border: 1px solid #fff;
	color: #60A6DC;
	display: block;
	font-size: 1em;
	font-weight: bold;
	outline: none;
	padding: 0 20px;
	text-decoration: none; }

div#rankingsH ul.tabs li a:hover { background: #FFFFFF; }

div#rankingsH ul.tabs li.active,
div#rankingsH ul.tabs li.active a:hover {
			background: #FFFFFF;
			border-bottom: 1px solid #FFFFFF;
			filter: none; }

div#rankingsH div.wrapper_carrusel {

	/* IE10 Consumer Preview */
	background: -ms-linear-gradient(top, #FFFFFF 0%, #b7dbf4 100%);
	/* Mozilla Firefox */
	background: -moz-linear-gradient(top, #FFFFFF 0%, #b7dbf4 100%);
	/* Opera */
	background: -o-linear-gradient(top, #FFFFFF 0%, #b7dbf4 100%);
	/* Webkit (Safari/Chrome 10) */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #FFFFFF), color-stop(1, #b7dbf4));
	/* Webkit (Chrome 11+) */
	background: -webkit-linear-gradient(top, #FFFFFF 0%, #b7dbf4 100%);
	/* W3C Markup, IE10 Release Preview */
	background: linear-gradient(to bottom, #FFFFFF 0%, #b7dbf4 100%);
	/* IE7 */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#b7dbf4')  !important;

	border-bottom: 1px solid #97C7EC;
	border-left: 1px solid #97C7EC;
	border-right: 1px solid #97C7EC;
	display: inline-block;
	height: 170px;
	width: 99.8%; }

div#rankingsH div.wrapper_carrusel div.indice {
	float: left;
	width: 29%; }

div#rankingsH div.wrapper_carrusel div.carrusel {
	float: right;
	height: 200px;
	width: 69.5%; }

div#rankingsH div.indice table {
	line-height: 1.5em;
	margin: 10px 7%;
	width: 93%; }

div#rankingsH div.indice table thead th {

	/* IE10 Consumer Preview */
	background: -ms-linear-gradient(top, #ffebc0 0%, #D4A629 100%);
	/* Mozilla Firefox */
	background: -moz-linear-gradient(top, #ffebc0 0%, #D4A629 100%);
	/* Opera */
	background: -o-linear-gradient(top, #ffebc0 0%, #D4A629 100%);
	/* Webkit (Safari/Chrome 10) */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ffebc0), color-stop(1, #D4A629));
	/* Webkit (Chrome 11+) */
	background: -webkit-linear-gradient(top, #ffebc0 0%, #D4A629 100%);
	/* W3C Markup, IE10 Release Preview */
	background: linear-gradient(to bottom, #ffebc0 0%, #D4A629 100%);
	/* IE7 */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffebc0', endColorstr='#D4A629');

	color: #ffffff;}

div#rankingsH div.indice table tfoot tr td {
	/* IE10 Consumer Preview */
	background: -ms-linear-gradient(top, #ffebc0 0%, #D4A629 100%);
	/* Mozilla Firefox */
	background: -moz-linear-gradient(top, #ffebc0 0%, #D4A629 100%);
	/* Opera */
	background: -o-linear-gradient(top, #ffebc0 0%, #D4A629 100%);
	/* Webkit (Safari/Chrome 10) */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ffebc0), color-stop(1, #D4A629));
	/* Webkit (Chrome 11+) */
	background: -webkit-linear-gradient(top, #ffebc0 0%, #D4A629 100%);
	/* W3C Markup, IE10 Release Preview */
	background: linear-gradient(to bottom, #ffebc0 0%, #D4A629 100%);
	/* IE7 */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffebc0', endColorstr='#D4A629');}

div#rankingsH div.indice table tbody tr.impar { background-color: #FFF7E3; }

div#rankingsH table tbody tr.Highlight { background-color: #FFEBC0; }

div#rankingsH div.indice table tbody tr.Highlight { background-color: #FFEBC0; }

div#rankingsH table {
	-moz-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
	box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
	line-height: 1.5em;
	margin-left: 0; }

div#rankingsH table col.campo { width: 70%; }

div#rankingsH table col.valor { width: 20%; }

div#rankingsH table tbody tr td.fondo {
	float: left;
	position: absolute;
	width: 225px; }

div#rankingsH table tbody tr td.categoria {
	float: left;
	position: absolute;
	width: 18.8%; }

div#rankingsH table tbody tr td.fondo p,
div#rankingsH table tbody tr td.categoria p { width: 100%; }

div#rankingsH table tbody tr td p a.ellipsis {
	-o-text-overflow: ellipsis;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 100%; }

div#rankingsH table tfoot tr td {
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	height: 3px; }

div#rankingsH table thead th { font-size: 12px; }

div#rankingsH table thead th.campo {
	padding-left: 5px;
	text-align: left; }

div#rankingsH table thead th.valor {
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	border: none;
	text-align: center; }

.jcarousel-skin-tango .jcarousel-container { -moz-border-radius: 10px; }

.jcarousel-skin-tango .jcarousel-direction-rtl { direction: rtl; }

.jcarousel-skin-tango .jcarousel-container-horizontal {
	height: 150px;
	padding: 10px 40px; }

.jcarousel-skin-tango .jcarousel-container-horizontal {
	float: right;
	height: 170px;
	width: 89.5%; }

.jcarousel-skin-tango .jcarousel-clip-horizontal {
	height: 152px;
	width: 100%; }

.jcarousel-skin-tango .jcarousel-item {
	height: 200px;
	width: 200px; }

.jcarousel-skin-tango .jcarousel-item-horizontal {
	height: 200px;
	margin-left: 0;
	margin-right: 10px;
	width: 200px; }

.jcarousel-skin-tango .jcarousel-direction-rtl .jcarousel-item-horizontal {
	height: 200px;
	margin-left: 10px;
	margin-right: 0; }

.jcarousel-skin-tango .jcarousel-item-placeholder {
	background: #fff;
	color: #000; }

/**
 *  Horizontal Buttons
 */
.jcarousel-skin-tango .jcarousel-next-horizontal {
	background: transparent url(../img/next-horizontal.png) no-repeat 0 0;
	cursor: pointer;
	height: 150px;
	position: absolute;
	right: 13px;
	top: 10px;
	width: 32px; }

.jcarousel-skin-tango .jcarousel-direction-rtl .jcarousel-next-horizontal {
	background-image: url(../img/prev-horizontal.png);
	left: 5px;
	right: auto; }

.jcarousel-skin-tango .jcarousel-next-horizontal:hover { background-position: -32px 0; }

.jcarousel-skin-tango .jcarousel-next-horizontal:active { background-position: -64px 0; }

.jcarousel-skin-tango .jcarousel-next-disabled-horizontal,
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal:hover,
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal:active {
	background-position: -97px 0;
	cursor: default; }

.jcarousel-skin-tango .jcarousel-prev-horizontal {
	background: transparent url(../img/prev-horizontal.png) no-repeat 0 0;
	cursor: pointer;
	height: 150px;
	left: 5px;
	position: absolute;
	top: 10px;
	width: 32px; }

.jcarousel-skin-tango .jcarousel-direction-rtl .jcarousel-prev-horizontal {
	background-image: url(../img/next-horizontal.png);
	left: auto;
	right: 5px; }

.jcarousel-skin-tango .jcarousel-prev-horizontal:hover { background-position: -31px 0; }

.jcarousel-skin-tango .jcarousel-prev-horizontal:active { background-position: -63px 0; }

.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal,
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:hover,
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:active {
	background-position: -95px 0;
	cursor: default; }

.Highlight { background-color: #FFEBC0; }

/* --------- End Carousel Styles --------- */
/* --------- Sitemap styles --------- */
#sitemap {
	-moz-border-radius: 10px;
	-moz-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
	-webkit-border-radius: 10px;

	/* IE10 Consumer Preview */
	background: -ms-linear-gradient(top, #F1F8FD 0%, #b7dbf4 100%);
	/* Mozilla Firefox */
	background: -moz-linear-gradient(top, #F1F8FD 0%, #b7dbf4 100%);
	/* Opera */
	background: -o-linear-gradient(top, #F1F8FD 0%, #b7dbf4 100%);
	/* Webkit (Safari/Chrome 10) */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #F1F8FD), color-stop(1, #b7dbf4));
	/* Webkit (Chrome 11+) */
	background: -webkit-linear-gradient(top, #F1F8FD 0%, #b7dbf4 100%);
	/* W3C Markup, IE10 Release Preview */
	background: linear-gradient(to bottom, #F1F8FD 0%, #b7dbf4 100%);
	/* IE7 */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F1F8FD', endColorstr='#b7dbf4');

	border-radius: 10px;
	border: solid 1px #66A0CB;
	float: left;
	margin: 20px 0 0 0;
	padding: 20px 10px 20px 40px;
	width: 42%; }

#sitemap ul, #sitemap li {
	list-style: none;
	margin: 0;
	padding: 0; }

#sitemap ul { /*display:none;*/ }

#sitemap a {
	background-image: url("../img/bg_favicon.png");
	background-position: 4px 2px;
	background-repeat: no-repeat;
	display: block;
	padding: 2px 0 0 24px; }

#sitemap li {
	line-height: 200%;
	margin-top: 11px;
	position: relative;
	width: 100%; }

#sitemap li.carpeta a.fichero,
#sitemap li.carpeta a.fichero:link,
#sitemap li.carpeta a.fichero:active,
#sitemap li.carpeta a.fichero:visited {
	background-image: url("../img/bg_archivo_sitemap.png");
	background-repeat: no-repeat;
	font-style: italic; }

#sitemap li.carpeta a.fichero:hover,
#sitemap li.carpeta a.fichero:focus { background-image: url("../img/bg_archivo_sitemap_hover.png"); }

#sitemap li.carpeta li.fichero a,
#sitemap li.carpeta li.fichero a:link,
#sitemap li.carpeta li.fichero a:active,
#sitemap li.carpeta li.fichero a:visited {
	background-image: url("../img/bg_archivo_sitemap.png");
	background-repeat: no-repeat;
	font-style: italic; }

#sitemap li.carpeta li.fichero a:hover,
#sitemap li.carpeta li.fichero a:focus { background-image: url("../img/bg_archivo_sitemap_hover.png"); }

/* IE leaves a blank space where span is added so this is to avoid that */
* html #sitemap li {
	display: inline;
	float: left; }

#sitemap li a,
	#sitemap li a:link,
	#sitemap li a:active,
	#sitemap li a:visited {
	background-image: none;
	color: #66A0CB;
	padding: 0 0 0 28px; }

#sitemap li a:hover,
	#sitemap li a:focus { color: #D4A628; }

#sitemap li span {
	cursor: auto;
	float: left;
	font-size: 0;
	height: 13px;
	left: 5px;
	position: absolute;
	top: 5px;
	width: 13px; }

#sitemap li.carpeta span,
	#sitemap li.carpeta span.collapsed { background: url(../img/bg_collapsed.png) no-repeat 0 0; }

#sitemap li.carpeta span.expanded { background: url(../img/bg_expanded.png) no-repeat 0 0; }

#sitemap li.fichero span.collapsed,
	#sitemap li.fichero span.expanded { display: none; }

/* second level */
#sitemap li li { margin-top: 1px; }

#sitemap li li a,
#sitemap li li a:link,
#sitemap li li a:active,
#sitemap li li a:visited { padding-left: 56px; }

#sitemap li li.fichero a,
#sitemap li li.fichero a:link,
#sitemap li li.fichero a:active,
#sitemap li li.fichero a:visited {
	background-position: 27px 0px;
	display: block; }

#sitemap li li span { left: 28px; }

/* third level */
#sitemap li li li a,
#sitemap li li li a:link,
#sitemap li li li a:active,
#sitemap li li li a:visited { padding-left: 84px; }

#sitemap li li li.fichero a,
#sitemap li li li.fichero a:link,
#sitemap li li li.fichero a:active,
#sitemap li li li.fichero a:visited {
	background-position: 65px 3px;
	display: block; }

#sitemap li li li span { left: 56px; }

/* fourth level */
#sitemap li li li li a { padding-left: 112px; }

#sitemap li li li li.fichero a { background-position: 83px 0px; }

#sitemap li li li li span { left: 84px; }

/* fifth level */
#sitemap li li li li li a { padding-left: 140px; }

#sitemap li li li li li.fichero a { background-position: 112px 0px; }

#sitemap li li li li li span { left: 112px; }

div.imagen_sitemap {
	float: right;
	text-align: center;
	width: 46%; }

div.imagen_sitemap img {
	background-image: url("../img/bg_sitemap.png");
	background-position: center 0;
	background-repeat: no-repeat;
	height: 940px;
	width: 100%; }

div.msg_handler_error {
	float: left;
	text-align: left;
	width: 50%; }

div.msg_handler_error p{
	font-size: 40px;}

div.imagen_handler_error {
	float: right;
	text-align: center;
	width: 46%; }

div.imagen_handler_error img {
	background-image: url("../img/bg_handler_error.png");
	background-position: center 0;
	background-repeat: no-repeat;
	width: 100%; }

/* --------- FAQ --------- */
div.faq {
	margin: 0 7px 0 7px;
	min-height: 96%;
	padding: 10px 0; }

div.faq div.cuerpo_elemento p {
	line-height: 1.7em;
	margin: 0 0 1em; }

div.faq div.cuerpo_elemento #resumen {
	display: block;
	margin-bottom: 0; }

div.faq div.cuerpo_elemento #resumen p {
	font-style: normal;
	font-weight: normal;
	padding: 0; }
/* --------- End FAQ --------- */

/* --------- Error --------- */
div.error {
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	background-color: #f4f4f4;
	background-image: url("../img/bg_error.png");
	background-position: 7px center;
	background-repeat: no-repeat;
	border-radius: 15px;
	border: 2px solid #e5e5e5;
	display: block;
	margin: 10px 5px;
	padding: 10px 10px 10px 40px; }

div.error span {
	display: block;
	line-height: 1.5em;
	padding: 0 0 0 5px;
	text-align: left; }
/* --------- End Error --------- */

/* --------- Cita --------- */
div.cita {
	display: block;
	margin: 0;
	padding: 0 20px 20px 20px; }

div.cita p {
	display: block;
	font-style: italic;
	font-weight: normal;
	text-align: center; }

div.cita span.autor {
	float: right;
	margin: 5px 0 10px 0; }
/* --------- End cita --------- */

/* --------- Vacio --------- */
div.empty {
	background-image: url("../img/bg_info_big.png");
	background-position: 102% 15px;
	background-repeat: no-repeat;
	display: block;
	height: 455px;
	width: 100%; }

div.empty p.w70 {
    width: 70%;
}
div.empty p {
	display: block;
	font-size: 17px;
	font-style: normal;
	padding: 20px 0;
	text-align: left;
}
div.empty p span {
  display: block;
}


div.empty a {
	font-size: 17px;
	margin: 10px 0 0; }
/* --------- End vacio --------- */

/* --------- Leyenda --------- */
td.nfondo label {
	display: block;
	width: 100%; }
/* --------- End Leyenda --------- */

/* --------- Slider --------- */
span.from {
	clear: left;
	color: #555555;
	float: left;
	font-family: Arial,Tahoma,Verdana,sans-serif;
	margin: 34px 10px 0 0;
	text-align: right;
	width: 13.5%; }

span.to {
	color: #555555;
	float: left;
	font-family: Arial,Tahoma,Verdana,sans-serif;
	margin: 34px 0 0 10px;
	text-align: left;
	width: 13.5%; }

/* --------- End Slider --------- */

/* --------- Plot --------- */
canvas.jqplot-event-canvas {
	background-image: url("../img/bg_plot.png");
	background-position: center;
	background-repeat: no-repeat; }
/* --------- End Plot --------- */

/* --------- Video portada --------- */
.modal h3 {
	font-size: 20px;
	margin: 0px;
	padding: 10px 0 10px 45px; }

#video_nav {
	margin: 15px 0px;
	text-align: center;
	z-index: 999999 !important; }

#video_nav button {
	-moz-border-radius: 6px;
	-moz-box-shadow: 1px 1px 2px rgba(0,0,0,.5);
	-webkit-border-radius: 6px;
	-webkit-box-shadow: 1px 1px 2px rgba(0,0,0,.5);
	background: #ddd;

	/* IE10 Consumer Preview */
	background: -ms-linear-gradient(top, #95C6EC 0%, #60a6dc 100%);
	/* Mozilla Firefox */
	background: -moz-linear-gradient(top, #95C6EC 0%, #60a6dc 100%);
	/* Opera */
	background: -o-linear-gradient(top, #95C6EC 0%, #60a6dc 100%);
	/* Webkit (Safari/Chrome 10) */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #95C6EC), color-stop(1, #60a6dc));
	/* Webkit (Chrome 11+) */
	background: -webkit-linear-gradient(top, #95C6EC 0%, #60a6dc 100%);
	/* W3C Markup, IE10 Release Preview */
	background: linear-gradient(to bottom, #95C6EC 0%, #60a6dc 100%);
	/* IE7 */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#95C6EC', endColorstr='#60a6dc');

	border-radius: 6px;
	border: 1px solid #66A0CB;
	box-shadow: 1px 1px 2px rgba(0,0,0,.5);
	color: #ffffff;
	float: right;
	font-size: 11px;
	font-weight: bold;
	margin-left: 5px;
	padding: 2px 8px 2px 8px;
	text-decoration: none;
	width: auto; }

#video_nav button:active {
	-moz-box-shadow: 0px 0px 0px rgba(0,0,0,.5);
	-webkit-box-shadow: 0px 0px 0px rgba(0,0,0,.5);
	box-shadow: 0px 0px 0px rgba(0,0,0,.5);
	left: 1px;
	position: relative;
	top: 1px; }

#video_nav button:hover {

	/* IE10 Consumer Preview */
	background: -ms-linear-gradient(top, #F1F8FD 0%, #b7dbf4 100%);
	/* Mozilla Firefox */
	background: -moz-linear-gradient(top, #F1F8FD 0%, #b7dbf4 100%);
	/* Opera */
	background: -o-linear-gradient(top, #F1F8FD 0%, #b7dbf4 100%);
	/* Webkit (Safari/Chrome 10) */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #F1F8FD), color-stop(1, #b7dbf4));
	/* Webkit (Chrome 11+) */
	background: -webkit-linear-gradient(top, #F1F8FD 0%, #b7dbf4 100%);
	/* W3C Markup, IE10 Release Preview */
	background: linear-gradient(to bottom, #F1F8FD 0%, #b7dbf4 100%);
	/* IE7 */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F1F8FD', endColorstr='#b7dbf4');

	color: #60a6dc;}

#video_nav input {
	float: left;
	margin: 5px 3px 0 0; }

#video_nav label {
	float: left;
	margin: 6px 0 0; }
/* --------- End Video portada --------- */

/* --------- Boletin --------- */
div.display_archive {
	-moz-border-radius: 6px 6px 6px 6px;
	-moz-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.5);
	-webkit-border-radius: 6px;

	/* IE10 Consumer Preview */
	background: -ms-linear-gradient(top, #F1F8FD 0%, #b7dbf4 100%);
	/* Mozilla Firefox */
	background: -moz-linear-gradient(top, #F1F8FD 0%, #b7dbf4 100%);
	/* Opera */
	background: -o-linear-gradient(top, #F1F8FD 0%, #b7dbf4 100%);
	/* Webkit (Safari/Chrome 10) */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #F1F8FD), color-stop(1, #b7dbf4));
	/* Webkit (Chrome 11+) */
	background: -webkit-linear-gradient(top, #F1F8FD 0%, #b7dbf4 100%);
	/* W3C Markup, IE10 Release Preview */
	background: linear-gradient(to bottom, #F1F8FD 0%, #b7dbf4 100%);
	/* IE7 */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F1F8FD', endColorstr='#b7dbf4');

	border-radius: 6px;
	border: 1px solid #66A0CB;
	box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
	display: block;
	padding: 15px;
	float:left;
	width: 750px;}

div.display_archive div.campaign {
	-moz-border-radius: 6px;
	-moz-box-shadow: 1px 1px 2px rgba(0,0,0,.5);
	-webkit-border-radius: 6px;
	-webkit-box-shadow: 1px 1px 2px rgba(0,0,0,.5);
	background-color: #ffffff;
	border-radius: 6px;
	border: 1px solid #DDE1E5;
	box-shadow: 1px 1px 2px rgba(0,0,0,.5);
	color: #BFBFBF;
	display: block;
	font-size: 1.1em;
	margin: 0 0 10px 0;
	padding: 10px 15px 10px 10px; }

div.display_archive div.campaign a {
	background-image: url("../img/bg_sent_newsletter.png");
	background-position: 6px 1px;
	background-repeat: no-repeat;
	font-size: 1.15em;
	padding: 2px 0 2px 35px;
	text-align: left; }
/* --------- End Boletin --------- */
/* --------- Boletin --------- */
/* --------- Widgets --------- */

div.widget {
	display: block;
	width: 100%;
	clear: right;}

div.widget form h3.legend {
	margin: 10px 0 2px 0;
}

div.widget form fieldset label { width: 30%; }

div.widget form fieldset label.w100,
div.widget form fieldset select.w100 {
	text-align: left;
	width: 98%; }

div.widget form fieldset label.w100 { margin: 0 0 0 7px; }
div.widget form fieldset select.w100 {margin: 5px 0 0 7px;}

div.widget form fieldset div.botones {
	border: none;
	float: left;
	margin-right: 6px;
	margin-top: 4px;
	padding: 0px;
	width: 99%; }

h3.h3_widget_params,
h3.h3_url_widget {
	font-size: 14px;
	margin: 10px 0 2px 0;}

div.widget_params,
div.url_widget {
	-moz-border-radius: 6px;
	-moz-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
	-webkit-border-radius: 6px;
	-webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);

	/* IE10 Consumer Preview */
	background: -ms-linear-gradient(top, #F1F8FD 0%, #b7dbf4 100%);
	/* Mozilla Firefox */
	background: -moz-linear-gradient(top, #F1F8FD 0%, #b7dbf4 100%);
	/* Opera */
	background: -o-linear-gradient(top, #F1F8FD 0%, #b7dbf4 100%);
	/* Webkit (Safari/Chrome 10) */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #F1F8FD), color-stop(1, #b7dbf4));
	/* Webkit (Chrome 11+) */
	background: -webkit-linear-gradient(top, #F1F8FD 0%, #b7dbf4 100%);
	/* W3C Markup, IE10 Release Preview */
	background: linear-gradient(to bottom, #F1F8FD 0%, #b7dbf4 100%);
	/* IE7 */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F1F8FD', endColorstr='#b7dbf4');

	border-radius: 6px;
	border: solid 1px #66A0CB;
	box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
	float:left;
	width:100%;
	margin: 0 0 10px 0;}


div.widget_params div.wtitle_param,
div.widget_params div.order_param {
	display:block;
	width: 100%; }

div.widget_params div.wtitle_param {margin:0 10px 10px 10px;}
div.widget_params div.order_param {	margin:10px 10px 10px 10px;}

div.widget_params div span {
	display:inline-block;
	width: 130px;
	text-align: right;}

div.widget_params input.wtitle {
	border: solid 1px #e5e5e5;
	color: #575757;
	font-size: 11px;
	margin: 0 0 10px 5px;
	display:inline-block;}

div.widget_params select {
	border: solid 1px #e5e5e5;
	color: #575757;
	font-family: Arial, Tahoma, Lucida Sans, Verdana,"Trebuchet MS", sans-serif;
	font-size: 11px;
	background-color: #FFFFFF;
	margin: 0 0 0 5px;
	display:inline-block;}

div.widget_params button {
	border: 1px solid #E5E5E5;
	font-size: 11px;
    color: #575757; }

div.wrapper_url_widget textarea {
	border: solid 1px #e5e5e5;
	color: #575757;
	float: left;
	font-size: 11px;
	width: 98%;
	margin: 10px 1% 10px 1%;
	height: 50px;
}

h2.widget_rss {
	clear:right;
}

div#widget_rss {
	margin: 0 0 10px 0;
	clear:right;
}
div#widget_rss h3 a {
	font-size: 15px;
    font-weight: bold;
}
div#widget_rss h3.ui-state-default a{
    color:#66A0CB;
}
div#widget_rss h3.ui-state-hover a,
div#widget_rss h3.ui-state-active a{
	color:#ffffff;
}
div.url_rss{
	float:left;
	border: 1px solid #66A0CB;
    -moz-border-radius: 6px 6px 6px 6px;
	-moz-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
	-webkit-border-radius: 6px;
	-webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
	border-radius: 6px;
	box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
	padding: 8px 0 7px 0;
	width: 100%;
}
div.url_rss a#icon_url{
	float: left;
	margin: 0 0 0 10px;
}
div.url_rss a#rss_url{
	float: left;
    margin: 0 0 0 10px;
    padding: 9px 0 8px 0;
}

div.product_params p,
div.tipo_params p,
div.terminos_params p,
div.tam_params p {
	margin: 0 0 10px 0;
	font-style: italic;
}
div.product_params input,
div.tipo_params input {
	float: left;
	margin: 0 0 0 10px;
}
div.product_params label,
div.tipo_params label {
	float: left;
	margin: 0 0 0 5px;
}
div.terminos_params input{
	border: solid 1px #e5e5e5;
	color: #575757;
}
div.tam_params select {
	border: solid 1px #e5e5e5;
	color: #575757;
	font-family: Arial, Tahoma, Lucida Sans, Verdana,"Trebuchet MS", sans-serif;
	background-color: #ffffff;
}
/* --------- End Widgets --------- */
/* --------- Seleccion de Widgets --------- */
div.view-article div.resumen {
	-moz-border-radius: 6px 6px 6px 6px;
	-moz-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
	-webkit-border-radius: 6px;
	-webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
	border-radius: 6px;
	border: 1px solid #DDE1E5;
	box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
    display: block;
    float: left;
    margin: 0 0 15px;
    overflow: hidden;
    padding: 10px 15px;
    width: 95%; }

div.view-article div.resumen div.image_picr {
    clear: right;
    float: right;
    margin-left: 10px;
    padding: 0 1px 1px 0;
}
div.view-article div.resumen p {margin:0 0 10px 0;}
div.view-article div.parrafo p {margin:0 0 10px 0;}

div.view-article div.resumen a.widget,
div.view-article div.resumen a.widget:link,
div.view-article div.resumen a.widget:active,
div.view-article div.resumen a.widget:visited {
	font-style: italic;
}
/* --------- End Seleccion de Widgets --------- */

/* --------- Seccion favoritos --------- */
div.favoritos {
	width:400px;
	margin:5px auto;
}
p.empty_fondos_favoritos,
p.empty_planes_favoritos {
	display:block;
	width:335px;
	height:320px;
	margin:5px auto;
}
p.empty_fondos_favoritos{
	background-image:url(../img/bg_fondos_favoritos.png);
	background-repeat:no-repeat;
	background-position:center;
}
p.empty_planes_favoritos {
	background-image:url(../img/bg_planes_favoritos.png);
	background-repeat:no-repeat;
	background-position:center;
}
/* --------- End Seccion favoritos --------- */

/* --------- Advertisements styles --------- */

.wrapper_banner {
	width:728px;
	height:90px;
	margin:-10px 5px 15px 25px;
	border: 1px solid #e5e5e5;
}

.wrapper_banner_widget {
	float:left;
	width:728px;
	height:90px;
	margin:10px 5px 15px 25px;
	border: 1px solid #e5e5e5;
}

.wrapper_boton {
	width:240px;
	height:90px;
	float:left;
	margin:0 0 10px;
	border: 1px solid #e5e5e5;
}

.wrapper_megabanner_sup {
	width: 980px;
	margin: 10px auto 0;
	border: 1px solid #e5e5e5;
}

.wrapper_megabanner_inf {
	width: 980px;
	margin: 10px auto 0;
	border: 1px solid #e5e5e5;
}

.wrapper_patrocinio_portada {
	width:300px;
	height:90px;
	margin: 0px 0px -5px;
	border-top:1px solid #66a0cb;
	border-left:1px solid #66a0cb;
	border-right:1px solid #66a0cb;
}

.wrapper_patrocinio_herramientas {
	width:468px;
	height:60px;
	margin:-23px auto -25px 305px;
}

.wrapper_robapaginas {
	width:300px;
	height:250px;
	float:left;
	margin:25px 0 35px 50px;
	border: 1px solid #e5e5e5;
}

.wrapper_robapaginas_vertical {
	width:300px;
	height:250px;
	border: 1px solid #e5e5e5;
}

.wrapper_skycrapper {
	width:160px;
	height:300px;
	margin:0 auto 15px;
	border: 1px solid #e5e5e5;
}

/* --------- Advertisements styles --------- */

#wrapper_message_ui
{
	background-color: #fff;
	border-radius: 10px;
	box-shadow: 0 0 25px 5px #999;
	min-height: 850px;
	min-width: 800px;
	padding: 25px 25px 10px;
}

#wrapper_message_ui iframe {
	min-height: 835px;
	width: 100%;
}

}

/* @media screen and (min-width: 1500px) {

div#col_flotante div#listaRef div.par {
	float:left;
	width: 48%;
	clear:left;
}
div#col_flotante div#listaRef div.impar {
	float:right;
	width: 48%;
	margin-left:1%;
}
div.view-lista div.elemento_lista div.cuerpo_elemento div.fuente_autor {
	width: 65%; }

div.view-lista div.elemento_lista div.cuerpo_elemento div.detalle_original {
	width: 30%; }
} */