
h1, h2, h3, div, header, nav, section, p, ul, table, th, tr, tbody, td {
    padding: 0;
    margin: 0;
    border: none;
    list-style-type: none;
}

body {
    font-family: 'Open Sans', sans-serif, Arial, Verdana, Tahoma;
    font-size: 13px;
    font-weight: 400;
    color: #555;
    padding: 0;
    margin: 0;
    text-align: left;
    width: auto;
    background-color: #efefef;
    min-width: 340px;
}

h1 {
    font-size: 220%;
    font-weight: 300;
    line-height: 0.9em;
}

h2 {
    font-size: 130%;
    font-weight: 400;
    margin-bottom: 5px;
}

h3 {
    font-size: 130%;
    font-weight: 300;
    color: #a1a1a1;
    padding: 2px;
}

h4 {
    font-size: 95%;
    font-weight: 300;
    color: #a1a1a1;
    font-style: italic;
    line-height: 1.2;
    border-left: 2px solid rgb(210,210,210);
    padding-left: 10px;
}

h5 {
    font-size: 85%;
    font-weight: 300;
    color: #a1a1a1;
    text-align: right;
    margin-top: -5px;
}

form {
    margin-top: 15px;
}
button {
    border: 1px solid #c0c0c0;
    color: #555;
    font-size: 12px;
    border-radius: 2px;
    padding : 0 4px;
    cursor: pointer;

}
textarea {
    resize: none;
}
a:link {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
    color: #1c619a;
}
ul > li {
    margin: 0;
}

.cookies {
    width: 100%;
    background: lightblue;
    display: none;
}

.ccontent{
    width: 960px;
    height: auto;
    margin: auto;
    padding: 6px 0;
    background: transparent;
    line-height: 14px;
}

.header {
    width: 100%;
    height: 90px;
    margin-top: 5px;
}

.hcontent {
    width: 960px;
    height: 65px;
    margin: auto;
    padding: 10px;
    background: rgba(255, 255, 255, 0.95);
    border: 1px solid #dadada;
    border-radius: 5px;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.055);

}

.logo {
    /*background-color: transparent;
    position: relative;
    width: 25%;
    float: left;
    cursor: pointer;*/

    background: url(../imagenes/Logo.svg) no-repeat;
    position: relative;
    width: 195px;
    /*width: 25%;*/
    float: left;
    cursor: pointer;
    height: 64px;
}

.boton-menu {
    display: none;
}

.menu {
    background-color: transparent;
    position: relative;
    /*width: 72%;*/
    float: right;
    text-align: right;
}

.menSup {
    width: 100%;
    font-size: 11px;
    margin-bottom: 5px;
}

.menSup ul li {
    display: inline;
    margin-left: 15px;
}

.menSup a {
    color: #a1a1a1;
}

.menSup a:hover {
    color: #1c619a;
}
.menSup .opcionSel {
    color: #1c619a;
}
.session {
    width: 100%;
    margin-bottom: 5px;

}

.idiomas {
    width: 100%;
    font-size: 11px;
    margin-bottom: 5px;
}

.idiomas img {
    margin-right: 5px;
    vertical-align: middle;
    padding: 2px;
    cursor: pointer;
}
.cab-aviso {
    color:#e84c4f;
    float:right;
    font-size:16px;
    margin-top:5px;
}
.nav{
    width: 100%;
    height:auto;
}

.ncontent {
    width: 960px;
    height: 25px;
    margin: auto;
    padding: 2px;
    background: transparent;
}

.menunav  {
    float: right;
    width: 100%;
    height: 20px;
    font-size: 14px;
    font-weight: 400;
}

.menunav ul li {
    text-decoration: none;
    display: inline;
    margin-left: 12px;
    padding: 2px;
}

.menunav ul li .lista {
    display: block;
    margin-left: 0;
    white-space: nowrap;
}

.menunav ul li .items {
    display: block;
    margin-left: 2px !important;
    padding-left: 5px !important;
    white-space: nowrap;
    cursor: pointer;
    border-left: 2px solid rgba(255, 255, 255, 0.15);
}

.nav-movil {
    display: none;
}

.menu-movil {
    background: rgba(255,255,255,0.9);
    box-shadow: 0 1px 2px rgba(0,0,0,0.2);
    box-sizing: border-box;
    display: none;
    max-height: 380px;
    overflow-y: auto;
    padding: 2px;
    position: absolute;
    width: 100%;
    z-index: 90;
    
    /*float: right;
    width: 100%;
    height: 20px;
    font-size: 14px;
    font-weight: 400;*/
}

.menuMovil-lista {
    display:inline;
    text-align:left;
}

.menuMovil-lista li {
    position: relative;
    margin: 5px 0 0;
    padding: 0 10px 0 6px;
}

.menuMovil-lista a {
    color:#1c619a;
    font-weight: bold;
    text-decoration: none;
}

.menuMovil-lista a:hover {
    color:#1c619a;

}

/* Sub-menuNav */
.menuMovil-lista ul {
    list-style: none;
    margin: 0px;
    padding: 6px;
}

.menuMovil-lista ul li {
    float: none;
    margin: 0;
    padding: 0;
    display: block;
}

.menuMovil-lista .lista > a {
    font-weight: normal;
    color: #666;
}

.menuMovil-lista .items {
    border-left: 2px solid #e5e5e5;
    float: none;
    margin: 0;
    padding: 0 0 0 8px;
    display: block;
}

.menuMovil-lista a:hover {
    color:#1c619a;
}

.menuMovil-lista ul a {
    font-size: 11px;
    color: #666;
    height: inherit;
    line-height: 1.5em; //20px
    white-space: nowrap;
    float: none;
    text-transform:none;
}

.btn-desplegar {
    color: #999 !important;
    float: right;
    margin-right: 5px;
    padding: 0 5px;
    transition: transform 0.2s ease-in;
}

.page {
    width: 960px;
    height: auto;
    margin: auto;
    padding: 10px;
    background: #ffffff;
    border: 1px solid #dadada;
    border-radius: 5px;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.055);
}

.migas {
    width: 100%;
    height: 16px;
    border-bottom: 1px dotted rgba(0, 0, 0, 0.15);
    margin-bottom: 5px;
}

.migas ul li {
    display: inline;
    margin-right: 5px;
    padding: 0 2px 0 2px;
    color: #000;
    cursor: pointer;
    white-space: nowrap;
}

.migas a {
    text-decoration: none;
    color: #2773ae;
}

.migas a:hover {
    text-decoration: none;
    color: navy;
}

.pcontent {
    text-align: left;
}

.leftcol {
    float: left;
    width: 20%;
    font-size: 11px;
    line-height: 20px;
    text-align: left;
    padding-right: 10px;
    display: none;
}

.leftcol ul li a {
    display: block;
    font-weight: 400;
    /*vertical-align: top;*/
}

.leftcol a {
    color: #a1a1a1;
}

.leftcol a:hover {
    color: #1c619a;
}

.leftcol .superior {
    font-weight: 400;
}

.leftcol .oculto {
    display: none;
}

.submenu-lateral {
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #ccc;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
    display: none;
    padding: 5px 8px;
    position: absolute;
}

.rightcol {
    width: 15%;
    float: right;
    padding-left: 10px;
    display: none;
}

.rightcol-m {
    display: none;
}

.rightcol ul li {
    display: block;
    text-align: center;
}

.rightcol img {
    vertical-align: middle;
    margin: 0;
    cursor: pointer;
    float:right;
}

.center {
    overflow: hidden;
}

/*.center h2 {
    text-align: justify;
}*/

.center p {
    padding: 0 0 15px 0;
    /* text-align: justify; */
}

.center img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
    text-align: center;
    /*cursor: pointer;*/
}

.center .bordered-img {
    border: 0;
    border-radius: 3px 3px 3px 3px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
    line-height: 20px;
}

.center .claseCF {
    /*position: relative;
    text-align: left;*/
    line-height: 18px;
    /*height: auto;*/
    display: inline-block;
    padding: 5px 0 5px 0;
    vertical-align: top;
}

.CapaSF {
    position: relative;
    width: 100%;
    text-align: left;
    line-height: 18px;
    height: auto;
    display: inline-block;
    padding: 5px 2px 5px 2px;
}
.dialog {
    display: none;
    overflow: hidden;
}

.dialog .msgCont {
    position: relative;
    text-align: left;
    line-height: 18px;
    height: auto;
    display: inline-block;
    padding: 5px 2px 5px 2px;
}

.anexos {
    margin-top: 15px;
}

.foot {
    width: 100%;
    height: auto;
    margin-top: 5px;
    padding: 10px 0;
	background: darkgrey;
}

.fcontent{
    color:#ddd;
    width: 980px;
    height: auto;
    margin: auto;
    padding-top: 6px;
    background: transparent;
    font-size: 12px;
}

.fcontent a {
    color: #ddd;
}

.fcontent a:hover {
    color: #fff;
}

/*** Formularios ***/
.lineaForm {
    clear: both;
    padding: 5px 0;
}
.elemForm {
    box-sizing: border-box;
    float: left;
    padding: 0 3px;
}
.labelForm {
    color: #808080;
    margin-right: 3px;
}
.inputForm {
    border: 1px solid #ccc;
    border-radius: 2px;
    box-sizing: border-box;
    padding: 6px 0 6px 3px;
    width: 100%;
}
.selectForm {
    border: 1px solid #ccc;
    border-radius: 2px;
    box-sizing: border-box;
    padding: 6px 0 6px 3px;
}
.inputForm:focus,.selectForm:focus {
    border-color: #999;
    /*transition: border-color 0.3s ease;*/
}
.checkForm {
    margin-right: 3px;
}
.condiciones input {
    display: none;
}
.condiciones input:checked + label {
    background-color: #f0f0f0;

}
.condiciones label {
    color: #666;
    display: inline-block;
    padding: 8px 10px;
}
.condiciones label:hover {
  cursor: pointer;
}
section {
    background-color: #f0f0f0;
    min-height: 60px;
    display: none;
    padding: 20px 15px;

}
section > p {
    padding-bottom: 5px !important;
}

}
section a:hover {
    text-decoration: underline;
}
#tab1:checked ~ #content1,
#tab2:checked ~ #content2,
#tab3:checked ~ #content3,
#tab4:checked ~ #content4,
#tab5:checked ~ #content5 {
  display: block;
}
.botonForm {
    background-color: #e5e5e5;
    font-size: 14px;
    padding: 4px 7px;
}
.oblForm {
    color:#ff0000;
    font-size: 10px;
}

.limpia {
    clear: both;
}

.oculto {
    display: none;
}

.img-redim{
  width:185px;
  cursor:pointer;
  position:relative;

}

.img-redim:hover{
  width:505px;
  transition: all 0.8s ease;
  cursor:pointer;
  position:absolute;
  box-shadow: 1px 2px 4px rgba(0, 0, 0, .5);

}

.contactDialog {
    position: fixed;
    color: #fff;
    height: auto;
    max-width: 20px;
    padding: 10px;
    top: 35%;
    right: 0;
    background-color: orange;
    z-index: 89;
    opacity: 0.75;
    cursor: pointer;
    writing-mode: vertical-lr;
    font-size: 1.1em;
    letter-spacing: 0.1em:
    vertical-align:baseline;
    line-height: 1.5em;
 }

 .contactDialog:hover {
  font-size:1.15em;
  padding: 11px;
  transition: all 0.2s;
  opacity:1;

}

/*
*
Tablet
*
*/
@media screen and (max-width: 980px) {
    .logo {
        /*margin: -3px 0 0;
        width: 180px;*/
        margin: -6px 0 0;
    }

    .logo img {
        width: 100%;
    }

    .cookies {
        /*display: none;*/
        height: auto;
    }

    .ccontent{
        width: auto;
        padding: 3px;
    }

    .header {
        height: 75px;
    }

    .hcontent {
        height: 65px;
        padding: 8px;
        width: auto;
    }
    .ncontent {
        width: 100%;
    }
    .page {
        width: auto;
    }

    .migas {
        height: auto; 
    }

    .migas ul li {
        white-space: normal;
    }

    .leftcol {
        display: none !important;
        /*float: right;*/
    }

    .rightcol {
        display: none !important;
    }

    .rightcol-m {
        display: block;
    }

    .rightcol-m img {
        margin: 0 10px 0 0 !important;
        cursor: pointer;
        float: left;
    }

    .center {
        margin: 0 0 10px;
        overflow: visible;
    }

    .nivel {
        text-align: center;
    }

    .claseCF {
        position: relative;
        margin: 0 !important;
        padding: 5px 0;
        width: auto !important;
    }

    .fcontent{
        width: 100%;
    }

    .elemForm {
        float: none;
        width: 100% !important;
    }

}

@media screen and (min-width: 600px) and (max-width: 980px){
    .menunav  {
        margin-right: 8px;
        margin-top: 5px;
    }
    .capa > img:first-child {
        display: none;
    }
    .claseCF {
       /* width: 48% !important;*/
        margin: 0 1% !important;
    }
}
/*
*
Movil
*
*/
@media screen and (max-width: 600px) {

    .logo {
        /*margin: 8px 0 0;
        width: 120px;*/
        margin: 0px 0 0;
        width: 70px;
        background: url(../imagenes/logo-m.svg) no-repeat;
        height: 70px;
    }

    .header {
    	margin-bottom: 25px;
    }

    .hcontent {
        height: 75px;
        padding: 8px;
        width: auto;
    }

    .menu {
        width: 65%;
    }

    .menSup {
        font-size: 12px;
        margin-bottom: 8px;
    }

    .menSup ul li {
        margin-left: 7px;
    }

    .boton-menu {
        display: block;
        float: left;
        margin: 8px 0 0 2px;
    }
    .boton-menu-img {
        color: #1c619a;
        display: inline-block;
        font-size: 26px;
        /*height:37px;*/
        transition: transform 0.2s ease-in;
        /*width:34px;*/
    }
    .condiciones label {
        display: block;
        background: #fff;
        border-top: 1px solid #eee;
    }
    .cab-aviso {
        display: none;
    }

    .nav{
        display: none;
    }

    .nav-movil{
        display: block;
    }

    .rotar90 {
        transform: rotateZ(90deg);
    }

    .rotar180 {
        transform: rotateZ(180deg);
    }
}