.titulo {
    font-size: 2em;
    font-weight: 100;
    color: gray;
    padding-top: 1em;
    position: relative;
    border-bottom:3px gray solid;
}

/*.titulo:after {
    margin-left: .5em;
    content: "";
    background-color: gray;
    height: .2em;
    width: 83%;
    position: absolute;
    bottom: 40px;
}*/

.lineatop {
    background-color: #9B9B9B;
    height: .6em;
}

.header {
    background-color: #eff1f4;
}

.logo {
    float: left;
}

nav {
    float: right;
    padding-top: 3em;
}

nav ul li {
    display: inline-block;
    font-size: 1.3em;
    padding-left: 1em;
}

.banner {
    background-image: url(../../img/adsum.jpg);
    background-repeat:no-repeat;
    background-size: 100% 100%;
    min-height: 400px;
    background-position: center;
    text-align: center;
}

.buscaTramitr {
    display: inline-block;
    padding-top: 9em;
}

.buscaTramitr>p {
    font-size: 3em;
    color: #fff;
    font-weight: 100;
    text-shadow: 1px 2px 2px black;
}

.buscaTramitr>input {
    background: rgba(255,255,255,.5);
    border: 1px solid white;
    border-radius: 20em;
    font-size: 2em;
    width: 100%;
    text-align: center;
}

.buscaTramitr>button {
    margin: 1em;
    font-size: 1.3em;
    border-radius:4px;
}

.opciones {
    padding-top: 3em;
}

.opcionesActions .uno {
    background-color: #f9f9f9;
    color: gray;
    text-align: center;
    padding-top: 1em;
    min-height: 170px;
    font-size: 1.2em;
}

.opcionesActions .uno:before {
    content: "";
    position: absolute;
    width: 85%;
    left: 0;
    right: 0;
    margin-right: auto;
    margin-left: auto;
    top: 0;
    clear: both;
    height: .3em;
    background-color: red;
}

.opcionesActions .uno:hover {
    box-shadow: 0 0 5px gray;
    cursor:pointer;
}

.opcionesActions .uno i {
    color: red;
    position: absolute;
    bottom: .1em;
    left: 0;
    right: 0;
}

.opcionesActions .uno a {
    text-decoration:none;
    color:gray !important;
}

.opcionesActions .dos {
    background-color: #f9f9f9;
    color: gray;
    text-align: center;
    padding-top: 1em;
    min-height: 170px;
    font-size: 1.2em;
}

.opcionesActions .dos a {
    text-decoration:none;
    color:gray !important;
}

.opcionesActions .dos:before {
    content: "";
    position: absolute;
    width: 85%;
    left: 0;
    right: 0;
    margin-right: auto;
    margin-left: auto;
    top: 0;
    clear: both;
    height: .3em;
    background-color: #ffa500;
}

.opcionesActions .dos:hover {
    box-shadow: 0 0 5px gray;
    cursor:pointer;
}

.opcionesActions .dos i {
    color: #ffa500;
    position: absolute;
    bottom: .1em;
    left: 0;
    right: 0;
}

.opcionesActions .tres {
    background-color: #f9f9f9;
    color: gray;
    text-align: center;
    padding-top: 1em;
    min-height: 170px;
    font-size: 1.2em;
}

.opcionesActions .tres a {
    text-decoration:none;
    color:gray !important;
}

.opcionesActions .tres:before {
    content: "";
    position: absolute;
    width: 85%;
    left: 0;
    right: 0;
    margin-right: auto;
    margin-left: auto;
    top: 0;
    clear: both;
    height: .3em;
    background-color: #7cce5b;
}

.opcionesActions .tres:hover {
    box-shadow: 0 0 5px gray;
    cursor:pointer;
}

.opcionesActions .tres i {
    color: #7cce5b;
    position: absolute;
    bottom: .1em;
    left: 0;
    right: 0;
}

.opcionesActions .cuatro {
    background-color: #f9f9f9;
    color: gray;
    text-align: center;
    padding-top: 1em;
    min-height: 170px;
    font-size: 1.2em;
}

.opcionesActions .cuatro a {
    text-decoration:none;
    color:gray !important;
}

.opcionesActions .cuatro:before {
    content: "";
    position: absolute;
    width: 85%;
    left: 0;
    right: 0;
    margin-right: auto;
    margin-left: auto;
    top: 0;
    clear: both;
    height: .3em;
    background-color: #72a3cc;
}

.opcionesActions .cuatro:hover {
    box-shadow: 0 0 5px gray;
    cursor:pointer;
}

.opcionesActions .cuatro i {
    color: #72a3cc;
    position: absolute;
    bottom: .1em;
    left: 0;
    right: 0;
}

.opcionesActions .cinco {
    background-color: #f9f9f9;
    color: gray;
    text-align: center;
    padding-top: 1em;
    min-height: 170px;
    font-size: 1.2em;
}

.opcionesActions .cinco:before {
    content: "";
    position: absolute;
    width: 85%;
    left: 0;
    right: 0;
    margin-right: auto;
    margin-left: auto;
    top: 0;
    clear: both;
    height: .3em;
    background-color: #9464bd;
}

.opcionesActions .cinco:hover {
    box-shadow: 0 0 5px gray;
    cursor:pointer;
}

.opcionesActions .cinco i {
    color: #9464bd;
    position: absolute;
    bottom: .1em;
    left: 0;
    right: 0;
}

.opcionesActions .cinco a {
    text-decoration:none;
    color:gray !important;
}

.opcionesActions .seis {
    background-color: #f9f9f9;
    color: gray;
    text-align: center;
    padding-top: 1em;
    min-height: 170px;
    font-size: 1.2em;
}

.opcionesActions .seis:before {
    content: "";
    position: absolute;
    width: 85%;
    left: 0;
    right: 0;
    margin-right: auto;
    margin-left: auto;
    top: 0;
    clear: both;
    height: .3em;
    background-color: #ffe013;
}

.opcionesActions .seis:hover {
    box-shadow: 0 0 5px gray;
    cursor:pointer;
}

.opcionesActions .seis i {
    color: #ffe013;
    position: absolute;
    bottom: .1em;
    left: 0;
    right: 0;
}

.opcionesActions .seis a {
    text-decoration:none;
    color:gray !important;
}

.noticias ul li {
    color: gray;
}

.noticias ul {
    padding-left: 0!important;
}

footer {
    background-color: #9B9B9B;
    color: #fff;
   
}

.copy {
    float: left;
}

.logosFooter {
    float: right;
}

.logotipo {
    background-image: url(../../img/logotipo.png);
    background-size:230px 70px;
    background-repeat:no-repeat;
    height:70px;
    max-height:70px;
    margin:5px;
    margin-left:15px;
    width:230px;
}

.navbar {
    min-height:80px !important;
}

#logoF1 {
    background-size: 230px 80px;
    background-repeat: no-repeat;
    height: 80px;
    max-height: 80px;
    margin: 5px;
    margin-left: 15px;
    width: 230px;
}

#logoF2 {
    background-size: 230px 80px;
    background-repeat: no-repeat;
    height: 80px;
    max-height: 80px;
    margin: 5px;
    margin-left: 15px;
    width: 230px;
}

#logoF3 {
    background-size: 230px 80px;
    background-repeat: no-repeat;
    height: 80px;
    max-height: 80px;
    margin: 5px;
    margin-left: 15px;
    width: 230px;
}


   
 .tramite {
    background-color:#DADADA;
    margin: 10px;
    padding: 5px;
}

.tramite a {
    color: #333 !important; 
    cursor: pointer; 
    font-size: medium;
    margin-left: 10px;
}

.tramite a:hover {
    text-decoration:none;
}

.titulo-seccion {
    background-color: #9B9B9B;
    color:white;
}

.encabezado {
    padding-left:0;
}


.encabezado > hr {
    margin-top: 15px !important;
    margin-bottom: 0px !important; 
    border: 0 !important;
    border-top: 10px solid #9B9B9B !important;
}

/* This beautiful CSS-File has been crafted with LESS (lesscss.org) and compiled by simpLESS (wearekiss.com/simpless) */