body {
    font-family: Arial, sans-serif;
}

.container, #mas_visitado, #bottom_content {
    margin: auto;
    width: 1000px;

}

.bold_text {
    font-weight: bold;
}

.blue_text {
    color: #2aacc8;
    font-size: 15px;
}




#encabezado {
    background: #848484;
    height: 120px;
}

h1 {
    float: left;
    margin-top: 37px;
}

h1 a {
    background: url(../images/logo.png) no-repeat;
    display: block;
    height: 37px;
    text-indent: -9999px;
    width: 148px;
}
#main_menu {
    float: right;
    margin-top: 54px;
}

.first_list {
    float: left;
    margin: 0 14px;
}

.main_menu_first {
    color: #FFFFFF;
    font-size: 13px;
    font-weight: bold;
    padding: 8px 8px;
    text-transform: uppercase;
}

.main_menu_first:hover {
    border-top: 5px solid #2aacc8;
}
.first_list:hover.first_list ul {
    visibility: visible;
}

.main_current {
    border-top: 5px solid #2aacc8;
}







#quienes_somos_area {
    background: url(../images/banner_shadow.png) repeat-x;
    border-top: 1px solid #d9d9d9;
    padding-top: 38px;
}

#quienes_somos {
    background: url(../images/icono.png) no-repeat;
    font-size: 15px;
    font-weight: bold;
    height: 25px;
    margin-bottom: 12px;
    padding: 6px 0 0 40px;
    font-family: Arial, sans-serif
}
 
#linea {
    border-bottom: 1px solid #dfe1e5;
    border-top: 1px solid #dfe1e5;
    margin-bottom: 25px;
    padding-bottom: 20px;
}

#linea ul {
    padding: 20px 0;
}

#linea li {
    float: left;
    margin-right: 2px;
}

#linea p {
    color: #363636;
    font-size: 18px;
    padding: 7px 18px;
}




/*--------------------------------------------*/

#imagen_visitanos {
    border-top: 1px solid #dfe1e5;
    border-bottom: 1px solid #dfe1e5;
    clear: left;
    height: 150px;
}


/*--------------------------------------------------------*/

#mision {
    clear: left;
    float: left;
    width: 430px;
}

#mision h3 {
    background: url(../images/icono.png) no-repeat left;
    font-size: 15px;
    font-weight: bold;
    height: 25px;
    margin: 19px 0 15px 0;
    padding: 5px 0 0 38px;
}

#mision p {
    color: #363636;
    font-size: 18px;
    line-height: 24px;
}



/* ------------VISION-------*/


#vision {
    clear: right;
    float: right;
    width: 430px;
}

#vision h3 {
    background: url(../images/icono.png) no-repeat left;
    font-size: 15px;
    font-weight: bold;
    height: 25px;
    margin: 19px 0 15px 0;
    padding: 5px 0 0 38px;
}

#vision p {
    color: #363636;
    font-size: 18px;
    line-height: 24px;
}

/*------------------------- pie de pagina ------------------------*/


#pie_pagina {
    background: #e8ebf1;
    border-top: 1px solid #d9d9d9;
    clear: both;
    height: 320px;

    margin-top: 40px;
}

#pie_pagina p, #pie_pagina a {
    color: #363636;
    font-size: 14px;
}

#pie_pagina h4 {
    font-size: 15px;
    font-weight: bold;
    text-transform: uppercase;
    margin: 0 0 21px 0;
}

.footer_info {
    float: left;
    margin: 32px 0 40px 0;
}

#acerca_nosotros, #menu_pie, #footer_browse {
    margin-right: 64px;
}

#acerca_nosotros {
    width: 238px;
}

#acerca_nosotros p, #contactanos_pie p, #copyright {
    line-height: 17px;
}

#menu_pie li, #footer_browse li {
    margin: 12px 0;
}

#menu_pie li a, #footer_browse li a {
    text-transform: capitalize;
}

#menu_pie li a:hover, #footer_browse li a:hover {
    color: #2aacc8;
}

#conectate_redes {
    float: right;
    width: 213px;
}

#conectate_redes h4 {
    margin-left: 24px;
}

#conectate_redes a {
    display: block;
    float: left;
    height: 51px;
    margin: 0 0 10px 18px;
    text-indent: -9999px;
    width: 53px;
}

#facebook {
    background: url(../images/facebook_icon.png) no-repeat;
}

#twitter {
    background: url(../images/twitter.png) no-repeat;
}

#instagram {
    background: url(../images/instagram.png) no-repeat;
}



p#copyright {
    clear: both;
    float: left;
    font-size: 13px;
}

#footer_logo {
    background: url(../images/logo.png) no-repeat;
    display: block;
    float: right;
    height: 37px;
    text-indent: -9999px;
    width: 148px;
}






























