@charset "UTF-8";

/* CSS DIR4 */

/* Reset */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    line-height: 1;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* Estilos generales */
html, body {
    margin: 0;
    padding: 0;
    height: 100%;
}

body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 20px;
    color: #4e4e4f;
}

strong {
    font-weight: bold;
}

/* Layout */
#container {
    min-height: 100%;
    position: relative;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: 100%  100%;
    background-color: #ffffff;
    background-image: -moz-linear-gradient(top, white 50%, #e9e9e9 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, white), color-stop(100%, #e9e9e9));
    background-image: -webkit-linear-gradient(top, white 50%, #e9e9e9 100%);
    background-image: -o-linear-gradient(top, white 50%, #e9e9e9 100%);
    background-image: -ms-linear-gradient(top, white 50%, #e9e9e9 100%);
    background-image: linear-gradient(to bottom, white 50%, #e9e9e9 100%);
}

#header {
    padding: 10px;
}

#body {
    margin: 0 auto;
    max-width: 1100px;
    padding: 10px 0 280px;
    /* padding-bottom: Height of the footer */
}

#footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 280px;
    /* Height of the footer */
}

.oculto {
    display: none;
}

.center {
    margin: 0 auto;
}

.text-center {
    text-align: center;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.float-none {
    float: none;
}

.small {
    font-size: 85%;
}

/* Clearfix */
.cf:before, .cf:after, .row:before, .row:after, form ul:before, form ul:after {
    content: " ";
    display: table;
}

.cf:after, .row:after, form ul:after {
    clear: both;
}

/* Márgenes */
ul, ol, p, h1, h2, h3, h4, form, legend, .botonera, .panel-decor {
    margin: 10px 0 20px;
}

h2, h3 {
    margin-bottom: 15px;
}

h4 {
    margin-bottom: 10px;
}

/* Paneles */
.panel, .panel-decor {
    float: left;
    padding: 10px;
}

.row .panel:first-child {
    padding-left: 0;
}

.row .panel:last-child {
    padding-right: 0;
}

.panel-decor {
    border: 1px solid #a3b9cc;
    background-color: #fff;
    /*width: 98%;*/
    border-radius: 10px;
}

.body-panel {
    border: 1px solid #eaeaea;
    background-color: #fff;
    border-radius: 10px;
    padding: 20px;
    margin: 0 -20px;
}

/* Anchuras */
.w20pc {
    width: 20%;
}

.w25pc {
    width: 25%;
}

.w33pc {
    width: 33.33%;
}

.w50pc {
    width: 50%;
}

.w75pc {
    width: 75%;
}

.w100pc {
    width: 100%;
}

div[class*='w'] {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

/* Estilos cabecera */
#header {
    border-top: 10px solid #0c416e;
    background-color: #f8f6eb;
    height: auto;
    width: 100%;
    padding: 0;
    margin: 0;
}

#header-container {
    width: 1100px;
    position: relative;
    margin: 0 auto;
    height: 156px;
}

#header-container div {
    position: absolute;
}

#logo-dir4 {
    top: 26px;
    left: 2px;
}

#slogan {
    left: 405px;
    top: 45px;
    font-size: 150%;
    font-weight: bold;
    color: #0c416e;
    line-height: 1.2em;
    font-family: Arial, sans-serif;
}

#logo-ministerio {
    top: 30px;
    right: 0;
}

/* Estilos navegación */
#navbar {
    background: #dcdcdc;
}

#nav {
    width: 1100px;
    margin: 0 auto;
    height: 50px;
    text-align: center;
}

#nav ul {
    text-align: left;
}

#nav li {
    float: left;
    margin: 0 -4px 0 0;
    height: 100%;
}

#nav li a {
    display: inline-block;
    padding: 0 35px;
    color: #0c416e;
    text-decoration: none;
    font-family: Arial, sans-serif;
    font-size: 1.3em;
    height: 100%;
    line-height: 2.7em;
    font-weight: normal;
    border-right: 1px solid #fff;
}

#nav li a.sin-raya {
    border-right: 0 solid;
}

#nav li a.submit {
    float: right;
}

#nav .active a, #nav a:hover, #nav a:focus {
    background-color: #fff;
}

#nav li a.submit.desconect {
    height: 17px;
    line-height: 1.5em;
    margin-top: 12px;
    margin-left: 20px;
    margin-right: 0;
    background: #2879b7 url(img/desconect.png) no-repeat 8px 50%;
    padding: 4px 12px;
    padding-left: 35px;
}

/* Menú desplegable */
.dropit {
    list-style: none;
    padding: 0;
    margin: 0;
}

.dropit .dropit-trigger {
    position: relative;
}

.dropit .dropit-submenu {
    position: absolute;
    /*top: 32px;
    left: -2px;*/
    z-index: 100;
    display: none;
    min-width: 275px;
    list-style: none;
    padding: 0;
    margin: 0;
}

.dropit .dropit-open .dropit-submenu {
    display: block;
}

#nav ul ul {
    display: none;
}

#nav ul.dropit-submenu {
    background-color: #fff;
    border: 1px solid #dcdcdc;
    border-top: none;
    padding: 0;
    margin: 0;
    -webkit-box-shadow: 2px 2px 2px rgba(170, 170, 170, 0.4);
    -moz-box-shadow: 2px 2px 2px rgba(170, 170, 170, 0.4);
    box-shadow: 2px 2px 2px rgba(170, 170, 170, 0.4);
}

#nav ul.dropit-submenu li {
    margin: 0;
    padding: 0;
    width: 100%;
}

#nav ul.dropit-submenu a, #nav ul.dropit-submenu li.active ul a {
    display: block;
    font-size: 1em;
    line-height: 3.5em;
    color: #0c416e;
    padding: 0 0 0 35px;
    margin: 0;
    font-weight: normal;
    box-shadow: none;
    background-color: #fff;
    border: none;
}

#nav ul.dropit-submenu a:hover {
    background: #dcdcdc;
}

/* Migas */
#migas {
    font-size: .93em;
    color: #707070;
    margin: 20px auto 30px;
}

#migas a {
    font-weight: bold;
}

/* Estilos cuerpo*/
#body-content {
    margin: 0 0 60px;
    color: #5A5A5A;
}

/* login */
#home .login {
    width: 870px;
    margin: 60px auto 0;
    background: transparent url("img/fondo-login.png") 50% 50% no-repeat;
}

#home .login .panel-decor {
    background-color: rgba(255, 255, 255, 0.4);
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 30px;
    margin-top: 0;
}

#home .login .panel-decor h2 {
    color: #0c4270;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 1.45em;
}

#home .login .panel-decor form {
    margin: 0;
}

#home .login .panel-decor ul {
    list-style-type: none;
    margin: 0;
}

#home .login .panel-decor li {
    margin-bottom: 20px;
}

#home .login .panel-decor.certif li {
    margin-bottom: 40px;
}
#home .login .panel-decor.clave li {
    margin-bottom: 40px;
}



#home .login .panel-decor.certif li a {
    font: normal 1.1em/1.5em Arial,sans-serif;
    padding-left: 130px;
    display: block;
    background: transparent url("img/certificados.png") 0 5px no-repeat;
    min-height: 55px;
}


#home .login .panel-decor.clave li a {
    font: normal 1.1em/1.5em Arial,sans-serif;
    padding-left: 130px;
    display: block;
    background: transparent url("img/clave.png") 0 5px no-repeat;
    min-height: 55px;
}
#home .login .apps {
    width: 100%;
}

#home .login .apps li a {
    float: left;
    height: 54px;
    width: 141px;
    text-indent: -9999px;
    background: transparent url("img/apps.png") 0 0 no-repeat;
    margin-right: 88px;
    padding: 0;
}

#home .login .apps li a.last {
    margin-right: 0;
}

#home .login .apps li a.site {
    background-position: -232px 0;
    width: 167px;
}

#home .login .apps li a.reunete {
    background-position: -490px 0;
    width: 127px;
}

#home .login .apps li a.ivo.last {
    background-position: -708px 0;
    width: 98px;
}

#home .login .panel-decor li a strong {
    font-weight: bold;
}

#home .login .panel-decor li a.last {
    background-position: 0 -195px;
}

#home .login .panel-decor li a:hover {
    text-decoration: none;
}

#home .login .panel-decor li.botonera {
    margin: 0;
    text-align: left;
}

#home .login .botonera button[type="submit"],
#home .login .botonera button[type="reset"] {
    padding: 7px 12px;
}

#home .login .panel-decor label {
    color: #0c4270;
    font-size: 1em;
}
#home .login .panel-decor label span {
    font-weight: normal;
}
#home .login .form-login,
#home .login .certif {
    width: 47.5%;
    min-height: 482px;
    padding-bottom: 0;
}
#home .login .clave {
    width: 47.5%;
    min-height: 482px;
    padding-bottom: 0;
}


#home .login .form-login {
    margin-right: 5%;
}
#home .login .form-login .olvido {
    display: block;
    margin: 20px 0 0;
}
#home .login .form-login img {
    margin-right: 15px;
    vertical-align: middle;
    border: 1px solid #a3b9cc;
    padding: 1px;
}

.login input[type=text],
.login input[type=password] {
    width: 45%;
    /*width: 80%;*/
}

.login .panel-decor {
    padding-left: 40px;
}

.login .panel-decor p {
    margin: 20px 0 20px -40px;
}

/* Cabeceras */
h1, h2, h3, h4 {
    font-weight: bold;
    color: #004172;
}

h1 {
    font-size: 26px;
    line-height: 35px;
    margin-left: -10px;
}

.body-panel h1 {
    margin-top: 0;
}

h1 i:before {
    width: 40px;
    text-align: center;
}

h2 {
    font-size: 21px;
    line-height: 30px;
}

h3 {
    font-size: 18px;
    line-height: 25px;
}

h4 {
    font-size: 16px;
    line-height: 20px;
}

#body-content ol {
    margin-left: 30px;
    list-style-type: lower-alpha;
}

ul.us-solic {
    line-height: 40px;
}

dl.sindic {
    clear: both;
    line-height: 30px;
}

dl.sindic dt, dl.sindic dd {
    float: left;
}

dl.sindic dt {
    width: 20%;
    color: #004172;
    font-weight: bold;
}

dl.sindic dd {
    width: 80%;
}

dl.sindic dd label {
    font-weight: normal;
    color: #5a5a5a;
}

dl.sindic dd textarea {
    margin-top: 10px;
}

ul.listado li {
    list-style-type: none;
    line-height: 2.5em;
}

/* Enlaces */
a {
    color: #004172;
    text-decoration: none;
}

a:hover {
    color: #323538;
    text-decoration: underline;
}

/* Imágenes */
img.image-border {
    border: 1px solid;
    padding: 2px;
}

img.float-right, .body-content img.float-left {
    margin: 10px 0 10px 10px;
}

img.float-left {
    margin: 10px 10px 10px 0;
}

/* Estilos pie */
#footer {
    background: #4c5055;
}

#footer-content {
    max-width: 1100px;
    margin: 0 auto;
}

#footer-nav {
    background: #4c5055 url("img/logo-footer.png") -10px 0 no-repeat;
    min-height: 147px;
    font-family: Arial, sans-serif;
    font-size: 1em;
    padding-left: 245px;
    margin: 20px 0 0;
}

#footer-nav li {
    float: left;
    margin-right: 25px;
}

#footer-nav ul {
    font-size: .9em;
    margin: 10px 0 0;
}

#footer-nav ul li {
    display: block;
    float: none;
    margin-right: 25px;
}

#footer-nav a, #footer-nav span {
    color: #fff;
    text-decoration: none;
}

#footer-nav span {
    font-weight: bold;
}

#footer-nav ul a {
    font-weight: normal;
}

#footer-content p {
    color: #fff;
    margin-bottom: 10px;
    text-align: center;
}

#footer p.copy {
    margin-left: 100px;
}

#footer .apps p {
    font-size: 1.15em;
    font-family: Arial, sans-serif;
    font-weight: bold;
    width: 380px;
    float: left;
}

#footer .apps ul {
    float: left;
    margin: 0;
    margin-bottom: 8px;
}

#footer .apps li {
    display: inline;
}

#footer .apps a {
    display: inline-block;
    width: 109px;
    height: 42px;
    text-indent: -2000px;
    overflow: hidden;
    background: url('img/apps-footer.png') no-repeat 0 0;
    margin-right: 45px;
}

#footer .apps a.site {
    background-position: -181px 0;
    width: 131px;
}

#footer .apps a.reunete {
    background-position: -381px 0;
    width: 99px;
}

#footer .apps a.ivo {
    background-position: -551px 0;
    width: 76px;
}

/* Tablas */
.bloque-pag {
    border: 1px solid #ccc;
    background-color: #edeef3;
    padding: 0 10px 10px;
}

.bloque-pag p {
    margin-bottom: 15px;
}

.bloque-pag form {
    margin-bottom: 10px;
}

.bloque-pag form ul li.dos-cols {
    width: 50%;
    float: left;
}

.bloque-pag form ul li.dos-cols p {
    margin: 0;
}

.bloque-pag .paginar {
    text-align: right;
}

.bloque-pag .paginar a.submit {
    padding: 5px 8px;
    margin: 0 0 0 10px;
}

.bloque-pag label {
    display: inline;
    font-weight: normal;
    color: #383838;
    padding: 0;
}

.bloque-pag select {
    width: auto;
    margin-left: 10px;
    padding-right: 6px;
}

table {
    width: 100%;
    background-color: #FFF;
    margin: 15px 0;
    border: 1px solid #ccc;
}

table a {
    font-weight: bold;
}

table a:hover {
    text-decoration: none;
}

table caption {
    margin: 5px 0;
    font-weight: bold;
    font-size: 1.1em;
    color: #004172;
}

table tr {
    border-top: 1px solid #ddd;
}

table th {
    background-color: #cad7e1;
    color: #004172;
    font-weight: bold;
}

table th, table td {
    padding: 7px 4px;
    vertical-align: middle;
    text-align: center;
}

table tbody tr.par {
    background-color: #edeef3;
}

table tbody tr.impar {
    background-color: #fff;
}

table tbody tr:nth-child(2n+1) {
    background-color: #edeef3;
}

table tbody tr:nth-child(2n) {
    background-color: #fff;
}

/* Formularios */
fieldset {
    border: 1px solid #d1d1d1;
    padding: 10px 10px 10px 20px;
    margin-bottom: 30px;
    background-color: #fafbfc;
    border-radius: 5px;
}

legend {
    margin: 0;
    padding: 0 10px;
    color: #5a5a5a;
    font-size: 1.15em;
}

label, p.label {
    display: block;
    font-weight: bold;
    font-size: 1.05em;
    color: #327AAD;
    padding-left: 6px;
    margin: 0 0 5px;
}

label.rcpdata {
    color: #383838;
    font-weight: normal;
}

input[type="text"].rcpdata {
    background-color: transparent;
    border: none;
}

input[type="radio"] + label, input[type="checkbox"] + label {
    display: inline;
    margin-right: 15px;
    padding: 0;
}

form textarea {
    height: 5em;
}

#body-content form ul {
    margin: 0;
    list-style-type: none;
}

form ul ul {
    margin-left: -1.5em;
    margin-bottom: 0;
}

form ul li {
    padding-left: 0;
    margin-top: 5px;
}

form ul ul li {
    float: left;
    clear: none;
    width: 100%;
    padding-right: 1%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 0 10px;
}

form ul ul li.dos-cols {
    width: 50%;
}

form ul ul.email li.dos-cols {
    width: 48%;
}

form ul ul li.tres-cols {
    width: 33.333%;
}

form ul ul li.cuatro-cols {
    width: 25%;
}

form ul ul li.cinco-cols {
    width: 20%;
}

form ul ul.email li.cinco-cols {
    width: 4%;
    padding-right: 1.5%;
}

form ul ul.email li.cinco-cols span {
    display: block;
    text-align: center;
    margin-top: 28px;
}

.botonera {
    width: 100%;
    text-align: center;
    margin-top: 15px;
}

form .botonera input.boton {
    padding: 4px 10px;
}

form textarea, form select, form ul ul li input[type="text"] {
    width: 96%;
    margin-bottom: .4em;
    font-size: 1em;
}

form ul ul li input[type="text"] {
    width: 98%;
}

form ul ul li.dos-cols input[type="text"] {
    width: 96%;
}

form ul ul li.tres-cols input[type="text"] {
    width: 94%;
}

form ul ul li.cuatro-cols input[type="text"] {
    width: 92%;
}

form ul ul li.cinco-cols input[type="text"] {
    width: 88%;
}

form ul ul li select {
    width: 99%;
}

form ul ul li.dos-cols select {
    width: 98%;
}

form ul ul li.tres-cols select {
    width: 97%;
}

form ul ul li.cuatro-cols select {
    width: 96%;
}

form ul ul li.cinco-cols select {
    width: 96%;
}

form textarea {
    width: 80%;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}

form ul ul li textarea {
    width: 98%;
}

input[type="text"], input[type="password"], textarea, select {
    border: 1px solid #A0BDE5;
    border-radius: 5px 5px 5px 5px;
    padding: 4px 5px;
    color: #383838;
    margin-left: 20px;
}

input[type="text"]:focus, textarea:focus {
    border-color: #5BBBFF;
    outline: medium;
}

select {
    cursor: pointer;
    padding: 4px 5px 2px;
    width: 98%;
}

select:active, select:focus {
    border: 1px solid #5BBBFF;
    outline: medium none;
}

input[type="submit"], input[type="reset"], input[type="button"], a.submit, #nav a.submit.desconect, button[type="submit"], button[type="reset"] {
    background-color: #3071a9;
    border: 1px solid #285e8e;
    border-radius: 5px;
    color: #FFFFFF;
    cursor: pointer;
    font-family: Arial, sans-serif;
    padding: 10px 12px 6px;
    text-decoration: none;
    text-shadow: 0 1px 1px #404040;
    text-transform: uppercase;
    font-size: .9em;
    margin-right: 20px;
    letter-spacing: 1px;
    font-weight: normal;
}

input[type="submit"]:hover, input[type="reset"]:hover, input[type="button"]:hover, a.submit:hover, #nav a.submit.desconect:hover, button[type="submit"]:hover, button[type="reset"]:hover {
    background-color: #285f8f;
    border-color: #214e75;
}

input[type="checkbox"],
input[type="radio"] {
    margin-top: 0;
}

input[type="checkbox"] + label {
    display: inline;
}

.textoRojo, .error {
    color: #CD5C5C;
}

#home .login .panel-decor li.error {
    margin: -12px 0 12px;
}

.textoRojo2, .error2, .criterios {
    color: #A52A2A;
}

/* Banner home */
.banner-container {
    background-color: #dcdcdc;
    margin-bottom: 50px;
}

.banner, .banner * {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

.banner {
    color: rgba(255, 255, 255, 0.6);
    font-family: Arial, sans-serif;
    overflow: auto;
    position: relative;
    text-shadow: 0 0 1px rgba(255, 255, 255, 0.05), 0 1px 2px rgba(255, 255, 255, 0.3);
    margin: 0 auto;
    width: 1100px !important;
}

.banner ul {
    list-style: none outside none;
    width: 100%;
}

.banner ul li {
    display: block;
    width: 100%;
    float: left;
    height: 400px;
    width: 33%;
    background: none no-repeat scroll 100% 0 #dcdcdc;
}

.banner ul li.una {
    background-image: url("img/banner/banner1.png");
}

.banner ul li.dos {
    background-image: url("img/banner/banner2.png");
}

.banner ul li.tres {
    background-image: url("img/banner/banner3.png");
}

.banner ul li.cuatro {
    background-image: url("img/banner/banner4.png");
}

.banner ul li.cinco {
    background-image: url("img/banner/banner5.png");
}

.banner ul li.seis {
    background-image: url("img/banner/banner6.png");
}

.banner h2, .banner p {
    margin-left: 100px;
    width: 400px;
}

.banner h2 {
    color: #0c4270;
    font-size: 1.85em;
    margin-top: 70px;
}

.banner .una h2 {
    margin-top: 25px;
}

.banner p {
    margin-top: 30px;
    color: #464646;
    font-size: 1.2em;
    line-height: 1.6em;
    text-shadow: 0 1px 1px #fff;
}

.banner .una p {
    font-size: 1.1em;
}

.banner p.botonera {
    margin-top: 35px;
}

.banner p.botonera a:first-child {
    margin-right: 50px;
}

.banner .dots {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    text-align: center;
}

.banner .dots li {
    border: 1px solid #0C416E;
    border-radius: 50%;
    cursor: pointer;
    display: inline-block;
    height: 8px;
    margin: 0 7px;
    opacity: 0.4;
    text-indent: -999em;
    transition: background 0.5s ease 0s, opacity 0.5s ease 0s;
    width: 8px;
}

.banner .dots li.active {
    background: none repeat scroll 0 0 #3e709b;
    opacity: 1;
}

.banner .unslider-arrow {
    position: absolute;
    z-index: 999;
    top: 182px;
    width: 37px;
    height: 58px;
    background: transparent url("img/banner/banner-arrows.png") no-repeat 0 0;
    text-indent: -999px;
    display: block;
    overflow: hidden;
}

.banner .unslider-arrow.prev {
    left: 0;
}

.banner .unslider-arrow.prev:hover {
    background-position: 0 -216px;
}

.banner .unslider-arrow.next {
    right: 0;
    background-position: 0 -108px;
}

.banner .unslider-arrow.next:hover {
    background-position: 0 -324px;
}

/* Secciones home */
.secciones, .secciones2 {
    margin-bottom: 40px;
}

.secciones .w25pc *, .secciones2 .w25pc * {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.secciones .w25pc > div, .secciones2 .w25pc > div {
    border: 1px solid #a3b9cc;
    border-radius: 5px;
    height: 325px;
    text-align: center;
}

.secciones .w20pc *, .secciones2 .w20pc * {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.secciones .w20pc > div, .secciones2 .w20pc > div {
    border: 1px solid #a3b9cc;
    border-radius: 5px;
    height: 325px;
    text-align: center;
}

.secciones .usua, .secciones2 .motiv {
    background: rgb(255, 255, 255);
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(204, 215, 225, 1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(100%, rgba(204, 215, 225, 1)));
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(204, 215, 225, 1) 100%);
    background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(204, 215, 225, 1) 100%);
    background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(204, 215, 225, 1) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(204, 215, 225, 1) 100%);
}

.secciones .aplic, .secciones2 .gobier {
    background: rgb(255, 255, 255);
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(214, 235, 222, 1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(100%, rgba(214, 235, 222, 1)));
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(214, 235, 222, 1) 100%);
    background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(214, 235, 222, 1) 100%);
    background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(214, 235, 222, 1) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(214, 235, 222, 1) 100%);
}

.secciones .inform, .secciones2 .faqs {
    background: rgb(255, 255, 255);
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 254, 223, 1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(100%, rgba(255, 254, 223, 1)));
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 254, 223, 1) 100%);
    background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 254, 223, 1) 100%);
    background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 254, 223, 1) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 254, 223, 1) 100%);
}

.secciones .dir3, .secciones2 .aprovi {
    background: rgb(255, 255, 255);
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(228, 217, 242, 1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(100%, rgba(228, 217, 242, 1)));
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(228, 217, 242, 1) 100%);
    background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(228, 217, 242, 1) 100%);
    background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(228, 217, 242, 1) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(228, 217, 242, 1) 100%);
}

.secciones p, .secciones2 p {
    margin: 0;
    height: 100%;
    width: 100%;
    background: transparent url("img/secciones.png") no-repeat 0 0;
}

.secciones2 p {
    background: transparent url("img/secciones2.png") no-repeat 0 0;
}

.secciones p a, .secciones2 p a {
    padding: 20px 20px 0;
    display: block;
    font-family: Arial,sans-serif;
    height: 100%;
    line-height: 1.3em;
    width: 100%;
    font-size: 1.3em;
}

.secciones p a:hover, .secciones2 p a:hover {
    text-decoration: none;
    color: #1367ae;
}

.secciones .usua p a,
.secciones .inform p a {
    padding: 31px 0;
}

/* Añadido 10-04-2015 por texto "Mis datos"*/
.secciones2 .gobier p a, .secciones2 .motiv p a {
    padding-top: 30px;
}

.secciones2 .gobier p a, .secciones2 .faqs p a {
    padding-top: 30px;
}

.secciones .aplic p, .secciones2 .gobier p {
    background-position: 0 -423px;
}

.secciones .inform p, .secciones2 .faqs p {
    background-position: 0 -846px;
}

.secciones .dir3 p, .secciones2 .aprovi p {
    background-position: 0 -1269px;
}

.secciones .usua p:hover, .secciones2 .motiv p:hover {
    background-position: 0 -1692px;
}

.secciones .aplic p:hover, .secciones2 .gobier p:hover {
    background-position: 0 -2115px;
}

.secciones .inform p:hover, .secciones2 .faqs p:hover {
    background-position: 0 -2538px;
}

.secciones .dir3 p:hover, .secciones2 .aprovi p:hover {
    background-position: 0 -2961px;
}

/* Home panel-decor */
#home .panel-decor {
    padding-right: 20px;
    padding-left: 20px;
    width: 1100px;
    margin-bottom: 40px;
}

#home .panel-decor h2 {
    font-family: Arial, sans-serif;
    font-size: 1.3em;
}

.centrado {
  text-align: center;
}

/************************ LOGIN SAML, GLASARTE NUEVAS CLASES ********************/
.boxContainer { width: 870px; margin: 60px auto 0; background: transparent url(img/fondo-login.png) 50% 50% no-repeat; overflow: hidden; }
.loginForm { margin-right: 5%; }


.box { padding-bottom: 0; background-color: rgba(255, 255, 255, 0.4);
       -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
       padding: 30px; margin-top: 0; padding-right: 20px; padding-left: 20px;
       margin-bottom: 40px; border: 1px solid #a3b9cc; border-radius: 10px; float: left; }

.box.smallSize { width: 47.5%; min-height: 482px; }
.box.apps { width: 100%; }

.boxLines { line-height: 30px; font-family: Arial, sans-serif; color: #0c4270; margin-top: 0;
    		margin-bottom: 0; font-weight: bold; }
.boxLines.title{ font-size: 1.45em; text-align: left; margin-left: 10px; margin-bottom: 35px; }
.boxLines.text { margin: 20px 25px 5px; }
.boxLines.advice { margin: 20px 25px 5px; line-height: 20px; }
.boxLines.right { margin-left: 5px; }

.btnsContainer { width: 100%; text-align: center; margin-top: 50px; }
.btnsContainer-small-margin-top { width: 100%; text-align: center; margin-top: 10px; }

.btnRememberPass { display: block; margin: 20px 0 0; }

.boxRowImage { margin-top: 50px; margin-left: 27px; }
#submit { display: none; }

.error { display: none; color: #ef0e0e; text-align: center; border: 1px solid #CD5C5C; border-radius: 5px;
    	 padding: 7px;  width: 89%; margin: 20px auto; font-weight: bold; background-color: rgba(239, 14, 14, 0.1); }

.samlContainer { margin: 40px 10px -25px; }
/************************ LOGIN SAML, GLASARTE NUEVAS CLASES ********************/

/************************ LOGOS *************************************************/
.claveLogo { background: transparent url(img/clave.png) 0 5px no-repeat; width: 100px; height: 45px; 
			 float: left; margin-right: 40px; }
.samlLogoForm { background: transparent url(img/samlAutenticaLogo.png) 0 5px no-repeat; width: 150px; height: 70px; 
			 float: left; background-size: contain; margin-right: 20px; background-position: 0px 15px;}
.logoImage { float: left; height: 54px; width: 141px; text-indent: -9999px;
    		 background: transparent url(img/apps.png) 0 0 no-repeat; margin-right: 88px; margin-top: 20px; padding: 0; }			 
.siteLogo { background-position: -232px 0; width: 167px; }
.reuneteLogo { background-position: -490px 0; width: 127px; }
.ivoLogo { background-position: -708px 0; width: 98px; margin-right: 0; }

/************************ MODS **************************************************/
.marginRight5Percent { margin-right: 5%; }
.marginTop9Less { margin-top: -9px; }
.lineHeight22 { line-height: 22px; }
.fontNormal { font-weight: normal; }
/************************ END MODS **************************************************/

/************************ LOGOS ************************/
.lblTitleAppsIntegred { margin-bottom: 35px !important; }
.appsIntegrated { overflow: hidden; }

.igae { height: 105px;  margin-top: -10px !important; }
.meyss { margin-top: 10px !important; }
.inap { height: 105px; margin-top: -10px !important; }
.almacen { margin-top: 20px !important; }
.trama { margin-top: 25px !important; }
.sim { height: 80px; margin-top: 0px !important; }
.carpetaCiudadana { margin-top: -17px !important; }
.inside { margin-top: 15px !important; }
.geiser { margin-top: 20px !important; }
.portaFirmas { margin-top: 8px !important; }
.lema { height: 40px; width: 65%; margin-top: 10px !important; }
.sigp { height: 60px; width: 67%; margin-top: 0px !important; }
.intermediacion { height: 60px; width: 60%; margin-top: 0px; }
.ivo { height: 60px; }
.reunete { margin-top: -37px !important; }
.redSara { height: 45px; margin-top: 15px !important; }
.pae { height: 55px; }
.eiel { height: 60px; margin-top: 13px; }
.eugo { height: 60px; width: 67%; margin-top: 0px !important; }
.orve { height: 60px; width: 67%; margin-top: 0px !important; }
.notifica { height: 60px; width: 67%; margin-top: 0px !important; }
.obsae { height: 60px; width: 67%; margin-top: 0px !important; }
.samlLogo { height: 21px !important; margin-left: 18px !important; margin-top: -2px; }
.cas { margin-top: -3px; }
.angular { height: 60px !important; margin-top: -22px; }
.htmlCss3Js { width: 89px; height: 40px !important; margin-top: -12px; }
.bootstrap { width: 110px; margin-top: -3px; }

.icon-plus-sign { position: absolute; cursor: pointer; color: #d2d3d5; }

.tecnologyLogos { max-width: 787px; overflow: hidden; margin: 20px auto; }
.tecnologyLogos .footerContainerLogo { width: 121px; height: 15px; }

.footerContainerLogo { float: left; margin-right: 22px; background-color: #eaeaea;
    				   padding: 18px 7px; border-radius: 5px; }
.footerContainerLogo img { height: 22px; margin-left: auto; margin-right: auto; display: block; }

.footerContainerLogoOtherPages { height: 52px !important; width: 135px !important; }
/************************ END LOGOS ********************/

/************************ NEW CHANGES FOOTER ************/
.footerMenu { width: 80%;  background: #4c5055 url("img/logo-footer.png") -19px 0 no-repeat;
   			  min-height: 150px; padding-left: 245px; margin: 20px 0 0; }
.footerMenuColumn { width: 50%; float: left; }
.footerMenuColumn a { color: #fff; }

.footerMenuOption { margin-top: 20px; }
.footerMenuIcon { color: white; background-color: #828990; padding: 7px;
    			  border-radius: 50%; margin-right: 10px; }	
    			  
.tecnologyLogos { max-width: 787px; overflow: hidden; margin: 20px auto; }
.tecnologyLogos .footerContainerLogo { width: 121px; height: 15px; }

.footerContainerLogo { float: left; margin-right: 22px; background-color: #eaeaea;
    				   padding: 18px 7px; border-radius: 5px; }
.footerContainerLogo img { height: 22px; margin-left: auto; margin-right: auto; display: block; }

.footerContainerLogoOtherPages { height: 52px !important; width: 135px !important; }

.samlLogo { height: 21px !important; margin-left: 18px !important; margin-top: -2px; }
.cas { margin-top: -3px; }
.angular { height: 60px !important; margin-top: -22px; }
.htmlCss3Js { width: 89px; height: 40px !important; margin-top: -12px; }
.bootstrap { width: 110px; margin-top: -3px; }
/************************ END NEW CHANGES FOOTER ************/