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;
}




/*  area de contactp*/

#contact_area {
    background: url(../images/banner_shadow.png) repeat-x;
    border-top: 1px solid #d9d9d9;
    padding-top: 38px;
}

#contacto {
    background: url(../images/icono.png) no-repeat;
    font-size: 15px;
    font-weight: bold;
    height: 30px;
    margin: 6px 0 17px 0;
    padding: 2px 0 0 40px;
}


#contacto_informacion {
    border-top: 1px solid #dfe1e5;
    padding-top: 10px;
}

#contacto_informacion_izquierda {
    float: left;
    margin: 27px 0 33px 0;
    width: 574px;
}

#contact_informacion p {
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 20px;
}

#contacto_informacion_izquierda p a:hover {
    text-decoration: underline;
}

#contacto_informacion_derecha {
    float: right;
    margin-top: 30px;
}

#mapa_lugar {
    background: #e8fcfe;
    border: 1px solid #81e4ed;
    margin: 0 20px 36px 0;
    padding: 20px;
}

#mapa_lugar h3 {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 20px;
}

#mapa_lugar img {
    border: 5px solid #fff;
}

#direccion h3 {
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 20px;
}

#direccion p {
    color: #363636;
}

/*------------------ formulario-------------------*/
#formulario {
    width: 480px;
}
     
#formulario li {
    font-size: 14px;
    padding: 2px 0px;
}
     
#formulario label {
    display: block;
    margin: 12px 0;
}
         
#formulario input {
    height: 35px;
}

#formulario input:focus, #formulario textarea:focus {
    border: 1px solid #2aacc8;
}

#formulario input, #formulario textarea {
    border: 1px solid #b4bac5;
}

#formulario input[type="submit"] {
    background: url(../images/enviar.png) no-repeat;
    border: none;
    cursor: pointer;
    font-size: 18px;
    font-weight: bold;
    height: 64px;
    margin-top: 20px;
    padding: 0 0 6px 30px;
    width: 160px;
}

#formulario input[type="submit"]:hover {
    color: #fff;
}





/*------------------------- 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;
}
