body { background:#fff}
/* unvisited link */
a:link, a:visited, a:hover, a:active {
    text-decoration: none
}

.wrap {
    position: absolute;
    right: 0;
    top: 40%;
    width: 250px;
    left: 0;
    margin: 0 auto;
}
/* select starting stylings ------------------------------*/
.select {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 400;
    font-size: 14px;
}

.ajaxBusy
{
    display:none;
    margin:0px;
    padding-left:0px;
    padding-right:0px;
    padding-top:0px;
    padding-bottom:0px;
    position:absolute;
    top:50%;
    left:50%;
    margin-top:-50px;
    margin-left:-50px;
    width:100px;
    height:100px;
}

#div_carga {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(images/gris.png) repeat;
    display: none;
    z-index: 1;
}

#cargador {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -25px;
    margin-left: -25px;
}



.select-text {
    position: relative;
    font-family: inherit;
    background-color: transparent;
    width: 250px;
    padding: 3px 20px 0 5px;
    font-size: 14px;
    border-radius: 0;
    border: none;
    border-bottom: 1px solid #e2e2e2 !important;
}

.select-text-2 {
    position: relative;
    font-family: inherit;
    background-color: transparent;
    width: 500px;
    padding: 3px 20px 0 5px;
    font-size: 14px;
    border-radius: 0;
    border: none;
    border-bottom: 1px solid #e2e2e2 !important;
}

.select-text-3 {
    position: relative;
    font-family: inherit;
    background-color: transparent;
    width: 750px;
    padding: 3px 20px 0 5px;
    font-size: 14px;
    border-radius: 0;
    border: none;
    border-bottom: 1px solid #e2e2e2 !important;
}

.select-text-4 {
    position: relative;
    font-family: inherit;
    background-color: transparent;
    width: 1000px;
    padding: 3px 20px 0 5px;
    font-size: 14px;
    border-radius: 0;
    border: none;
    border-bottom: 1px solid #e2e2e2 !important;
}
/* Remove focus */
.select-text:focus {
    outline: none;
    border-bottom: 1px solid rgba(0,0,0, 0);
}

/* Use custom arrow */
.select .select-text {
    appearance: none;
    -webkit-appearance: none
}

.select:after {
    position: absolute;
    top: 18px;
    right: 10px;
    /* Styling the down arrow */
    height: 10px;
    padding: 0;
    content: '';
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #ccc;
    pointer-events: none;
}

/* LABEL ======================================= */
.select-label {
    color: #757575;
    font-size: 18px;
    font-weight: normal;
    position: absolute;
    pointer-events: none;
    transition: 0.2s ease all;
}
/* active state */
.select-text:focus ~ .select-label, .select-text:valid ~ .select-label {
    color: #5264AE;
    top: -5px;
    transition: 0.2s ease all;
    font-size: 12px !important;
}
/* BOTTOM BARS ================================= */
.select-bar {
    position: relative;
    display: block;
    width: 201px;
}

.select-bar:before, .select-bar:after {
    content: '';
    height: 2px;
    width: 0;
    bottom: 0;
    position: absolute;
    background: #00c8e1;
    transition: 0.4s ease all;
}

.select-bar:before {
    left: 50%;
}

.select-bar:after {
    right: 50%;
}

/* active state */
.select-text:focus ~ .select-bar:before, .select-text:focus ~ .select-bar:after {
    width: 50%;
}

/* HIGHLIGHTER ================================== */
.select-highlight {
    position: absolute;
    height: 100%;
    width: 100px;
    top: 25%;
    left: 0;
    pointer-events: none;
    opacity: 0.5;
}
option {
}

.social {
    position: fixed; /* Hacemos que la posición en pantalla sea fija para que siempre se muestre en pantalla*/
    right: 0; /* Establecemos la barra en la izquierda */
    top: 200px; /* Bajamos la barra 200px de arriba a abajo */
    z-index: 2000; /* Utilizamos la propiedad z-index para que no se superponga algún otro elemento como sliders, galerías, etc */
}


.social ul {
    list-style: none;
}

    .social ul li a {
        float: right;
        display: inline-block;
        color: #fff;
        background: #02a5e6;
        padding: 13px 16px;
        text-decoration: none;
        -webkit-transition: all 500ms ease;
        -o-transition: all 500ms ease;
        transition: all 500ms ease; /* Establecemos una transición a todas las propiedades */
    }
    .social ul li .icon-facebook {
        background: #3b5998;
    }
    /* Establecemos los colores de cada red social, aprovechando su class */
    .social ul li .icon-twitter {
        background: #35b3ed;
    }

    .social ul li .icon-googleplus {
        background: #64bfec;
    }

    .social ul li .icon-pinterest {
        background: #95cff5;
    }
/*	.social ul li .icon-mail {background: #666666;}*/
    .social ul li a:hover {
        background: #039ddb; /* Cambiamos el fondo cuando el usuario pase el mouse */
        padding-right: 160px; /* Hacemos mas grande el espacio cuando el usuario pase el mouse */
    }

    .social .icon-facebook ul li a:hover {
        background: #039ddb; /* Cambiamos el fondo cuando el usuario pase el mouse */
        padding-right: 100px; /* Hacemos mas grande el espacio cuando el usuario pase el mouse */
    }

    .social li {
        list-style: none;
        height: 39px;
        padding: 0;
        width: 40px;
    }

    .social span {
        /* Container properties */
        width: 0;
        left: 38px;
        top: 0;
        padding: 0;
        position: absolute;
        overflow: hidden;
        /* Text properties */
        font-family: 'Myriad Pro',Arial, Helvetica, sans-serif;
        font-size: 18px;
        font-weight: bold;
        letter-spacing: 0.6px;
        white-space: nowrap;
        line-height: 39px;
        /* CSS3 Transition: */
        -webkit-transition: 0.25s;
        /* Future proofing (these do not work yet): */
        -moz-transition: 0.25s;
        transition: 0.25s;
    }
.social a {
background: url('img/navigation.jpg') no-repeat;
height: 45px;
width: 45px;
display: block;
position: relative;
}

/* General hover styles */
.social a span {
    width: auto;
    padding: 4px 20px;
    overflow: visible;
}

.social a:hover span {
    width: auto;
    padding: 3px 20px;
    overflow: visible;
    left: 20px;
}

.social a:hover {
    text-decoration: none;
    /* CSS outer glow with the box-shadow property */
    -moz-box-shadow: 0 0 5px #9ddff5;
    -webkit-box-shadow: 0 0 5px #9ddff5;
    box-shadow: 0 0 5px #9ddff5;
}
.social .home {
    background-position: 0 0;
}

    .social .home:hover {
        background-position: 0 -39px;
    }

    .social .home span {
        color: #fff;
        font-size: 14px;
        font-weight: 300;
    }
.form-control {
    font-family: "open sans", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    font-size: 13px !important;
    border-radius: 3px !important;
    border: 1px solid #e2e2e2 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

label {
    font-family: "open sans", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    font-size: 14px !important;
}

.p-1 {
    height: 40px;
}

.p-top-25 {
    padding-top: 25px
}

.p-top-15 {
    padding-top: 3px
}

.p-top-10 {
    padding-top: 10px
}

.p-bottom-25 {
    padding-bottom: 25px
}

.p-bottom-15 {
    padding-bottom: 15px
}

.p-bottom-10 {
    padding-bottom: 10px
}

.p-10 {
    padding: 10px
}

.p-15 {
    padding: 15px
}

.p-20 {
    padding: 20px
}

.p-30 {
    padding: 30px
}

.pad-b {
    padding-bottom: 0 !important;
}

.col-center {
    float: none;
    margin-left: auto;
    margin-right: auto;
}
.m1 {
    font-size: 32px;
}

.n1 {
    text-align: center;
}

.service-single {
    margin-top: 30px;
}

    .service-single .box-top {
        background: #f2f2f2;
        padding-top: 10px;
        color: #666;
        border: solid 1px #cccccc;
    }

.box-top:hover {
    background: #e2e2e2;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}
#features {
    margin-top: 20px;
}

.feature, .feature i, .feature h3, .feature .title_border {
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}

.feature {
    background: #fff;
    text-align: center;
}

    .feature:hover {
        background: #fff;
        text-align: center;
    }

    .feature p {
        margin-top: 20px;
        margin-bottom: 30px;
    }

    .feature i {
        font-size: 15px !important;
        color: #666;
        /*   background:#ccc;*/
        padding: 10px !important;
        border-radius: 50%;
        border: solid 1px #666;
    }

    .feature:hover i {
        color: #009eb2;
        border-color: #666;
        background: #f2f2f2;
    }

    .feature:hover .title_border {
        background-color: #009eb2;
        width: 50%;
    }

    .feature .title_border {
        width: 0%;
        height: 3px;
        background: #009eb2;
        margin: 0 auto;
        margin-top: 12px;
        margin-bottom: 8px;
    }

.btn-login {
    border-radius: 2px;
    font-size: 15px;
    font-weight: 300;
    font-family: "open sans", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    margin-bottom: 15px;
    !important;
}

.olv {
    float: right;
}
/*no radius*/
.panel-heading,
.form-control,
.panel
/*.btn-lg,
.btn*/ {
    border-radius: 0px
}

.panel-title {
    font-weight: 400;
    font-size: 22px !important;
}

.btn,
.help-block,
a.seccion {
    transition: all 0.3s ease 0s;
}

.navbar {
    border-radius: 0px;
}

.navbar-brand img {
    max-width: 150px
}

.navbar-brand {
    height: auto;
    padding: 10px 15px;
}

.navbar-right {
    margin-top: 18px;
}

.navbar-default {
    background-color: #fff;
    border-color: #e7e7e7;
}

.navbar-toggle {
    margin-top: 25px;
}

.panel-login .panel-body {
    background-color: #fff;
}

.panel-login .panel-heading {
    background-color: #fff;
    color: #7c7c7e;
    border-bottom: none !important;
}

.table > thead > tr > th {
    font-family: "open sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 13px;
    border-bottom: 1px solid #fff;
    background: #d7dee4;
    color: #4a5b72;
}
table .text-warning {
    color: #F90
}

table .text-success {
    color: #5cb85c
}

.pagination > li {
    /*    display: inline-block;
    margin-right: 10px;*/
}

.pagination-lg > li > a, .pagination-lg > li > span {
    font-family: "open sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    padding: 7px 13px;
    font-size: 12px;
    line-height: 1.3333333;
}

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
    font-family: "open sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: inherit;
    background-color: #f4f4f4;
    border-color: #ddd;
}

.pagination > li > a, .pagination > li > span {
    font-family: "open sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #4a5b72;
    background-color: #fff;
    border: 1px solid #ddd;
    font-weight: bold
}

.pagination {
    margin: 10px 0;
}

.table-striped > tbody > tr:nth-of-type(even) {
    background-color: #f1f1f1;
}

.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #fbfbfb;
}
.table-striped > tbody > tr:nth-of-type(even):hover {
    background-color: #ddd;
}

.table-striped > tbody > tr:nth-of-type(odd):hover {
    background-color: #ddd;
}



.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
    border-top: 1px solid #fff;
}

.big-icon {
    font-size: 19px
}

.escudo img {
    width: 20px;
    height: auto;
    margin-right: 5px
}

.table-responsive {
    overflow-y: hidden;
    overflow-x: auto;
}

.titulo-general {
    font-size: 24px;
    font-weight: 600;
    color: #4a5b72;
    margin-top: 10px
}

.titulo-fechas {
    font-size: 13px;
    font-weight: 600;
    color: #4a5b72;
    margin-top: 0px;
    margin-bottom: 0px
}

.secciones {
    border-bottom: 0 solid #ccc;
    margin: 0px 0px
}

a.seccion {
    border-radius: 1px 1px 0 0;
    margin: 0 !important;
    font-family: "open sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    background: #fff;
    border-right: 1px #ccc solid;
    border-top: 1px #ccc solid;
    border-bottom: 1px #ccc solid;
    color: #666;
    display: block;
    padding: 14px;
    font-size: 14px;
    font-weight: bold;
    margin-right: -10px;
    margin-left: -15px;
    box-sizing: border-box;
    /*border-top:5px solid #CCC;*/
}

    a.seccion.activo {
        background: #00c8e1;
        color: #FFF;
        font-family: "open sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
        border-radius: 1px 1px 0 0;
        border: none !important;
        padding: 15px;
    }

        a.seccion.activo:hover {
            background: #009eb2;
            color: #FFF;
            font-family: "open sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
        }

    a.seccion:hover {
        text-decoration: none;
        color: #666;
        background: #efecec;
        font-family: "open sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    }

    a.seccion.activo1 {
        background: #00c8e1;
        color: #FFF;
        font-family: "open sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
        border-radius: 1px 1px 0 0;
        border: none !important;
        padding: 14px;
    }

        a.seccion.activo1:hover {
            background: #009eb2;
            color: #FFF;
            font-family: "open sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
        }

    a.seccion:hover {
        text-decoration: none;
        color: #666;
        background: #efecec;
        font-family: "open sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    }

.fechas {
    background: #748dad;
    font-size: 16px;
    color: #FFF;
    font-weight: bold;
    margin: 0px;
    padding: 10px 0px
}

    .fechas .col-md-12 {
        margin: 0px -5px;
    }

.footer {
    background: #FFF;
    border-top: 1px solid #CCC;
    padding: 15px 0px
}

    .footer p {
        font-size: 13px;
        color: #666
    }
/*edicion de contenidos*/
ul.tab-edicion {
    margin: 0px;
    height: auto;
    width: auto;
    -webkit-margin-before: 0px;
    -webkit-margin-after: 0px;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    -webkit-padding-start: 0px;
    border-bottom: 4px solid #556983
}

.tab-edicion li {
    list-style: none;
    text-align: center;
    margin: 0px;
    padding: 0px
}

    .tab-edicion li a {
        background: #CCC;
        color: #333;
        display: block;
        box-sizing: border-box;
        padding: 15px 10px;
        font-weight: bold;
        font-size: 18px
    }

        .tab-edicion li a:hover {
            text-decoration: none
        }

    .tab-edicion li.active a {
        background: #556983;
        color: #FFF
    }

.menu-interior ul {
    overflow: hidden;
    margin: 0px;
    -webkit-margin-before: 0px;
    -webkit-margin-after: 0px;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    -webkit-padding-start: 0px;
}
    .menu-interior ul li {
        float: left;
        list-style: none
    }

        .menu-interior ul li a {
            background: #CCC;
            display: block;
            box-sizing: border-box;
            text-align: center;
            color: #666;
            padding: 10px 10px;
            font-weight: bold;
            font-size: 14px
        }
            .menu-interior ul li a:hover {
                background: #FF962D;
                color: #FFF;
            }

        .menu-interior ul li.active a {
            background: #F90;
            color: #FFF;
        }

.c1 {
    padding-right: 0 !important;
    padding-left: 0 !important;
}

.c2 {
    padding-right: 0px;
    padding-left: 0px;
}

/*.b1{border-left: 1px #fff solid;}*/
.btn1 {
    padding: 25px 0 15px 0;
    max-width: 100px;
}

.d1 {
    border-left: 1px #fff solid
}

.search {
    padding: 25px 15px 25px 0;
}

.crear {
    padding: 25px 80px 25px 0;
}

.blj {
    position: relative;
    margin-bottom: 30px;
}

    .blj .form-control {
        padding-left: 15px;
        padding-right: 15px;
    }

    .blj .ku {
        position: absolute;
        top: 0;
        right: 0;
        padding: 10px 10px;
        color: #9198aa;
        border: 0;
        line-height: 0;
    }
.hr-line-dashed {
    border-top: 1px dashed #5dc0de;
    color: #ffffff;
    background-color: #ffffff;
    height: 1px;
    margin: 20px 0;
}

.bla {
    position: relative;
    z-index: 2;
    display: inline-block;
    padding-left: 1em;
    padding-right: 1em;
    color: #6f7890;
    vertical-align: middle;
    background-color: #fff;
}

.blb {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 100%;
    color: inherit;
}

.bkz {
    position: relative;
    font-size: 12px;
    line-height: 20px;
    text-align: center;
    text-transform: uppercase;
}

.aav {
    margin-top: 3rem !important;
}

.aaq {
    margin-bottom: 1.5rem !important;
}
.bkz:before {
    position: absolute;
    top: 50%;
    display: block;
    content: "";
    width: 100%;
    height: 1px;
    background-color: #434857;
}
.esp1 {
    padding: 0 !important;
}

.va {
    height: 68px;
    padding-right: 0 !important;
}

.tooltip.top .tooltip-inner {
    background-color: #4a5b72;
}

.tooltip.top .tooltip-arrow {
    border-top-color: #4a5b72;
}

.tooltip.bottom .tooltip-inner {
    background-color: #00acd6;
}

.tooltip.bottom .tooltip-arrow {
    border-bottom-color: #00acd6;
}
.form-help {
    font-size: 0.8rem;
}

.form-group input {
}
.form-group textarea {
    resize: none;
}

.form-group select {
    margin-top: 19px !important;
    width: 100%;
    background: none;
    border: none;
    box-shadow: none;
}
.form-group .input-label {
    position: absolute;
    top: 0.15rem;
    pointer-events: none;
    z-index: 1;
    font-size: 1rem;
    font-weight: normal;
    -webkit-transition: all 0.28s ease;
    transition: all 0.28s ease;
}
.form-group .bar1 {
    position: relative;
    border-bottom: 1px solid #e2e2e2;
    display: block;
}
.form-group select:focus,
.form-group input:focus,
.form-group textarea:focus {
    outline: none;
}

.form-group select:focus ~ .input-label,
.form-group input:focus ~ .input-label,
.form-group textarea:focus ~ .input-label {
    color: #5264AE;
    font-size: 12px !important;
    top: -8px !important;
}
    .form-group select:focus ~ .bar::before,
    .form-group input:focus ~ .bar::before,
    .form-group textarea:focus ~ .bar::before {
        width: 100%;
        left: 0;
    }
/*------------------------------FIN SELECT 1-----*/

/*IMPUT*/
* {
    box-sizing: border-box;
}

.container2 {
    font-family: 'Roboto';
    width: 600px;
    margin: 30px auto 0;
    display: block;
    background: #FFF;
    padding: 10px 50px 50px;
}
h2 {
    text-align: center;
    margin-bottom: 50px;
}

    h2 small {
        font-weight: normal;
        color: #888;
        display: block;
    }
/* form starting stylings ------------------------------- */
.group {
    position: relative;
    margin-bottom: 0;
}

input {
    font-size: 18px;
    padding: 10px 10px 5px 5px;
    display: block;
    width: 100%;
    border: none;
    border-bottom: 1px solid #e2e2e2;
}
    input:focus {
        outline: none;
    }

 /*LABEL Freddy=======================================*/ 
label {
    color: #757575;
    font-size: 18px;
    font-weight: normal;
    /*position: absolute;*/
    /*pointer-events: none;*/
    left: 5px;
    top: 5px;
    transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
}

/* active state */
input:focus ~ label, input:valid ~ label {
    top: -7px;
    color: #5264AE;
    font-size: 12px !important;
}

/* BOTTOM BARS ================================= */
.bar {
    position: relative;
    display: block;
    width: 100%;
}

    .bar:before, .bar:after {
        content: '';
        height: 2px;
        width: 0;
        bottom: 0px;
        position: absolute;
        background: #00c8e1;
        transition: 0.2s ease all;
        -moz-transition: 0.2s ease all;
        -webkit-transition: 0.2s ease all;
    }

    .bar:before {
        left: 50%;
    }

    .bar:after {
        right: 50%;
    }
/* active state */
input:focus ~ .bar:before, input:focus ~ .bar:after {
    width: 50%;
}

/* HIGHLIGHTER ================================== */
.highlight {
    position: absolute;
    height: 60%;
    width: 100px;
    top: 25%;
    left: 0;
    pointer-events: none;
    opacity: 0.5;
}

/* active state */
input:focus ~ .highlight {
    -webkit-animation: inputHighlighter 0.3s ease;
    -moz-animation: inputHighlighter 0.3s ease;
    animation: inputHighlighter 0.3s ease;
}

/* ANIMATIONS ================ */
@-webkit-keyframes inputHighlighter {
    from {
        background: #fff;
    }

    to {
        width: 0;
        background: transparent;
    }
}

@-moz-keyframes inputHighlighter {
    from {
        background: #fff;
    }

    to {
        width: 0;
        background: transparent;
    }
}

@keyframes inputHighlighter {
    from {
        background: #fff;
    }

    to {
        width: 0;
        background: transparent;
    }
}
/*FIN IMPUT*/


.t5 {
    padding-bottom: 0 !important
}

.f1 {
    border-left: 1px #ccc solid !important;
}

.t1 {
    padding-bottom: 15px !important
}

.t2 {
    padding-bottom: 16px !important
}

.formularios {
    background: #FFF;
    box-sizing: border-box; /*border:1px solid #999;*/
    min-height: 300px;
    margin-bottom: 15px;
    border-width: 0px 1px 1px 1px
}

.col-20-percent {
    width: 20%;
}

.col-25-percent {
    width: 25%;
}
/*media queries*/
/*==========  Non-Mobile First Method  ==========*/

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {
}

@media only screen and (max-width : 1091px) {
    .select-bar:before {
        left: 50%;
    }

    .select-bar {
        position: relative;
        display: block;
        width: 100%;
    }

        .select-bar:after {
            right: 50%;
        }

    /* active state */
    .select-text:focus ~ .select-bar:before, .select-text:focus ~ .select-bar:after {
        width: 50%;
    }
}


/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {
    .t1 {
        padding-bottom: 16px
    }

    .t2 {
        padding-bottom: 14px !important
    }

    .m1 {
        padding: 14px !important;
    }

    .crear {
        padding: 0 15px 25px 15px !important;
    }

    .search {
        padding: 25px 0 25px 0 !important;
    }

    a.seccion {
        /*			margin-bottom: 1px !important;*/
        margin-right: -15px;
        margin-top: 10px;
        border-radius: 0 !important;
        border-left: 1px #ccc solid !important;
        border-right: 1px #ccc solid;
        border-top: none !important;
        border-bottom: 1px #ccc solid;
    }

    .e2 {
        border-top: 1px #ccc solid !important;
    }

    .f1 {
        border-left: none !important;
        border-top: 1px #ccc solid !important;
    }

    .f2 {
        border-top: none !important;
    }

    .f3 {
        border-right: none !important;
    }

    .g2 {
        border-top: 1px #ccc solid !important;
    }

    .h1 {
        border-top: 1px #ccc solid !important;
    }

    .h3 {
        border-top: 1px #ccc solid !important;
    }

    .va {
        padding-right: 15 !important;
    }
}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
    /*		.menu-interior ul li a {padding:8px 4px; font-size:12px}
		.search{padding:  0 0 15px 0!important;}*/
    .b1 {
        text-align: center !important
    }

    .c1 {
        text-align: center !important
    }

    .g2 {
        border-top: none !important;
    }
}
/* Small Devices, Tablets */
@media only screen and (max-width : 620px) {
    .menu-interior ul li a {
        padding: 8px 4px;
        font-size: 12px
    }

    .crear2 {
        padding: 10px 0 10px 0 !important;
        font-size: 18px !important
    }

    .col-25-percent {
        width: 100%;
    }

    .menu-interior ul li a {
        font-size: 14px
    }
}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 480px) {
    .col-20-percent {
        width: 100%;
    }

    .col-25-percent {
        width: 100%;
    }
}

/* Custom, iPhone Retina */
@media only screen and (max-width : 320px) {
}