﻿*
{
    margin: 0;
    padding: 0;
}

h2
{
    color: #555555;
    font-size: 22px;
    font-weight: normal;
}

p
{
    line-height: 1.5em;
    padding: 0 0 1.3em;
}

input, select, textarea
{
    border: 1px solid #CFCFCF;
    color: #404040;
    font-size: 12px;
    padding: 3px;
    font: 12px "Liberation Sans" ,Arial,Verdana,Helvetica,sans-serif;
}

a
{
    color: #494949;
    text-decoration: none;
}

a:hover
{
    text-decoration: none;
}

body
{
    color: #101010;
    font: 12px "Liberation Sans" ,Arial,Verdana,Helvetica,sans-serif;
}

/* MASTERPAGE */
#wrapper
{
    margin: 0 auto;
    width: 970px;
}

    /*LOGO ANTERIOR ALCALDÍA*/
    /*#page #header
{
    background-attachment: scroll;
    background-color: transparent;
    background-image: url("../images/ImagenDerecha.png");
    background-position: 0 0;
    background-repeat: no-repeat;
    height: 145px;
}*/

    /*LOGO NUEVO*/
    #page #header {
        background-attachment: scroll;
        background-color: transparent;
        background-image: url("../ImagesCompressed/ImagenDerecha.png");
        background-position: right center;
        background-repeat: no-repeat;
        height: 145px;
    }

#page #header h1
{
    font-size: 36px;
    font-weight: normal;
    text-transform: uppercase;
    padding: 30px 20px;
}

#page #header h1 a
{
    color: #606469;
    display: block;
}
#page #header h1 a:hover
{
    color: #CCCCCC;
}

#page #header h1 a span
{
    color: #000000;
    display: block;
    font-size: 12px;
    font-weight: normal;
    text-transform: none;
}

#page #menu
{
    font-size: 16px;
    padding: 15px 0 0;
}

#page #menu ul
{
    float: right;
    list-style: none outside none;
}

#page #menu ul li
{
    float: left;
    padding: 0 5px;
}

#page #menu ul li a
{
    color: #101010;
    display: block;
    padding: 10px 15px;
}

#page #menu ul li a:hover
{
    background-color: #EBEBEB;
    color: #9C9FA3;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
}

#page #menu ul li.current-item a
{
    background-color: #EBEBEB;
    color: #101010;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
}

#page #footer
{
    background-image: url("../ImagesCompressed/footer_bg.jpg");
    background-repeat: repeat-x;
    background-attachment: scroll;
    background-position: center bottom;
    background-color: #FFFFFF;
    border-top: 1px solid #D9D9D9;
    color: #A6A6A6;
    font-size: 13px;
    text-decoration: none;
}

#page #footer .footer-center
{
    margin: 0 auto;
    padding: 10px 20px 0;
    width: 930px;
}

#footer .text
{
    padding: 30px 0;
}

#footer .text a
{
    color: #C8C6C6;
    font-size: 14px;
    padding: 5px 6px;
}

/* Default.aspx */
#content #default #slider
{
    margin: 0 auto;
    padding: 0 0 10px;
    width: 970px;
}

#default #slider #slideshow
{
    border: 10px solid #EBEBEB;
    height: 400px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
}

#default #slider-controls
{
    padding: 10px 0 0;
}

#default #slider-controls ul
{
    padding-left: 2px;
}

#default #slider-controls ul li
{
    float: left;
    list-style: none outside none;
    padding: 0 11px;
}

#default #slider-controls ul li a
{
    background-color: #EBEBEB;
    display: block;
    margin: 2px !important;
    padding: 5px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
}

#default #slider-controls ul li a img
{
    border: none;
}

#text
{
    margin: 0 auto;
    padding: 20px;
    width: 930px;
}

#default #body
{
    background-color: #EBEBEB;
}

#default #body #body-wrapper
{
    padding: 10px 20px;
    width: 930px;
    margin: 0 auto;
}

#default #body #body-wrapper .body-section
{
    float: left;
    padding: 10px 45px 0 0;
    width: 280px;
}

#body-wrapper .body-section h2
{
    color: #606469;
    font-size: 22px;
    font-weight: normal;
}

#body-wrapper .body-section a.link
{
    background-color: #FFFFFF;
    color: #919191;
    font-size: 14px;
    padding: 5px 6px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
}
#body-wrapper .body-section a.link:hover
{
    color: #FFFFFF;
    background-color: #919191;
}

#body-wrapper .body-section p span
{
    font-size: 11px;
}

#default #body .last
{
    padding-right: 0 !important;
}

#default #body fieldset
{
    border: none;
    color: #919191;
}

/* Nosotros */
#text h2
{
    color: #555555;
    font-size: 22px;
    font-weight: normal;
    padding-top: 5px;
    padding-bottom: 15px;
}

#text .img
{
    text-align: center;
    padding-bottom: 15px;
}

#text .img img
{
    border: 1px solid #DBDBDB;
}

/* Contacto */
#contacto
{
    margin: 0 auto;
    padding: 20px;
    width: 890px;
    color: #919191;
}

#contacto h2
{
    color: #555555;
    font-size: 22px;
    font-weight: normal;
    padding-top: 5px;
    padding-bottom: 15px;
}

#contacto .form
{
    margin-right: 50px;
    float: left;
    width: 465px;
}

#contacto .contact-form
{
    width: 100%;
}

#contacto .contact-form td
{
    padding: 4px 3px;
    white-space: nowrap;
}

#contacto .contact-form td.buttons
{
    padding-top: 10px;
    text-align: right;
}

#contacto .text
{
    width: 327px;
}

#contacto textarea
{
    resize: none;
    width: 451px;
}

#contacto .info
{
    float: left;
    width: 350px;
    border: solid 1px;
    padding: 10px;
}

#contacto .info h3
{
    font-size: 16px;
    padding-bottom: 7px;
}

#contacto .info p
{
    padding: 3px;
}

/* Classes */
.button
{
    cursor: pointer;
}

.clear
{
    clear: both;
}
