﻿body {
    margin: 0;
    padding: 0;
}


#page #cabecera-top
{
    background-color: #80b92e; /*verde*/
    height:5px;
}

#page #cabecera
{
    background-color: #147bbc; /*azul*/
    height:70px;
}


#page .contenedor {
    /*background: url("../images/sigma_dental_nuevo.png") no-repeat scroll 5px 0 transparent;*/
    height: 100%;
    margin: 0 auto;    
    position: relative;
    width: 1000px;
}

    #page #cabecera .contenedor #logo
    {
        /*width: 215px;*/
            float: left;
            font: bold 2.833em/1em "Open Sans",sans-serif;
            letter-spacing: -0.02em;
            margin-bottom: 0;
            margin-left: 0;
            margin-top: 0;
            max-width: 100%;
            padding: 0;
            position: absolute;
            z-index: 2;


    }

    #page #cabecera .contenedor #logo img
    {
        width: 150px;
    }

    #page #cabecera .contenedor .title
    {

    }

header 
{
    display: block;
}

#page #header-home
{
    height: 70px;
    margin-bottom: 50px;
}

    #page #header-home #nav-home
    {
        background-color: #147bbc;
        height: 50px;
        float:  right;
        width: 800px;
        text-align: center;
    }

        #page #header-home #nav-home .title
        {
            color: #fff;
            text-align: center;
            font-size: 16pt !important;
            margin: 10px 0 0 0;
        }



#page #footer-page
{
    
    margin-top: 40px;
    float: left;    
    width: 100%;
}


#footer-page > div {
    bottom: 0;
    float: left;
    width: 100%;
}

#page #footer-page img
{
    width: 100%;

}

.footer-page-gray
{
    width: 100%;
    height: 50px;
    background: #444;
    float: left;   
    position: relative;
    margin-top: -3px;
}

    .footer-page-gray .text_footer 
    {
        text-align: center;
        color: #fff;
        font-weight: bolder;
    }
        .footer-page-gray .text_footer p
        {
            margin: 2px 0;
        }

.icon-option
{
    margin: 30px 35px;
    width: 100px;
}



.btn-menu
{
    cursor: pointer;
    
}

.btn-menu:hover
{
    background: #80b92e;
    
}

    .btn-menu .icon-menu, .btn-menu input, .btn-menu img
    {
        width: 30px;
    }

.icon-menu, .icon-menu img
{
    width: 30px;
}


