body{
    font-family: 'Roboto', sans-serif;
}
.auto_margin{
    max-width: 990px;
    margin: auto;
}
figure{
    margin: 0;
    padding: 0;
}

#topBar{
    background: #000;
    padding: 4px 0;
    color: #fff;
    text-align: right;
}
#Header{
    padding: 6px 0;
    /* Rectangle 2: */
    background: #fff;
    box-shadow: 0px 0px 4px 0px rgba(93,93,93,0.40);
    position: relative;
    z-index: 2;
}
.topMenu{
    padding: 24px 0 0;
}
#Slider{
    background-color: #D11B26;
    position: relative;
    z-index: 0;
}

#Guia{
    background-color: #D11B26;
    height: 140px;
    border-bottom: 1px solid #DBDBDB;
}
.areaGuia{
    padding: 12px 12px 0 12px;
    padding-top: 20px;
}
.areaGuia .url{
    font-size: 13px;
    color: #fff;
}
.areaGuia .url a{
    color: #fff;
}
.areaGuia h1{
    color: #fff;
    font-size: 45px;
    line-height: 40px;
    font-weight: 100;
    margin: 0;
    padding: 0;
    display: inline-block;
}


#Main{
    margin-top: -40px;
    position: relative;
    z-index: 1;
    padding: 0 12px;
}
.areaContents{
    border-radius: 3px;
    background: #FFFFFF;
    border: 1px solid #E5E5E5;
    -moz-box-shadow:    0px 0px 4px 0px rgba(210,210,210,0.50);
    box-shadow:         0px 0px 4px 0px rgba(210,210,210,0.50);
}
.iContt{
    padding: 25px 25px;
    font-weight: 300;
}
.iContt blockquote{
    color: #999;
    border-left: 3px solid #ededed;
    margin: 0 12px;
    padding: 12px 12px;
    font-style: italic;
}
.iContt .alignleft{
    float: left;
    margin-right: 12px;
    margin-bottom: 6px;
    padding: 6px;
    border: 1px solid #ededed;
    max-width: 220px;
}
.iContt .alignleft img{
    width: 100%;
}
.iContt .alignright{
    float: right;
    margin-left: 12px;
    margin-bottom: 6px;
    padding: 6px;
    border: 1px solid #ededed;
    max-width: 220px;
}
.iContt .alignright img{
    width: 100%;
}
.error {
    color: #D11B26;
}
.listNoticias{
    margin-top: -60px;
    position: relative;
}

.listNoticias .stitle{
    max-width: 640px;
    margin: auto;
    border-bottom: 1px solid #F8687A;
    text-align: center;
    height: 42px;
}
.listNoticias .stitle h2{
    color: #F8687A;
    background: #fff;
    display: inline-block;
    padding: 0 15px;
    font-weight: 100;
    font-size: 34px;
    letter-spacing: -2px;
}
.listNoticias .item{
    border-radius: 4px;
    /* Rectangle 6: */
    background: #FFFFFF;
    border: 1px solid #E1E1E1;
    -moz-box-shadow:    0px 0px 4px 0px rgba(175,175,175,0.50);
    box-shadow:         0px 0px 4px 0px rgba(175,175,175,0.50);
    margin: 0 8px;
}
.listNoticias .item .entry{
    padding: 8px 12px;
    text-align: center;
}
.listNoticias .item h3{
    margin: 0;
    padding: 0;
    padding-bottom: 18px;
    font-size: 14px;
    font-weight: 700;
    border-bottom: 1px solid #ddd;
}
.listNoticias .item img{
    border-radius: 4px 4px 0 0;
}
.listNoticias .item p{
    color: #8F8F8F;
    padding-top: 18px;
    font-size: 13px;
}
.Contents{
    padding-top: 12px;
    border-radius: 3px;
    background: #FFFFFF;
    border: 1px solid #E5E5E5;
    -moz-box-shadow:    0px 0px 4px 0px rgba(210,210,210,0.50);
    box-shadow:         0px 0px 4px 0px rgba(210,210,210,0.50);
}

.listados2{
    padding: 20px 0px 10px;
}
.listados2 .media{
    margin-bottom: 25px;
    padding-bottom: 60px;
    border-bottom: 1px solid #ededed;
    padding-left: 30px;
    padding-right: 30px;
}
.listados2 .media-body{
    padding-left: 2%;
    padding-right: 1.5%;
    font-weight: 400;
    color: #818181;
    font-size: 15px;
}
.media-heading{
    color: #000;
}

/* FORMUALRIOS TAGS */

.areaForm{
    padding: 6px 12px;
}
.ilab{
    padding: 10px 0 4px;
    display: block;
    font-weight: 700;
    color: #7c7c7c;
}
.btt-label{
    padding: 14px 0;
    display: block;
}

.areaTitle{
    color: #fff;
    max-width: 500px;
    margin: auto;
    text-align: center;
    background: rgba(151, 151, 151, 0.42);
    border-radius: 5px;
    padding: 10px;
    font-weight: 300;
    font-size: 25px;
    position: relative;
    z-index: 2;
    margin-top: -60px;
}
.areaTitle .spc{
    background: #000;
    padding: 14px;
}
.arrow_box {
    position: relative;
    background: #000000;
}
.arrow_box:after {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(0, 0, 0, 0);
    border-top-color: #000000;
    border-width: 20px;
    margin-left: -20px;
}
.areaServicios{
    padding: 50px 0;
}
.areaServicios .item{
    text-align: center;
    padding: 5px 10px;
}
.areaServicios figure{
    width: 150px;
    margin: auto;
    padding: 6px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 1px solid #FFB2B4;
}
.areaServicios h3{
    margin: 12px 0;
    padding: 0;
    font-size: 18px;
}
.areaServicios .title{
    text-align: center;
    border-bottom: 1px solid #20538A;
    height: 20px;
    margin-bottom: 60px;
}
.areaServicios .title h2{
    margin: 0;
    padding: 0 12px;
    display: inline-block;
    background: #fff;
    color: #20538A;
    letter-spacing: -0.5px;
    font-weight: 300;
}
.areaServicios p{
    font-size: 13px;
    color: #666;
}
.areaParallax1{
    padding: 50px 0;
    text-align: center;
}
.areaParallax1 h2{
    display: inline-block;
    border: 6px solid #fff;
    background: #D11B26;
    color: #fff;
    font-size: 30px;
    font-weight: 700;
    padding: 18px 20px;
}
.areaParallax1 a{
    color: #fff;
    text-decoration: none;
}
.areaParallax1 p{
    color: #fff;
}
.areamServicios{
    padding: 60px 0;
}
.areamServicios .title{
    text-align: center;
    border-bottom: 1px solid #20538A;
    height: 20px;
    margin-bottom: 60px;
}
.areamServicios .title h2{
    margin: 0;
    padding: 0 12px;
    display: inline-block;
    background: #fff;
    color: #20538A;
    letter-spacing: -0.5px;
    font-weight: 300;
}
.areamServicios .item{
    text-align: center;
}
.areamServicios .item figure{
    max-width: 170px;
    margin: auto;
    box-shadow: 0 0 3px #555;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

.areamServicios .item h3 {
    font-weight: 100;
    font-size: 30px;
}
.areamServicios .item .more{
    display: inline-block;
    background: #D11B26;
    color: #fff;
    font-size: 20px;
    padding: 4px 14px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}


#Footer{
    background: #10171F;
    padding: 20px 0 0;
}
.areaFooter{
    color: #fff;
}
.areaFooter h3{
    margin: 0 0 18px;
    padding: 0 0 10px;
    font-size: 18px;
    font-weight: 300;
    background: url("../images/bline.png") no-repeat left bottom;
}
.areaFooter .spc{
    padding: 10px 15px 0;
}
.areaFooter .spc p{
    font-weight: 300;
    font-size: 13px;
}
.areaFooter .spc .locdata{
    margin-bottom: 8px;
    padding-left: 32px;
    font-size: 13px;
    font-weight: 400;
}
.areaFooter .spc address{
    margin: 0;
    padding: 0;
}
.location{
    background: url(../images/locat.png) 4px 5px no-repeat;
}
.fphone{
    background: url(../images/phone.png) left 5px no-repeat;
}
.mail{
    background: url(../images/mail.png) left 5px no-repeat;
}

#Bottom {
    padding: 10px 10px;
    background: #0B1015;
    text-align: center;
    font-size: 10px;
    font-weight: 300;
    color: #fff;
}
#Bottom p{
    max-width: 500px;
    margin: auto;
}




/* MOBILE MENU */
.slicknav_menu {display:none;}

/* MEDIA SCREEN */
@media screen and (max-width: 767px) {
    .slicknav_menu {display:block;}
    .topMenu{ display: none; }
    .areaBar{
        text-align: center;
    }
    .areaTitle{
        margin-top: 20px;
        margin-left: 12px;
        margin-right: 12px;
        font-size: 20px;
    }
    .areaHeader .logo{
        text-align: center;
    }
    .areamServicios .item{
        text-align: center;
        margin-bottom: 30px;
    }
}