body{
    margin: 0;
    font-family: candara;
}
#Titulo{
    padding-top:  20px;
        font-size: 25px;
        font-weight: bold;
    }
#Menu{
    position: fixed;
    width: 100%;
    height: 50px;
    background-color: black;
    opacity: .9;
    filter: alpha(opacity=90); /* For IE8 and earlier */
    z-index: 10;
}
    #IconMenu{
        width: 40px;
        margin-left: 10%;
        padding:  0 10px;
        float: left;

    }
    #ShowMenu{
        width: 710px;
        height: 45px;
        position: relative;
        float: left;

    }
    #ShowMenuHide{
        width: 710px;
        height: 25px;
        position: relative;
        padding-top: 10px;
        display: none;
        color: white;
        float: left;

    }
    #ShowMenu ul{
        list-style-type: none;
    padding: 0px;
    margin: 0px;
    }
    #ShowMenu li{
        display: inline;
        padding: 10px 10px;
    }
    #IconClose{
        width: 150px;
        text-align: right;
        color: white;
        font-weight: bold;
        float: left;
        padding-top: 10px;

    }
    .linkClose{
        color: white;
        text-decoration: none;
    }
    
    
    
#MasterMetodo{
    margin: 0 0;
    background-image: url('../img/bkgMetodo2.jpg');
    width: 100%;
    height: 650px;
}
    #Content{
        width: 100%;
            padding:  50px 10%;
    }
    .TitMetodo{
        color: white;
    }
    #TextMetodo{
        color: white;
        text-align: justify;
        margin-top: 20px;
        line-height: 25px;
    }
    /*HOST*/
    #MasterHost{
        height: 350px;
        
    }
    #TextHost{
        width: 100%;
        margin-left: 15px;
    } 
    
    #TextHost1, #TextHost2, #TextHost3{
        width: 32%;
        float: left;
        margin-top: 20px;
        padding-left: 15px;
        margin-left: 10px;
        text-align: justify;
    }
    /*DESIGN*/
    #MasterDesign{
        clear: both;
        height: 450px;
        background-image: url('../img/bkgDesign.jpg');
    }
    
    /*WORKS*/
    #MasterWorks{
        width: 100%;
    }
    #TextWorks{
        width: 100%;
        float: left;
        margin-top: 20px;
        text-align: center;
    }
    #TextWorks ul {
        list-style-type: none;
    padding: 0px;
    margin: 0px;
    } 
    
    #TextWorks li { 
        display: inline; 
        padding: 10px;
          }
    
    /*CONTACTO*/
    
    #MasterContacto{
    margin: 0 0;
    background-image: url('../img/bkgContacto2.jpg');
    width: 100%;
    height: 450px;
}
    #email{
        padding-top: 35px;
        font-size: 90px;
        color: white;
        
    }