html{color:#000;background:#FFF}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0}table{border-collapse:collapse;border-spacing:0}fieldset,img{border:0}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal}ol,ul{list-style:none}caption,th{text-align:left}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal}q:before,q:after{content:''}abbr,acronym{border:0;font-variant:normal}sup{vertical-align:text-top}sub{vertical-align:text-bottom}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;font-size:100%}legend{color:#000}#yui3-css-stamp.cssreset{display:none}
/*------------------------------------------------*/
/*-----------------[BASIC STYLES]-----------------*/
/*------------------------------------------------*/

*,*:after, *:before {
    box-sizing: border-box;
}
/*
html{
    background:#c6c7c8 url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAABLCAYAAACx1u2DAAAACXBIWXMAAAsTAAALEwEAmpwYAAABNmlDQ1BQaG90b3Nob3AgSUNDIHByb2ZpbGUAAHjarY6xSsNQFEDPi6LiUCsEcXB4kygotupgxqQtRRCs1SHJ1qShSmkSXl7VfoSjWwcXd7/AyVFwUPwC/0Bx6uAQIYODCJ7p3MPlcsGo2HWnYZRhEGvVbjrS9Xw5+8QMUwDQCbPUbrUOAOIkjvjB5ysC4HnTrjsN/sZ8mCoNTIDtbpSFICpA/0KnGsQYMIN+qkHcAaY6addAPAClXu4vQCnI/Q0oKdfzQXwAZs/1fDDmADPIfQUwdXSpAWpJOlJnvVMtq5ZlSbubBJE8HmU6GmRyPw4TlSaqo6MukP8HwGK+2G46cq1qWXvr/DOu58vc3o8QgFh6LFpBOFTn3yqMnd/n4sZ4GQ5vYXpStN0ruNmAheuirVahvAX34y/Axk/96FpPYgAAACBjSFJNAAB6JQAAgIMAAPn/AACA6AAAUggAARVYAAA6lwAAF2/XWh+QAAAAHElEQVR42mL4////fyYGBgaGUYKOBAAAAP//AwA6ZQSRsvOPuwAAAABJRU5ErkJggg==') repeat-x;
}
*/

/* Usadas desde ita.css */

/*.tabla-listadoelementos {
    list-style: none;
    margin-left: 0px;
    margin-right: 0px;
    padding: 0px;
    padding-bottom: 0px;
    padding-top: 0px;
    width:97%;
    border: 0px;
    border-top: 0px;
}

.tabla-listadoelementos td:hover{
    background-color: #EAEAEA;
}

.tabla-listadoelementos td.nobgcolor:hover{
    background-color: transparent;
}

.tabla-listadescargas {
    list-style: none;
    margin-left: 0px;
    margin-right: 0px;
    padding: 0px;
    padding-bottom: 0px;
    padding-top: 0px;
    width: 100%;
}

.tabla-listadescargas td{
    padding: 5px 0;
}

.tabla-listadescargas td.tddescarga{
    vertical-align: top;
    min-width: 80%;
}

.tabla-listadescargas td.tddescarga:hover{
    background-color: #F4F9FF;
    padding-top: 5px;
    cursor: pointer;
}

.tabla-listadescargas td.enlace_fichero{
    vertical-align: top;
    width: 100px;
    padding-left: 5px;
    text-align: right;
}

.impar {
    margin-left: 0px;
    border-bottom: 1px;
    padding-bottom: 5px;
}
.par {
    margin-left: 0px;
    background-color: #FAFAFA;
    background-color: #F4F9FF;
    margin-bottom: 1px;
    padding-bottom: 5px;
}*/
/* Fin ita.css*/

body {font-family: 'Montserrat', sans-serif, arial; 
      font-size: 11px; 
      line-height: 19px; 
      margin: 0; }

.wrapper {width:1200px;margin:0 auto;}

.menu a {color: #88878A; text-decoration: none}
.menu a:hover {text-decoration: none}

.menu {
    list-style: none;
    float: right;
    margin-right: 50px;
}

.menu > li {
    display: block;
    position: relative;
    line-height: 75px;
    padding: 0 10px;
    min-width: 50px;
    text-align: center;
    float:left;
}

.menu > li:hover {
    font-weight: bold;
}

.menu > li.current {
    font-weight: bold;
}

.menu > li.current a {
    color: #000000;
}

.menu > li .submenu {
    display: none;
    position: absolute;
    top: 75px;
    left: 0;
    background: rgba(255,255,255,0.8);
    width: 175px;
    padding: 10px 20px 10px 20px;
    text-align: left;
    border-left: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
}

.menu > li .submenu > li {
    line-height: 1.5em;
}

.submenu > li > a {
    opacity: 1;
}

.menu > li:hover .submenu {
    display: block;
}

.miga{
   color: #A2A3A5; 
}

.miga a, a.miga {
    color: #A2A3A5;
    text-decoration: none;
    text-transform: uppercase;  
    margin: 0px 4px;
}

.miga a:hover, a.miga:hover {
    text-decoration: underline;
}

.migafinal{
    color:black;
    font-weight:bold;
    color:#58585A;
    margin-left: 4px;
    text-transform: uppercase;  
}

a.volver {
    color: #88878A;
    text-decoration: none;
}

a.volver:hover {
    text-decoration: underline;
}

.subheader{
     z-index: 10;
     background-color: rgb(135,136,138);
     width: 100%;
     height: 300px;
     display: table;
}

.subhead_der, .subhead_izq{
    display: table;
    width: 600px;
    padding-top: 170px;    
}

.subhead_izq{
    float: left;
    padding-left: 50px;
}

.subhead_der{
    float: right;
    padding-right: 50px;
}

.subhead_logo{
    float: right;
    padding-top: 10px;
}

.subhead_subtitulo{
    float: left;
    font-size: 24px;
    color: #C1C2C3;
    font-weight: bold;
    padding-bottom: 15px;    
}

.subhead_titulo{
    float: left;
    margin-top: 20px;
    font-size: 50px;
    color: white;
    font-weight: bold;
    clear:both;
}


.ristra{
    padding-left:50px;
    clear: both;
}

.filah {
    float:left;
    border-bottom: 1px solid #a0a0a0;
    width: 1100px;
    display: table;
    vertical-align: middle;
}

.filauh {
    float:left;
    width: 1100px;
    display: table;
    vertical-align: middle;
    padding-bottom: 50px;
}

.celda_texto_izq {
    float:left;
    width: 510px;
    /*height: 300px;*/
    vertical-align: middle;
    margin: 0px 80px 0px 0px;
    display: table;
}

.celda_texto_der {
    float:right;
    width: 510px;
    /*height: 300px;*/
    vertical-align: middle;
    display: table;
}

.celda_imagen_izq {
    float:left;
    width: 510px;
    margin: 0px 80px 0px 0px;
    text-align: left;
    line-height: 0px;
}

.celda_imagen_der {
    float:right;
    width: 510px;
    text-align: right;
    line-height: 0px;
}

.contenido_texto {
    /*vertical-align: middle;*/
    height: 100%;
    display:table-cell;
}

.titulo_apartado {
    color:#87888a;
    font-size:21px;
    font-weight: bold;
    margin: 40px 0px 20px 0px;
    display:block
}

.titulo_cert, .subtitulo_cert {
    color:#575757;
    font-size:24px;
    font-weight: bold;
    margin: 40px 0px 10px 0px;
    display:block;
    line-height: 1.5;
}

.subtitulo_cert {
    color: red;
    margin: 10px 0px 30px 0px;
}

.cert-arriba{
    width: 1100px;
    float: left;
    display: table;
    clear: both;    
}

.cert-izquierda{
    width: 500px;
    float: left;
    display: table;
}

.cert-derecha{
    width: 550px;
    padding-left: 50px;
    float: right;
    display: table;
}

.cert-abajo{
    width: 1100px;
    padding-bottom: 50px;
}

.texto_apartado_cert {
    font-size:16px;
    color:#909090;
    display:block;
    line-height: 1.5;
}

.raya{
    border-top: 1px solid #CCC;
    color: #87888A;
    width: 100%;
    margin: 40px 0px;
}

.resaltado{
    color: red;
}

.cuadro-tit, .cuadro-cont{
    margin: 30px 0px;
    padding: 15px 30px;
    border: 1px solid #CCC;
    width: 750px;
    font-size:16px;
    border-radius: 10px;
}

.cuadro-tit{
    margin-bottom: 0px;
    color:#575757;
    font-weight: bold;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

.cuadro-cont{
    margin-top: 0px;
    border-top: 0px;
    color:#87888a;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}

.lista-asig {
    list-style: none;
    padding:0;
    margin:0;
}

.lista-asig li{
    color:#87888a;
}

.lista-asig li:before {
    content: "> ";
    color: red; /* or whatever color you prefer */
}

.titulo_apartadoA {
    /*width: 550px;*/
    float:left;
    color:#87888a;
    font-size:19px;
    font-weight: bold;
    margin-left: 20px;
    margin-bottom: 25px;
    display:block
}

.titulo_apartadoB {
    float:left;
    color:#87888a;
    font-size:19px;
    font-weight: bold;
    margin-left: 20px;
    margin-bottom: 25px;
    display:block
}

.titulo {
    color:#58585a;
    font-size:19px;
    font-weight: bold;
    margin-left: 20px;
    width: 805px;
    display:block;
    /*border: 1px solid red;*/
}


.texto_apartado {
    font-size:16px;
    color:#909090;
    display:block;
}

#caja {
    background-color: #0000FF;
    color: white;
    height: 40px;
    width: 160px;
    padding: 10px;
    text-align: center;
    /*para Firefox*/
    -moz-border-radius: 15px 15px 15px 15px;
    /*para Safari y Chrome*/
    -webkit-border-radius: 15px 15px 15px 15px;
    /* para Opera */
    border-radius: 15px 15px 15px 15px;
}

#caja a {
    color: inherit;
    text-decoration: none;
    font-size: 16px;
}

#caja a:hover {text-decoration: none}

a.tutor {
    color: black;
    text-decoration: none;
}

a.tutor:hover {text-decoration: underline}
a.tutor:visited {text-decoration: none}

a.soporte {
    color: black;
    text-decoration: none;
}

a.soporte:hover {text-decoration: underline}
a.soporte:visited {text-decoration: none}

.numero {
    display: table-cell;
    height: 100%;
    vertical-align: middle
}

.numero_inv {
    display: table-cell;
    height: 100%;
    vertical-align: middle;
    color: #ffffff;
}

.descripcion_numero {
    display: table-cell;
    height: 100%;
    vertical-align: middle
}

.descripcion_razones {
    display: table;
    float:left;
    width:70%;
    padding-left: 15px;
    font-size: 14px;
    color:#87888a;
    height: 100px;
    line-height: 20px;
    font-style: normal;
}

.numeros_razones_izq {
    display: table;
    border:1px solid #b7b7b7;
    background:#fff;
    margin:15px 25px 10px 20px;
    padding: 10px 10px 10px 10px; 
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    float:left;
    width:95px;
    height:95px;
    color: red;
    font-size: 35px;
    text-align: center;
    vertical-align: middle;
}

.numeros_razones_izq_inv {
    display: table;
    border:1px solid red;
    background:red;
    margin:15px 25px 10px 20px;
    padding: 10px 10px 10px 10px; 
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    float:left;
    width:95px;
    height:95px;
    color: red;
    font-size: 35px;
    text-align: center;
    vertical-align: middle;
}

.numeros_razones_der {
    display: table;
    border:1px solid #b7b7b7;
    background:#fff;
    margin:15px 25px 10px 20px;
    padding: 10px 10px 10px 10px; 
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    float:left;
    width:95px;
    height:95px;
    color: red;
    font-size: 35px;
    text-align: center;
    vertical-align: middle;
}

.numeros_razones_der_inv {
    display: table;
    border:1px solid red;
    background:red;
    margin:15px 25px 10px 20px;
    padding: 10px 10px 10px 10px; 
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    float:left;
    width:95px;
    height:95px;
    color: red;
    font-size: 35px;
    text-align: center;
    vertical-align: middle;
}

/* ESTILOS COOKIES */
#barraaceptacion {
    display:none;
    position:fixed;
    left:0px;
    right:0px;
    bottom:0px;
    padding-bottom:20px;
    width:100%;
    text-align:center;
    min-height:20%;
    background-color: rgba(0, 0, 0, 0.7);
    color:#fff;
    z-index:99999;
}

.inner {
    width:100%;
    position:absolute;
    padding-left:5px;
    /*font-family:verdana;*/
    font-size:18px;
    top:35%;
}

.inner a.ok {
    padding:4px;
    color:#75A6E3;
    text-decoration:none;
}

.inner a.info {
    padding-left:5px;
    text-decoration:none;
    color:#75A6E3;
}

/* FIN ESTILO COOKIES */

/* Estilo para dialogo de confirmacion de descarga */

#mask {
    position:absolute;
    top: 0px;
    left: 0px;
    z-index:9000;
    background-color:#000;
    display:none;
}
#dialog {
    position:absolute;
    width:800px;
    min-height:600px;
    display:none;
    z-index:9999;
    padding:0px;
    text-align: left;
    background-color: white;
}

.mayusculas {
    text-transform: uppercase;  
}

.h2listado{
    color: #58585A;
    text-transform: uppercase;
    font-size: inherit;
}

.par{
    background-color: transparent;
}