/* 
    Document   : estilos.css
    Created on : 20-jul-2011, 12:43:48
    Author     : JM
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

root {
    display: block;
}

body {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    background: url("bg2.png") no-repeat;
    background-attachment: fixed;
    background-position: 0% 50%;
    background-size: 100% auto;
}

#main_cont {
    width: 100%;
}

#cont {
    width: 900px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    text-align: right;
}

#panel_upper {
    position: relative;
    top: 0px;
    width: 900px;
    height: 0px;
    background: #1876ce;
    border-bottom: 2px solid #1876ce;
    text-align: left;
}

#panel_upper_ct_wr {
    color: #fff;
    position: relative;
    width: 870px;
    height: 62px;
    display: none;
    padding: 15px;
}

#panel_upper_handler {
    position: absolute;
    bottom: -28px;
    text-align: left;
    color: #fff;
}

    #panel_upper_handler li {
        float: left;
        margin-left: 3px;
        padding: 5px;
        padding-left: 10px;
        padding-right: 10px;
        background: #2275dd;
        opacity: 0.75;
        filter: alpha(75.0);
        -webkit-border-bottom-right-radius: 4px;
        -webkit-border-bottom-left-radius: 4px;
        -moz-border-radius-bottomright: 4px;
        -moz-border-radius-bottomleft: 4px;
        border-bottom-right-radius: 4px;
        border-bottom-left-radius: 4px;
    }

        #panel_upper_handler li.lnk {
            background: #FB8B01 !important;
            opacity: 1.0 !important;
            filter: alpha(100.0) !important;
        }

        #panel_upper_handler li:hover, #panel_upper_handler li.sel {
            opacity: 1.0;
            filter: alpha(100.0);
        }

        #panel_upper_handler li a {
            color: #fff;
            text-decoration: none;
            font-weight: bold;
        }

            #panel_upper_handler li a.text_lnk {
                line-height: 16px;
            }

        #panel_upper_handler li img {
            vertical-align: middle;
        }

#panel_upper_ct .contacto {
    width: 190px;
    margin-bottom: 10px;
}

    #panel_upper_ct .contacto h1 {
        font-size: 11px;
        height: 12px;
        background: url("twitter-bullet.png") no-repeat left 1px;
        padding-left: 15px;
        margin-bottom: 2px;
    }

    #panel_upper_ct .contacto a {
        color: #fb8b01;
        text-decoration: none;
        font-weight: bold;
    }

        #panel_upper_ct .contacto a:hover {
            color: #fab659;
        }

#panel_upper_ct #telefono {
    position: absolute;
    bottom: 15px;
    left: 15px;
}

#panel_upper_ct #maps {
    width: 450px;
    height: 167px;
    padding: 15px;
    right: 0px;
    top: 0px;
    position: absolute;
}

    #panel_upper_ct #maps .gmap {
        width: 217px;
        margin: 0;
    }

    #panel_upper_ct #maps iframe {
        margin-bottom: 10px;
    }

#logo {
    margin-top: 15px;
    margin-bottom: 5px;
}

#frame {
    background: #eee url('bg.png');
    position: relative;
    width: 900px;
    height: 475px;
    text-align: center;
}

#grid {
    position: relative;
    top: 25px;
    left: 25px;
    width: 600px;
}

    #grid ul li {
        width: 125px;
        height: 125px;
        margin-right: 25px;
        margin-bottom: 25px;
        float: left;
        background: #1876ce;
        -moz-border-radius: 10px;
        border-radius: 10px;
        display: none;
    }

        #grid ul li a {
            text-decoration: none;
            color: #fff;
            font-weight: bold;
            font-size: 10px;
            display: none
        }

            #grid ul li a div img {
                margin-top: 10px;
            }

            #grid ul li a div span {
                position: relative;
                width: 100%;
            }

            #grid ul li a div {
                position: relative;
                top: 0px;
                left: 0px;
                width: 125px;
                height: 125px;
            }

.elem_blank {
}

.elem_blank_orange {
    background: #f05029 !important;
}

.btn_selected, .elem_cnt:hover {
    opacity: 1.0 !important;
    filter: alpha(100) !important;
}

    .btn_selected a img {
        margin-top: 10px !important;
    }

    .btn_selected a span {
        display: block !important;
    }

#login {
    position: absolute;
    top: 25px;
    right: 25px;
    width: 250px;
    height: 125px;
    background: #F7A947;
    -webkit-box-shadow: 0px 0px 30px #bbb;
    -moz-box-shadow: 0px 0px 30px #bbb;
    box-shadow: 0px 0px 30px #bbb;
    -moz-border-radius: 10px;
    border-radius: 10px;
    text-align: center;
    behavior: url(PIE.htc);
}

    #login .login-field {
        width: 200px;
        display: block;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 3px;
    }

    #login input {
        height: 20px;
        width: 155px;
    }

        #login input.submit {
            -moz-border-radius: 2px;
            border-radius: 2px;
            width: 157px;
            position: relative;
            left: 9px;
            margin-top: 6px;
            background: #1876CE;
            color: white;
            border: solid 1px #1876CE;
            behavior: url(PIE.htc);
        }

#login_frame {
    padding: 4px;
    margin-top: 5px;
}

#login img {
    vertical-align: middle;
    margin-right: 5px;
}

#login .login-field div {
    text-align: left;
    position: relative;
    left: 7px;
    color: white;
    top: -2px;
}

    #login .login-field div input {
        height: auto;
        width: auto;
        position: relative;
        top: 3px;
        margin-right: 4px;
    }

#content {
    position: relative;
    width: 896px;
    border: 2px solid #eee;
    display: none;
    -moz-border-radius: 10px;
    border-radius: 10px;
    margin-top: 10px;
    text-align: center;
    line-height: 23px;
    text-align: center;
    behavior: url(PIE.htc);
}

    #content .cnt {
        margin: 25px;
    }

    #content h1 {
        color: #fb8b01;
        font-size: 42px;
        text-align: right;
        font-weight: normal;
        line-height: 55px;
    }

    #content h2 {
        color: #1876ce;
        font-size: 18px;
        text-align: right;
        font-weight: normal;
    }

    #content h3 {
        color: #547635;
        font-size: 12px;
        font-weight: bold;
    }

    #content h4 {
        background: url("twitter-bullet.png") no-repeat 285px 7px;
        padding-left: 15px;
        margin-bottom: 10px;
    }

    #content .cnt div {
        margin-top: 10px;
        font-weight: bold;
        text-align: left;
    }

    #content .cnt {
        display: none;
    }

        #content .cnt div strong {
            color: #fb8b01;
        }

    #content img.framed {
        border: 1px solid #ddd;
        -webkit-box-shadow: 0px 0px 30px #ccc;
        -moz-box-shadow: 0px 0px 30px #ccc;
        box-shadow: 0px 0px 30px #ccc;
        behavior: url(PIE.htc);
    }

.sep {
    border-bottom: 1px solid #eee;
    margin-top: 25px !important;
    margin-bottom: 25px !important;
}

.remark {
    background: #fff;
    border: 1px solid #ddd;
    -webkit-box-shadow: 0px 0px 30px #ccc;
    -moz-box-shadow: 0px 0px 30px #ccc;
    box-shadow: 0px 0px 30px #ccc;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 25px;
    width: 660px;
    margin-left: auto;
    margin-right: auto;
    behavior: url(PIE.htc);
}

.ct {
    text-align: center !important;
    margin: 0px !important;
    padding: 0px !important;
}

.f_lf {
    float: left;
    margin-right: 25px;
}

.f_rg {
    float: right;
    margin-left: 25px;
}

.f_rg-nm {
    margin-right: -25px;
}

#footer {
    font-size: 14px;
    padding-top: 5px;
    margin-bottom: 15px;
    text-align: right;
    color: #ddd;
}
