/* ==========================================================================
   HTML5 
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #222;
}

body {
    font-size: 1em;
    line-height: 1.4;
    background: url('../img/bg_site.jpg') repeat-x #f1f5fe;
    margin: auto;
    padding: auto;
    font-family: 'Roboto', sans-serif;
    text-align: center;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

img {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}


/* ==========================================================================
   Author's custom styles
   ========================================================================== */

#menu{
    padding: 1.5em 0 0.1em 0;
    height: 2.5em;
    background: #fff
}

#menu ul{
    list-style-type:none;
    margin:auto;
    padding: 1em auto;
    width: auto;
    text-align: center;
}
#menu ul li{
    display: inline;
    margin: 1em;
}
#menu ul li a{
    color: #002164;
    text-decoration: none;
}
#menu ul li a:hover{
    color: #0054ff;
}
#menu ul li  a.active{
    color: #0054ff;
    border-bottom: 2px solid #0054ff;

}
#menu ul li a.contacto{
    color: #0054ff;
    text-decoration: underline;
}
#pull{
    display: none;
}
/**** Cabecera ***/

#cabecera{
    background: #ebf4ff;
    width: 100%;
    background: #000099;
    overflow: hidden;
}
#soportelogo{
    overflow: hidden;
    position: relative;
    margin: 0 auto;
    max-width: 502px;
}
img.logo{
    margin: 0.5em auto;
    clear: both;
}
#txtlogo{
    position: absolute;
    top: 5em;
    left: 9.3em;
    font-size: 1.2em;
    font-weight: bold;
    color: #9c9c9c;

}
.slider{
    max-width: 60em;
    border: solid 3px #fff;
    margin: 10px auto;
}
#desta{
    width: 60em;
    margin: 10px auto;
    overflow: hidden;
    position: relative;
}
#txtdest{
    width: 76%;
    height: 100%;
    padding: 2em 1em 1em;
    background: #e3e3e3;
    border-left: 3px solid #0b5d8e;
    border-right: 1px solid #c7c7c7;
    margin: auto;
    font-size: 0.8em;
    text-align: justify;
    float: left;
}
#txtver{
    width: 17.65%;
    height: 100%;
    padding: 2em 1em;
    background: #d7d7d7;
    position: absolute;
    right: 0;
    height: 100%;
}
/**** Contenido ***/

#contenido{
    width: 60em;
    padding: 0;
    box-sizing: border-box;
    margin: 0 auto 1em auto;
    overflow: hidden;
    clear: left;
}
#contint{
    width: 100%;
    background: url(../img/bg_cont.jpg) repeat-x #f1f5fe;
    margin: 0 auto;
    overflow: hidden;
    text-align: center;
    padding: 1em 0;

}
#contint h2{
    clear: left;
    color: #000099;
}
.destacado{
    display: inline-block;
    max-width: 305px;
    margin: 1em auto;
}
.destacado h1{
    font-size: 1.2em;
    color: #fff;
}
.destacado a{
    color: #fff;
}
.destacado:first-child{
    float: left;    
}
.destacado:last-child{
    float: right;    
}
#interior{
    width: 60em;
    text-align: justify;
    margin: auto;
}
#interior h1{
    border-bottom: 2px solid #000099;
    font-size: 2em;
    color: #000099;
    float: left;
    width: 40%;
    margin: .2em 0 .8em 0;
}
#interior h2{
    margin:.83em 0 .2em;
}
#interior img{
    float: right;
    margin: 0 0 0 1em;
    padding: 2px;
    background: #fff;
    border: 1px solid #000099;
    clear: left;
}
#interior p{
    clear: left;
    margin: 0 0 1em 0;

}
#interior b{
    color: #000099;
}
#interior ul{
    color:  #000;
    margin: .5em 0 2em 2em;
}

.linkdest{
    background: #000099;
    padding: 1em;
}
.linkdest a{
    color: #fff;
    font-weight:bold;
    text-decoration: none;
}

.linkdest a:hover{
    color: #00fffc;
    font-weight:bold;
    text-decoration: none;
}
.vermas a{
    background: #3c3c3c;
    color: #fff;
    font-size: 0.9em;
    font-weight: bold;
    text-decoration: none;
    padding: 0.5em 2em;
}
.vermas a:hover{
    background: #000099;
}
#der{
    margin: .67em;
    float: right;
    width: 25%;
}
#nuesemp{
    background: #ededed;
    overflow: hidden;
}
#nuesemp h3{
    margin: 0;
    background: #014f8d;
    color: #fff;
    padding: 5px;
    text-align: center;
    -moz-border-radius-topright: 5px;
    -webkit-border-top-right-radius: 5px;
    border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -webkit-border-top-left-radius: 5px;
    border-top-left-radius: 5px;
}
#nuesemp ul
{
    list-style-type:none;
    padding:0px;
    margin:1em 1.5em;
}
#nuesemp ul li{
    background-image:url(../img/vineta_azul.png);
    background-repeat:no-repeat;
    background-position:0px 9px; 
    padding-left:14px;
    line-height: 2em;
}
#nuesemp a, #servdest a{
    color:#838383;
    text-decoration: none;
}
#nuesemp a:hover, #servdest a:hover{
    color:#343434;
}
#servdest{
    background: #ededed;
}
#servdest h3{
    margin: 0;
    background: #caab00;
    color: #fff;
    padding: 5px;
    text-align: center;
    -moz-border-radius-topright: 5px;
    -webkit-border-top-right-radius: 5px;
    border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -webkit-border-top-left-radius: 5px;
    border-top-left-radius: 5px;
}
#servdest ul
{
    list-style-type:none;
    padding:0px;
    margin:1em 1.5em;
}
#servdest ul li{
    background-image:url(../img/vineta_gold.png);
    background-repeat:no-repeat;
    background-position:0px 9px; 
    padding-left:14px;
    line-height: 2em;
}
#finservdest{
    background: #c4c4c4;
    width: 100%;
    height: 1em;
    -moz-border-radius-bottomright: 5px;
    -webkit-border-bottom-right-radius: 5px;
    border-bottom-right-radius: 5px;
    -moz-border-radius-bottomleft: 5px;
    -webkit-border-bottom-left-radius: 5px;
    border-bottom-left-radius: 5px;
}


ul.portafolio{
    margin: 10px 0 30px;
    padding: 0;
    overflow: auto;
    float: left;
}
#interior ul.portafolio li a img{
    margin: 0;
    padding: 0;
    float: none;
    background: none;
    border: none;
}
 ul.portafolio li{
    display: inline-block;
    list-style: none;
    background: none;
    margin: 5px;
    padding: 5px;
    border: 1px solid #ccc;
    float: left;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
}
 ul.portafolio li:hover{
    display: inline-block;
    list-style: none;
    background: #f4f4f4;
    border: 1px solid #a9a9a9;
}
/**** formulario ***/
input, textarea {
    background: #f3f3f3;
    border: 1px solid #ccc;
    color: #74665b;
    font: inherit;
    font-size: 14px;
    padding: 5px 10px;
    -moz-border-radius: 10px; /*radius of 10px*/
    -khtml-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    width: 250px;
    /*line-height: 29px;
    min-height: 30px;   
    */
}
input:hover, textarea:hover {
    border-color: #828282;
    outline: none;
}
input:focus, textarea:focus {
    outline: none;
}
textarea {
    /*height: 150px;*/
    resize: vertical;
}
input[type=submit] {
    background: #3c3c3c;
    color: #FFF;
    font: inherit;
    padding: 7px 30px;
    width: auto;
    float: right;
    font-weight: bold;
    margin: 0 1em;    
    -moz-border-radius: 0px; /*radius of 10px*/
    -khtml-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
}
input[type=submit]:hover{
    background: #000099;
}

label {
    margin:0 0 5px 0;
    color:#000099;
    font-weight:bold;
    cursor:pointer;
    display:block;
}
label span {
    color:#dc4b46;
}
table td, table th{
    vertical-align:middle;
    padding:0.5em 1em;
    border: none;

}
/**** Footer ***/

#footer{
    width: 100%;
    background: url(../img/bg_footer.png) #d6ecf5 top center no-repeat;
    border-top: 1px solid #d9d9d9;
    color: #4f4f4f;
    overflow: hidden;
}
#footer h3{
    text-align: center;
}
.rrss{
width: 215px;
display: block;
margin: 0 auto;
overflow: hidden;
}
.rrss ul{

}
.rrss ul li{
    float: left;
    display: block;
    margin: 0 5px;
}
.rrss ul li a:hover{
    opacity: .75;
}
.rrss ul li:first-child{
    margin: 5px 0 0 0;
}
#datos{
    width: 60em;
    margin: 2em auto;
    background: #000099;
    color: #fff;
    padding: 0.2em 0;
    font-weight: bold;
}
#datos p{
    margin: 0.5em 0;
}
#cb-host{
    margin: 2em auto;
    text-align: center;
    font-weight: bold;
    font-size: .8em;
}
#cb-host a{
    font-size: 0.8em;
    color: #8f8f8f;
}
#cb-host a:hover{
    color: #fb8e00;
}
/* ==========================================================================
   Media Queries
   ========================================================================== */

@media only screen and (min-width: 35em) {

}

@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {

}

/* ==========================================================================
   Helper classes
   ========================================================================== */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}
@media only screen and (max-width : 780px) {
#contenido{
    width: 100%;
}
#datos{
    width: 100%;
}
#menu{
    padding:1.2em 0 1em 0;
}
#desta{
    width: 95%;
}
#txtdest{
    width: 70%;
}
#txtver{
    width: 30%;
    padding: 2em .1em;
}
.destacado, .destacado:first-child, .destacado:last-child{
    max-width: 305px;
    margin: .2em auto;
    clear: both;
    float: none;
}
 #interior{
        width: 90%;
    }
#interior img{
        float: none;
        max-width: 100%;
        margin: .2em 0;
    }
    #interior h1{
        width: 100%;
    }
}
/*Styles for screen 515px and lower*/
@media only screen and (max-width : 680px) {

    #cabecera{
        display: none;
    }
    img.logo {
        max-width: 90%;
        clear: both;

    }
    #contenido{
        width: 100%
    }
   #txtlogo {
position: absolute;
top: 4em;
left: 6.3em;
font-size: 0.9em;
    }
    #menu {
        border-bottom: 0;
    }
    #menu ul {
        display: none;
        height: auto;
        background: #fff;
        position: relative; 
    }
    #menu ul li {
        display: block;
        float: none;
        width: 100%;
        margin: 0;
        border-bottom: 1px solid #ccc;
        padding: .3em;
    }
    #menu a#pull {
        display: block;
        background-color: #fff;
        width: 100%;
        position: relative;
        padding: .5em 0;

    }
    #menu a#pull:after {
        content:"";
        /*background: url('../img/close.png') no-repeat;*/
        width: 30px;
        height: 30px;
        display: inline-block;
        position: absolute;
        right: 15px;
        top: 10px;
    }
    #datos{
        width: 100%;
    }
.destacado, .destacado:first-child, .destacado:last-child{
    max-width: 305px;
    margin: .2em auto;
    clear: both;
    float: none;
}
table td, table th{
    vertical-align:middle;
    padding: .3em;
    border: none;
}
input, textarea{
    width: 150px;
}
}

/*Smartphone*/
@media only screen and (max-width : 420px) {
    
    }
}