/* MISC
------- */
* {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
body {
    margin: 0;
    font-size: 18px;
    line-height: 23px;
    font-family: 'Quicksand', Arial, Helvetica, sans-serif;
    color: #000;
    background: #fff;
    min-width: 320px;
}
a {
	font-family: 'Source Sans Pro', Arial, Helvetica, sans-serif;
	color: #009b47;
	text-decoration: none;
}	
a:hover {
	text-decoration: underline;
}
ul, ol {
    padding: 0 15px;
}
ul li, ol li {
    padding: 0 0 10px 0;
}

section a {
	font-weight: bold;
}

input[type="text"], input[type="email"], input[type="number"], textarea { -webkit-appearance: none; border-radius: 0; }
input, textarea {  -webkit-font-smoothing: antialiased; border-radius: 0; -webkit-border-radius: 0; }
textarea { resize: none; }
input:focus{ outline: none}
input:focus::-webkit-input-placeholder { color:transparent; }
input:focus:-moz-placeholder { color:transparent; }
input:focus::-moz-placeholder { color:transparent; }
input:focus:-ms-input-placeholder { color:transparent; }
textarea:focus{ outline: none}
textarea:focus::-webkit-input-placeholder { color:transparent; }
textarea:focus:-moz-placeholder { color:transparent; }
textarea:focus::-moz-placeholder { color:transparent; }
textarea:focus:-ms-input-placeholder { color:transparent; }

:focus {outline:none;}
::-moz-focus-inner {border:0;}

button:focus,
select:focus {outline: none;}

::-webkit-input-placeholder {color: #666;}
:-moz-placeholder { color: #666; opacity: 1;}
::-moz-placeholder { color: #666; opacity: 1;}
:-ms-input-placeholder { color: #666;}

.clearfix::after {
    display: block;
    content: "";
    clear: both;
  }
}


/* CABECERA
------------ */

#header{
	position: fixed;
	z-index: 100;
	top: 0;
	left: 0;
	right: 0;
}
/*top bar*/
#header .top {
    position: fixed;
    top:0;
    width:100%;
    z-index: 100;
    background: #000;
}
#header .top .top-links {
	list-style: none;
	margin: 0;
	padding: 7px 0 9px 3px;
}
#header .top .top-links li {
	display: inline-block;
	vertical-align: top;
	font: 15px/19px 'Source Sans Pro', Arial, Helvetica, sans-serif;
	letter-spacing: -0.3px;
	text-transform: uppercase;
	padding: 0 31px 0 0;
}
#header .top .top-links li:last-child {
	padding-right: 0;
}
#header .top .top-links li a {
	display: inline-block;
	vertical-align: top;
	color: #aaa;
	text-decoration: none;
}
#header .top .top-links li a:hover{
	text-decoration: none;
	color: white;
}
#header .top .top-links li.current-menu-item a,
#header .top .top-links li.current-page-ancestor a {
	color: white;
	font-weight: 700;
}
/*cabecera verde*/
#header .logo-block {
    width: 20%;
    float: left;
    margin-top: 20px;
    width: 195px;
    height: 70px;
    mix-blend-mode: multiply;
}
#header .logo{
	width: 195px;
	height: 56px;
	background: url('../img/logo.svg') no-repeat;
	background-size: 195px 56px;
	display: inline-block;
	vertical-align: top;
	font-size: 0;
	margin: 0 27px 0 -2px;
}
#header .logo a {
	display: block;
	height: 100%;
}
#header .bottom {
	background: #009b47;
    min-height: 85px;
    position: fixed;
    top: 39px;
    left: 0;
    right: 0;
    overflow: hidden;
    z-index: 15;
    margin: 0;
}
#header .bottom .container {
	display: table;
}
#header .bottom .content {
    width: 80%;
    display: table-cell;
    vertical-align: middle;
}
#header .bottom .content .back-button {
    background: transparent;
    border: 2px solid white;
    border-radius: 9px;
    padding: 8px 16px;
    color: inherit;
    font: inherit;
    margin: 0 0 0 40px;    
}
#header .bottom .content .back-button a {
    color: white;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
}
#header .bottom .content .back-button a:before {
    content: '\f060';
    font-family: 'FontAwesome';
    margin-right: 10px;
}
#header .bottom .content div {
    font-size: 40px;
    color: white;
    font-weight: bold;
    display: inline-block;
    text-align: right;
    float: right;
    padding-top: 10px;
}




/* MAIN AREA
------------ */

.main-area {
    position: relative;
    padding-bottom: 60px;
}
.main-area .container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}

.main-area .container .content {
    margin-left: 8.3333333333%;
    width: 83.3333333333%;
}

.main-area .container .content .article-section {
    background: #fff;
    margin-top: 129px;
    padding: 22px 101px 100px;
    position: relative;
}

/* Breadcrumbs */

.breadcrumb {
    display: inline;
    color: #aaa;
    font: 14px/18px 'Source Sans Pro', Arial, Helvetica, sans-serif;
    letter-spacing: -0.8px;
    padding:0 0 0 7px;
    position: relative;
    list-style: none;
    background-color: #f5f5f5;
    border-radius: 4px;
    list-style: none;
    font-size: 0;
    line-height: 0;
    background: none;
    border-radius: 0;
}
.breadcrumb > li {
    text-transform: uppercase;
    display: inline;
    color: #aaa;
    font: 14px/18px 'Source Sans Pro', Arial, Helvetica, sans-serif;
    letter-spacing: -0.8px;
    position: relative;
}
.breadcrumb > li.active {
    color: #aaa;
}
.breadcrumb > li + li {
    padding-left: 17px;
}
.breadcrumb a {
    text-decoration: none;
    color: #aaa;
}
.breadcrumb > li:first-child > a {
    display: inline-block;
    vertical-align: top;
    width: 15px;
    height: 14px;
    position: relative;
    font-size: 0;
    line-height: 0;
    margin: 1px 1px -1px -4px;
}
.breadcrumb > li:first-child > a:before {
	content: '';
    position: absolute;
    z-index: 20;
    top: 4px;
    left: 0;
    width: 15px;
    height: 14px;
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 15px 14px;
    background-image: url('../img/ico-home-gray-02.png');
}
.breadcrumb > li + li:before {
    content: '>';
    color: #aaa;
    padding: 0;
    position: absolute;
    z-index: 20;
    top: 0;
    left: 0;
    margin: 0 0 0 6px;
}


/* CONTENIDO
------------ */

.article-section section {
	font: 18px/23px 'Source Sans Pro', Arial, Helvetica, sans-serif;
    letter-spacing: -0.3px;
}

/* TÍTULO */

.head-box h2 {
	font-size: 36px;
	font-weight: bold;
	color: #03ba5c;
	border-bottom: 1px solid;
    padding-bottom: 35px;
}
.head-box p {
    font-size: 24px;
    line-height: 26px;
    font-weight: bold;
}
.date-bar {
    padding: 0 0 15px;
    font: 300 16px/22px 'Source Sans Pro', Arial, Helvetica, sans-serif;
    margin-bottom: 37px;
}
.date-bar .print {
    max-width: 100%;
    display: block;
    height: 20px;
}
.date-bar ul {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 0;
    line-height: 0;
    float: right;
}
.date-bar ul li {
    float: left;
    font: 18px/20px 'Source Sans Pro', Arial, Helvetica, sans-serif;
    margin: 0 0 0 10px;
}
.date-bar ul li a {
    color: #333;
    opacity: 0.7;
    text-decoration: none;
}
.date-bar ul li a.print-btn {
    display: block;
    font-size: 0;
    line-height: 0;
    width: 20px;
    height: 20px;
    background: url('../img/ico-print-001.svg') no-repeat;
    background-size: 16px 17px;
    background-position: 50% 50%;
}
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
    top: -0.5em;
}



/* FORMULARIOS
-------------- */

.form {
    width: 75%;
    margin: 0 auto;
    margin-bottom: 40px;
    border: none;
}
.form.verde {
	border: 1px solid #009b47;
	padding: 60px;
	width: 100%;
}

.form h3 {
	font: 600 25px/27px 'Quicksand', Arial, Helvetica, sans-serif;
	margin-bottom: 0;
}

.form .form_item, .form .form_item {
    float: left;
    width: 100%;
    margin: 10px 0;
}
.form_item .title {
    font-family: 'Source Sans Pro', Arial, Helvetica, sans-serif;
    font-size: 20px;
    font-weight: bold;
}

.form .form_element {
    padding: 0;
    margin: 0;
    width: 100%;
    float: left;
    position: relative;
    padding-right: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    min-height: 60px;
}

.form p, .form p {
    font-size: 15px;
    color: #000;
    line-height: 21px;
    width: 100%;
    margin: 0;
}

.form .form_element.half {
	width:50%;
}

.form .form_element2 {
    padding: 0;
    margin: 0;
    width: 50%;
    float: left;
    position: relative;
    padding-right: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    min-height: 60px;
}

.form .form_element3 {
    padding: 0;
    margin: 0;
    width: 33.3%;
    float: left;
    position: relative;
    padding-right: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    min-height: 60px;
}


.form .label, .form .label {
    font-size: 15px;
    font-weight: bold;
    color: #000;
    line-height: 21px;
    width: 100%;
    display: block;
    min-height: 21px;
}

.form .infotext, .form .infotext {
	width: 100%;
}

.form .dropdown .label, .form .dropdown .label{
	width: 100%!important;
	min-height: 21px;
}

.form .inputbox {
    width: 100%;
    display: inline;
    background: white;
    font-size: 15px;
    color: black;
    border: 1px solid #c0c0c0;
    max-height: 50px;
	padding: 10px 0 10px 10px;
    margin: 6px 0;
    font-weight: 400;
    border-radius: 0;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
}

.form .dropdown select, .form .dropdown select  {
    width: 100%;
    display: inline;
    background: white;
    font-size: 15px;
    color: #666;
    border: 1px solid #c0c0c0;
    max-height: 50px;
	padding: 10px 0 10px 10px;
    margin: 6px 0;
    font-weight: 400;
    border-radius: 0;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
}
/*
.form .LV_invalid, .form .LV_invalid {
    color: red;
}

.form .validation_message, .form .validation_message {
    color: red;
    margin: 0;
    font-size: 12px;
    margin-top: -4px;
    font-weight: 400;
	text-transform: none;
}*/

.form input.button_enviar, .form input.button_enviar {
    color: #009b47;
    border-color: #009b47;
    font-family: 'Source Sans Pro', Arial, Helvetica, sans-serif;
    font-size: 15px;
    font-weight: 600;
    background-color: #ffffff;
    letter-spacing: 0px;
    height: 39px;
    position: relative;
    display: inline-block;
    width: auto;
    height: 39px;
    line-height: 36px;
    margin: 0;
    border-radius: 0;
    padding: 0 23px;
    cursor: pointer;
}

.form input.button_enviar:hover, .form input.button_enviar:hover,
.form input.button_borrar:hover, .form input.button_borrar:hover{
    color: #ffffff;
    border-color: #009b47;
    background-color: #009b47;
}

/*.form input.button_borrar, .form input.button_borrar {
    color: #ffffff;
    border-color: #2e3d8f;
    font-size: 16px;
    font-weight: 800;
    background-color: #465cd9;
    letter-spacing: 0px;
    height: 39px;
    position: relative;
    display: inline-block;
    width: auto;
    height: 39px;
    line-height: 36px;
    margin: 0;
    border-radius: 4px;
    padding: 0 23px;
}*/

.form .noreq, .form .noreq  {
    padding-left: 0px;
}

.form textarea.inputbox, .form textarea.inputbox  {
    padding: 5px;
}

.form textarea, .form textarea {
	resize: none;
}

/* RADIO BUTTONS*/
.form .radio [type="radio"]:checked,
.form .radio [type="radio"]:not(:checked) {position: absolute;left: -9999px;}
.form .radio [type="radio"]:checked + label,
.form .radio [type="radio"]:not(:checked) + label {
    position: relative;
    cursor: pointer;
    padding-left:20px;
    margin-right:15px;
    font-size: 15px;
    font-weight: bold;
    line-height: 20px;
    display: inline-block;
    padding-bottom: 5px; 
}
.form .radio [type="radio"]:checked + label:before,
.form .radio [type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 3px;
    width: 12px;
    height: 12px;
    border: 1px solid #009b47;
    border-radius: 0;
    background: #fff; }
.form .radio [type="radio"]:checked + label:after,
.form .radio [type="radio"]:not(:checked) + label:after {
    content: '';
    width: 13px;
    height: 13px;
    background: #009b47;
    position: absolute;
    top:3px;
    left:0;
    border-radius: 0;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease; }
.form .radio [type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0); 
}
.form .radio [type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1); 
}

    

/* ENLACES / LISTADOS / DOCUMENTOS */
.form_element.enlaces ul, 
.form_element.documentos ul {
    margin: 0;
    padding: 0;
}
/*enlaces*/
.form_element.enlaces a {
	display: block;
}
/*listado*/
.form_element.enlaces.listado ul {
    list-style: none;
    margin-left: 2px !important;
    font-size: 20px;
}
.form_element.enlaces.listado li:before {
    display: inline;
    float:left;
    z-index: 20;
    top: 4px;
    left: 0;
    width: 15px;
    height: 14px;
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 15px 14px;
    content: '\f0da';
    font-family: 'FontAwesome';
    color: #009b47;
}
.form_element.enlaces.listado li a {
	color:black;
}
/*documentos*/
.form_element.documentos ul {
	list-style: none;
}
.form_element.documentos ul li {
    display: inline-block;
    margin-right: 15px;
}
.form_element.documentos ul li a:before {
    content: '';
    display: inline-block;
    font-size: 14px;
    width: 20px;
    height: 14px;
    background: url('../img/ico-dl-001.svg') no-repeat;
    background-size: 16px 17px;
    background-position: 50% 50%;
    margin-right: 5px;
}


/* NOTA */

.nota {
    width: 75%;
    margin: 0 auto;
    background: #eee;
    padding: 30px;
    margin: 46px auto;
    font-size: 16px;
    line-height: 18px;
}
.nota strong {display: block;}



/* ALERTA */

.alerta {
    width: 75%;
    margin: 0 auto;
    background: #eee;
    padding: 30px;
    margin: 46px auto;
    font-size: 24px;
    line-height: 27px;
    font-weight: bold;
    color: #009f47;
}


/* TABLA */

.article-section .tabla, table {
    font-size: 15px;
    line-height: 17px;
    border-collapse: collapse;
    border-spacing: 0 !important;
    width: 100%;
    margin: 36px 0;
    border: none;
}
.article-section .tabla .descripcion {
    font: 22px/28px 'Quicksand', Arial, Helvetica, sans-serif;
    color: #009b47;
    font-weight: bold;
    border-bottom: 1px solid #009b47;
    padding: 15px 0;
    border-top: 2px solid #009b47;
    margin-bottom: 10px;
    width: 100%;
}
td {
	border-left: 0px none;
	border-right: 0px none;
}
.article-section .tabla thead th {
    background-color: transparent;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 16px;
    line-height: 1em;
    min-width:100px;
}
.article-section .tabla tbody td, 
.article-section .tabla tfoot th {
    border-top: 1px solid #ddd;
}
.tabla tr {
    display: table-row;
    vertical-align: inherit;
    border-color: inherit;
}
.tabla td, .tabla th {
    padding: 8px;
    border: none;
    background: 0 0;
    text-align: left;
    float: none!important;
}
.tabla tbody td {
    padding: 8px 5px 20px 5px;
}
.tabla tbody tr:hover {
	background: #eee;
}
.article-section caption {
	caption-side: bottom;
    text-align: left;
    border: none;
    background: none;
    margin: 0;
    padding: 0;
    color: #777;
}

/* valoración - pendiente */
.valoracion {padding:26px 0; }

/* FOOTER */
.date-bar.bottom {
    padding: 15px 0 0;
    border-bottom: none;
    border-top: 1px solid #a6a6a6;
    margin: 37px 0 0;
}


/* RESPONSIVE - Pendiente */

@media screen and (min-width: 768px) {
	.container {
	    width: 750px;
	}
}
@media screen and (min-width: 992px) {
	.container {
	    width: 970px;
	}
}
@media screen and (min-width: 1240px) {
	.container {
	    width: 1200px;
	}
}

