﻿/*CSS para PN2026*/
/*=== GENERAL ===*/
html, body {
	height: auto;
	width: auto;
	background-image: url('../images/style_BODY.png');
	background-repeat: repeat;
	margin-left: 15px;
	margin-right: 15px;
	font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
	font-size: 8pt;
	color: #0033CC;
}
/*===== MENUS =====*/
.menu_fondo {
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	color: #FFFF00;
	font-size: 12pt;
	font-weight: bold;
	background-color: #0033CC;
	width: 100%;
	display: flex;
	justify-content: center;
}
.menu_main a span {
	border-style: solid;
	border-width: 0;
	float: none;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	display: inline;
	color: #FFFF00;
	font-size: 12pt;
	font-weight: bold;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
	background-color: #0033CC;
}
.menu_main a:hover span, .menu_main li.selected a span {
	background-position: left center;
	color: #0033CC;
	background-image: url('../images/menu_HOV.png');
	background-repeat: repeat-x;
	background-attachment: scroll;
}
.menu_main a:hover, .menu_main li.selected a {
	background-position: 0% -10px;
}
.menu_main a {
	background-position: left center;
	float: left;
	text-decoration: none;
	margin-right: 10px;
	padding-left: 5px;
	padding-right: 5px;
	color: #FFFF00;
}
.menu_main li {
	display: inline;
	margin: 0;
	padding-top: 5px;
}
.menu_main ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.menu_main {
	background-position: left center;
	float: left;
	width: 100%;
	font-size: 12pt;
	font-weight: bold;
	padding-left: 2px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-right: 2px;
}
.menu_sub a:hover {
	color: #CC3300;
	background-position: left center;
	background-image: url('../images/menu_HOV.png');
	background-repeat: repeat-x;
	background-attachment: scroll;
}
.menu_sub a:visited {
	color: #FFFF00;
	text-decoration: none;
}
.menu_sub a {
	display: block;
	border: 1px solid #FFFF00;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	text-decoration: none;
	color: #FFFF00;
	padding-left: 9pt;
	padding-right: 9pt;
	padding-top: 2px;
	padding-bottom: 2px;
	background-color: #0033CC;
}
.menu_sub {
	position: absolute;
	top: 0;
	z-index: 100;
	visibility: hidden;
	color: #FFFF00;
	font-size: 10pt;
	font-weight: bold;
	line-height: 18px;
	text-align: left;
}
.menu_act {
	background-position: left center;
	background-image: url('../images/ico_arrow.png');
	background-repeat: no-repeat;
	background-attachment: scroll;
	color: #FFFF00;
	padding-left: 1.5em;
	font-style: italic;
}
/*=== TABLES ===*/
.centrado {
	display: flex;
	justify-content: center;
}
.table_logo {
	border-collapse: collapse;
	border: 0;
	text-align: center;
	position: relative;
	margin: 0 auto;
	padding-top: 5px;
	float: none;
}
.table_logo td {
	vertical-align: top;
}
.table_switch {
	border-collapse: collapse;
	border: 0;
	text-align: center;
	position: relative;
	margin: 0 auto;
	text-align: center;
	float: none;
	width: 60%;
}
.pag_100_switch {
	background: #0033CC;
	color: #FFFF00;
	font-size: 10pt;
	color: #FFFF00;
	font-style: normal;
	font-weight: bold;
	text-align: center;
	border-radius: 18px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	box-shadow: 8px 8px 8px #000000;
	-moz-box-shadow: 8px 8px 8px #000000;
	padding-top: 2px;
	padding-bottom: 2px;
	width: 49%;
}
.pag_100_switch_act {
	background-position: left center;
	background-image: url('../images/menu_OKY.png');
	background-repeat: no-repeat;
	background-attachment: scroll;
	color: #FFFF00;
	padding-left: 1.5em;
	font-style: italic;
}
.pag_100_switch_spalte {
	width: 2%;
	color: #FFFFFF;
}
.pag_100_switch a:link {
	text-decoration: none;
	color: #FFFF00;
	background-color: #0033CC;
}
.pag_100_switch a:visited {
	text-decoration: none;
	color: #FFFF00;
	background-color: #0033CC;
}
.pag_100_switch a:hover {
	color: #FFFF00;
	text-decoration: none;
	background-color: #CC0000;
}
.pag_100_switch a:active {
	color: #FF0000;
	text-decoration: none;
}
.pag_100_switch a:visited:hover {
	text-decoration: none;
	color: #FFFF00;
	background-color: #CC0000;
}
.table_main {
	border: 2px solid #999999;
	border-radius: 18px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	box-shadow: 8px 8px 8px #000000;
	-moz-box-shadow: 8px 8px 8px #000000;
	-webkit-box-shadow: 8px 8px 8px #000000;
	overflow: hidden;
	border-collapse: separate;
	margin-top: 15px;
	width: 100%;
	background-color: #FFFFFF;
}
.table_standard {
	width: 100%;
	background: #FFFFFF, border-collapse: collapse;
	border: 0;
	position: relative;
}
.table_standard td {
	vertical-align: top;
	text-align: center;
	width: 50%;
}
.table_inter300 {
	width: 100%;
	border-collapse: collapse;
	border: 0;
	position: relative;
}
.table_inter300 td {
	vertical-align: top;
}
.table_inter500 {
	width: 100%;
	border-collapse: collapse;
	border: 0;
	position: relative;
	margin: 0 auto;
}
.table_inter500td1 {
	vertical-align: top;
	width: 40%;
	text-align: center;
}
.table_inter500td2 {
	vertical-align: top;
	width: 60%;
	text-align: center;
}
.table_offer {
	border: 2px solid #999999;
	border-radius: 18px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	box-shadow: 8px 8px 8px #000000;
	-moz-box-shadow: 8px 8px 8px #000000;
	-webkit-box-shadow: 8px 8px 8px #000000;
	overflow: hidden;
	width: 60%;
	border-collapse: separate;
	margin: 0 auto;
	float: none;
	background-color: #FFFFFF;
}
/* ===== TEXTOS ===== */
.text_study_year {
	font-size: 14pt;
	font-weight: bold;
	text-align: left;
	padding-left: 35px;
	color: #0033CC;
}
.text_study_theme {
	font-size: 14pt;
	font-weight: normal;
	text-align: left;
	color: #0033CC;
}
.text_study_header {
	font-size: 12pt;
	text-align: justify;
	line-height: 18px;
	font-weight: bold;
	padding-left: 35px;
	margin-top: 3px;
	margin-bottom: 3px;
	color: #CC3300;
}
.text_study_now {
	font-size: 15pt;
	text-align: justify;
	font-weight: bold;
	padding-left: 35px;
	margin-top: 5px;
	margin-bottom: 3px;
	color: #0033CC;
}
.text_subtitel {
	font-size: 12pt;
	text-align: center;
	color: #0033CC;
	margin-top: 3px;
	margin-bottom: 6px;
	font-style: italic;
}
.text_copyright {
	font-size: 8pt;
	background-color: white;
	color: #0033CC;
	text-align: center;
	padding-top: 0;
	padding-bottom: 0;
}
.text_index_basic {
	font-size: 13pt;
	font-weight: normal;
	vertical-align: top;
	text-align: center;
	line-height: normal;
	padding-top: 0px;
	padding-bottom: 0px;
	color: #0033CC;
	text-decoration: none;
}
.text_index_list {
	font-size: 14pt;
	font-weight: bold;
	vertical-align: top;
	text-align: center;
	line-height: normal;
	padding-top: 0px;
	padding-bottom: 0px;
	color: #0033CC;
}
.text_index_list a:link {
	text-decoration: none;
	line-height: 90%;
	color: #0033CC;
}
.text_index_list a:visited {
	text-decoration: none;
	color: #0033CC;
}
.text_index_list a:hover {
	text-decoration: none;
	color: #FFFF00;
	background-color: #CC3300;
}
.text_index_list a:visited:hover {
	text-decoration: none;
	color: #FFFF00;
	background-color: #CC3300;
}
.text_footer {
	text-align: center;
	font-size: 12pt;
	padding-top: 5px;
	color: #0033CC;
}
.text_footer a:link {
	text-decoration: none;
	line-height: 90%;
	color: #0033CC;
}
.text_footer a:visited {
	text-decoration: none;
	color: #0033CC;
}
.text_footer a:hover {
	text-decoration: none;
	color: #FFFF00;
	background-color: #CC3300;
}
.text_footer a:visited:hover {
	text-decoration: none;
	color: #FFFF00;
	background-color: #CC3300;
}
.text_justify {
	font-size: 14pt;
	text-align: justify;
	color: #0033CC;
	font-weight: normal;
	margin-left: 15px;
	margin-right: 15px;
	margin-top: 2px;
	margin-bottom: 6px;
	word-spacing: normal;
}
.text_basicfix {
	font-size: 14pt;
	text-align: left;
	color: #0033CC;
	font-weight: normal;
	margin-left: 15px;
	margin-right: 15px;
	margin-top: 2px;
	margin-bottom: 6px;
	word-spacing: normal;
}
.text_titel500 {
	font-size: 11pt;
	font-weight: normal;
	line-height: 12pt;
	text-align: center;
	color: #0033CC;
}
.text_titel500 a:link {
	text-decoration: none;
	color: #0033CC;
}
.text_titel500 a:active {
	color: #FF0000;
	text-decoration: none;
}
.text_titel500 a:visited {
	text-decoration: none;
	color: #0033CC;
}
.text_titel500 a:hover {
	color: #FFFF00;
	text-decoration: none;
	background-color: #CC0000;
}
.text_titel500 a:visited:hover {
	color: #FFFF00;
	text-decoration: none;
}
.text_logo_light {
	font-size: 14pt;
	font-weight: bold;
	font-style: italic;
	letter-spacing: 0;
	text-align: left;
	padding-left: 0;
	color: #0033CC;
}
.text_logo_strong {
	font-size: 19pt;
	color: #0033CC;
	font-weight: 900;
	padding-left: 0;
	padding-right: 0;
	text-align: center;
}
.text_pictitle_idx {
	font-size: 10pt;
	color: #0033CC;
	line-height: 90%;
	text-align: center;
}
.text_pictitle_idx a:link {
	text-decoration: none;
	color: #0033CC;
}
.text_pictitle_idx a:active {
	color: #FF0000;
	text-decoration: none;
}
.text_pictitle_idx a:visited {
	text-decoration: none;
	color: #0033CC;
}
.text_pictitle_idx a:hover {
	color: #FFFF00;
	text-decoration: none;
	background-color: #CC0000;
}
.text_pictitle_idx a:visited:hover {
	color: #FFFF00;
	text-decoration: none;
	background-color: #CC0000;
}
.text_headline {
	font-size: 13pt;
	color: #FFFF00;
	font-style: normal;
	font-weight: bold;
	text-align: center;
	background-color: #0033CC;
	border-radius: 18px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	box-shadow: 8px 8px 8px #000000;
	-moz-box-shadow: 8px 8px 8px #000000;
	-webkit-box-shadow: 8px 8px 8px #000000;
	margin-left: 0;
	margin-right: 0;
	padding-top: 0px;
	padding-bottom: 3px;
}
.text_faq_headline {
	font-size: 10pt;
	color: #0033CC;
	font-style: normal;
	font-weight: bold;
	text-align: center;
	background-color: #C0C0C0;
	border-radius: 18px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	box-shadow: 8px 8px 8px #000000;
	-moz-box-shadow: 8px 8px 8px #000000;
	-webkit-box-shadow: 8px 8px 8px #000000;
	margin-left: 0;
	margin-right: 0;
	padding-top: 3px;
	padding-bottom: 3px;
}
.text_lista {
	font-size: 14pt;
	text-align: left;
	list-style: disc;
}
.text_listhead {
	font-size: 14pt;
	text-align: left;
	list-style: none;
}
/* ===== IMAGENES ===== */
.img_picture100 {
	float: right;
	border-radius: 18px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	box-shadow: 8px 8px 8px #000000;
	-moz-box-shadow: 8px 8px 8px #000000;
	-webkit-box-shadow: 8px 8px 8px #000000;
	margin-left: 8px;
	margin-right: 8px;
	width: 225px;
	height: 300px;
	overflow: hidden;
}
.img_picture101 {
	float: none;
	border-radius: 18px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	box-shadow: 8px 8px 8px #000000;
	-moz-box-shadow: 8px 8px 8px #000000;
	-webkit-box-shadow: 8px 8px 8px #000000;
	margin: 0 auto;
	display: block;
	width: 300px;
	height: 282px;
	overflow: hidden;
}
.img_picture200 {
	float: none;
	border-radius: 18px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	box-shadow: 8px 8px 8px #000000;
	-moz-box-shadow: 8px 8px 8px #000000;
	-webkit-box-shadow: 8px 8px 8px #000000;
	margin: 0 auto;
	width: 1000px;
	height: 190px;	
	display:block;
	overflow: hidden;
}
.img_picture500 {
	float: none;
	border: 1px solid #C0C0C0;
	border-radius: 18px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	box-shadow: 8px 8px 8px #000000;
	-moz-box-shadow: 8px 8px 8px #000000;
	-webkit-box-shadow: 8px 8px 8px #000000;
	margin-left: 8px;
	margin-right: 8px;
}
.img_picture_idx {
	float: none;
	border: 1px solid #C0C0C0;
	border-radius: 18px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	box-shadow: 8px 8px 8px #000000;
	-moz-box-shadow: 8px 8px 8px #000000;
	-webkit-box-shadow: 8px 8px 8px #000000;
	margin-top: 3px;
	margin-left: 8px;
	margin-right: 8px;
	width: 775px;
	height: 150px;
	overflow: hidden;
}
/* ===== INDEX_ELEMENTOS ===== */
.index_deu_headline {
	background: #0033CC url('../images/index_DEU.png') no-repeat 15px center;
	color: #FFFF00;
	font-size: 14pt;
	color: #FFFF00;
	font-style: normal;
	font-weight: bold;
	text-align: center;
	border-radius: 18px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	box-shadow: 8px 8px 8px #000000;
	-moz-box-shadow: 8px 8px 8px #000000;
	-webkit-box-shadow: 8px 8px 8px #000000;
	margin-left: 25px;
	padding-right: 25px;
	padding-left: 5px;
	padding-top: 8px;
	padding-bottom: 8px;
	width: 49%;
}
.index_deu_headline a:link {
	text-decoration: none;
	color: #FFFF00;
	background-color: #0033CC;
}
.index_deu_headline a:visited {
	text-decoration: none;
	color: #FFFF00;
	background-color: #0033CC;
}
.index_deu_headline a:hover {
	color: #FFFF00;
	text-decoration: none;
	background-color: #CC0000;
}
.index_deu_headline a:active {
	color: #FF0000;
	text-decoration: none;
}
.index_deu_headline a:visited:hover {
	text-decoration: none;
	color: #FFFF00;
	background-color: #CC0000;
}
.index_esp_headline {
	background: #0033CC url('../images/index_ESP.png') no-repeat 15px center;
	color: #FFFF00;
	font-size: 14pt;
	color: #FFFF00;
	font-style: normal;
	font-weight: bold;
	text-align: center;
	border-radius: 18px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	box-shadow: 8px 8px 8px #000000;
	-moz-box-shadow: 8px 8px 8px #000000;
	-webkit-box-shadow: 8px 8px 8px #000000;
	margin-left: 25px;
	padding-right: 25px;
	padding-left: 5px;
	padding-top: 8px;
	padding-bottom: 8px;
	width: 49%;
}
.index_esp_headline a:link {
	text-decoration: none;
	color: #FFFF00;
	background-color: #0033CC;
}
.index_esp_headline a:visited {
	text-decoration: none;
	color: #FFFF00;
	background-color: #0033CC;
}
.index_esp_headline a:hover {
	color: #FFFF00;
	text-decoration: none;
	background-color: #CC0000;
}
.index_esp_headline a:active {
	color: #FF0000;
	text-decoration: none;
}
.index_esp_headline a:visited:hover {
	text-decoration: none;
	color: #FFFF00;
	background-color: #CC0000;
}
.index_spalte td {
	width: 2%;
}