body {
    background: #fff;
    color: #545454;
    font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
    line-height: 1.125em;
}

body ul{
    line-height: 1.5em;
}

#holder {
    top: 0;
    width: 800px;
    margin: 0;
    height: 500px !important;
    position: relative;
}
#copy {
    bottom: 0;
    font-size: .7em;
    right: 1em;
    text-align: right;
}
#textoCentro{
    z-index: 5;
    width: 221px;
    height: 139px;
    text-align: center;
    color: #fff;
    font-family: Verdana;
    overflow: hidden;
    font-size: 19px;
}

.textoImagen {
    padding: 1px 0;
    display: none;
    position: absolute;
    margin-top: 117px;
    margin-left: 385px;
    padding-top: 90px;
    z-index: 5;
    border-radius: 50%;
    width: 228px;
    height: 138px;
    text-align: center;
    color: white;
    font-family: Soberana Titular;
    overflow: hidden;
    font-size: 1.5em;
}

@-moz-document url-prefix() {
    .textoImagen {
        margin-top: 16px;
    }
}

@media all and (max-width: 700px) {
    .textoImagen {
        display: none !important;
    }

    #holder{
        margin-top: 60px;
    }
}

@media all and (max-width: 400px) {
    #ordena{
        margin-left: 0 !important;
    }
}

.tabla-oculta{
    overflow: hidden;
    max-height: 1px;
    max-width: 1px;
}
.tabla_oculta {
    overflow: hidden;
    max-height: 1px;
    max-width: 1px;
}

.busquedaTSP .view-filters {
    display: none;
}

.busquedaTSPfila h2{
    font-size: 1em !important;
    margin-bottom: 10px !important;
    color: #3B6858;
    font-weight: bold;
}

.busquedaTSPfila{
/*  */
    background-color: rgb(235,235,235);
    padding: 20px !important;
    padding-top: 5px !important;
    border-radius: 10px;
    overflow: hidden;
}

.busquedaTSPfila.views-row-even{
    background-color: rgb(255,255,255);
    padding: 20px !important;
    padding-top: 5px !important;
    border-radius: 10px;
    overflow: hidden;
}
/*.views-row-even{
    background-color: rgb(244,244,244);  
    padding: 20px;
    padding-top: 5px;
}*/

.verTramite{
    float: left;
    margin-left: 10%;
    width: 181px;
}

.verTramite img{
    float: left;
}

#buscarTSP {
    border-radius: 10px;
    width: 230px;
    font-size: 12px;
    float: left;
    margin-top: 10px;
    margin-left: 20px;
    font-family: Verdana;
}

#busqueda img{
    margin: 10px;
    float: left;
}

.ordenar {
    border-radius: 10px;
    background-color: rgb(77,122,107);
    font-family: Soberana Sans;
    color: white;
    padding: 5px 10px;
}

#ordena {
    float: left;
    margin-left: 250px;
    margin-top: 10px;
    cursor: pointer;
}

#ordena img{
    cursor: pointer;
    float: left;
    margin-top: -3px;
    margin-right: 5px;
}

.seleccionarTipo {
    background-color: rgb(94,104,101);
    color: white;
    padding: 5px 10px;
    border-radius: 10px;
    border: 1px solid #EBEBEB;
    margin-top: 25px;
    cursor: pointer;
    font-size: 15px;
    margin-right: 10px;
}

.seleccionarTipo.seleccionado{
    background-color: #89AF8C;
}

#verMasTramite {
    font-family: Soberana Titular;
    font-size: 0.9em;
    float: left;
}

#verMasTramite a{
    font-family: Soberana Titular;
    font-size: 0.9em;
    float: left;
    text-decoration: none;
}

#botonVerMas {
    background: url("../images/vermas.png");
    background-repeat: no-repeat;
    width: 110px;
    line-height: 20px;
    color: rgb(173,0,64);
    padding-left: 15px;
}

#botonTop{
    float: right;
    margin-top: 30px;
    cursor: pointer;
}

#botonVerMas a{
    text-decoration: none;
}

.bodyTramite {
    width: 70%;
    float: left;
}

#wrapperBuscadorTSP{
    display: none;
}

#etapaActual{
    font-family: Soberana Titular;
    font-size: 19px  !important;
    color: #707072;
}

.pasosCV{
    font-family: Soberana Titular;
    font-size: 19px;
    color: #67666A;
    float: left;
    margin-left: 10px;
    margin-top: 20px;
    position: absolute;
}

.paso2CV{
    display: block;
    font-family: Soberana Titular;
    font-weight: normal;
    font-size: 19px;
    color: #67666A;
    margin-left: 10px;
    margin-top: 20px;
    font-weight: normal !important;
}

.subTramite {
    font-family: Verdana;
    font-size: 0.85em;
    font-weight: bold;
    color: #67666A;
    margin-bottom: 13px;
    margin-top: -10px;
}