
body{
    
    background-image: url('../img/1.png');
}
#Master{
    margin: 80px auto;
    width: 1138px;
    height: 470px;
    text-align: center;

}
#BlocoLeft{
    width: 180px;
    height: 100%;
    float: left;
    margin-right: 11px;

    
}
    #ArtFoto{
        width: 180px;
        height: 150px;
        margin-bottom: 8px;
    }
    
    #ArtHost{
        width: 180px;
        height: 150px;
        margin-bottom: 8px;
        background-color: #e93B32;

    }      
    
        .LinkHost {
        width: 180px;
        height: 150px;
        display:block;
        background:transparent url('../img/link_host.jpg') center top no-repeat;
    }

        .LinkHost:hover {
            background-image: url('../img/link_hostHover.jpg');
        }
  
    #ArtDesign{
        width: 180px;
        height: 150px;

    }
    
        .LinkDesign {
        width: 180px;
        height: 150px;
        display:block;
        background:transparent url('../img/link_design.jpg') center top no-repeat;
    }

        .LinkDesign:hover {
            background-image: url('../img/link_designHover.jpg');
        }
        
#BlocoMain{
    width: 750px;
    height: 100%;
    float: left;
    margin-right: 11px;
}
    #ArtLogo{
        width: 486px;
        height: 150px;
        margin-bottom: 8px;
        float: left;
    }
    
    #ArtLoginSocial{
        width: 260px;
        height: 150px;
        margin-bottom: 8px;
        float: left;
 
    }
        .LinkLogin {
        width: 264px;
        height: 75px;
        display:block;
        background:transparent url('../img/link_login.jpg') center top no-repeat;
    }

        .LinkLogin:hover {
            background-image: url('../img/link_loginHover.jpg');
        }
    
    
    #ArtSocial{
        width: 264px;
        }
        
    #ArtSocial ul {
    list-style-type: none;
    padding: 0px;
    margin: 0px;
    background-color: white;
    height: 75px;
    
}
    #ArtSocial li{
           display: inline;
           padding: 0px;
           margin: 0px;
           float: left;
    }
    .LinkTwitter {
        width: 77px;
        height: 75px;
        display:block;
        background:transparent url('../img/link_twitter.jpg') center top no-repeat;
    }

    .LinkTwitter:hover {
        background-image: url('../img/link_twitterHover.jpg');
    }
    .LinkFace {
        width: 53px;
        height: 75px;
        display:block;
        background:transparent url('../img/link_face.jpg') center top no-repeat;
    }

    .LinkFace:hover {
        background-image: url('../img/link_faceHover.jpg');
    }
    .LinkIn {
        width: 51px;
        height: 75px;
        display:block;
        background:transparent url('../img/link_in.jpg') center top no-repeat;
    }

    .LinkIn:hover {
        background-image: url('../img/link_inHover.jpg');
    }
    .LinkYt {
        width: 79px;
        height: 75px;
        display:block;
        background:transparent url('../img/link_youtube.jpg') center top no-repeat;
    }

    .LinkYt:hover {
        background-image: url('../img/link_youtubeHover.jpg');
    }
    
    
    #ArtSlider{
        clear: both;
        width: 100%;
        height: 308px;
    }
    
    #ArtSlider ul {
    list-style-type: none;
    padding: 0px;
    margin: 0px;
    }
    
#BlocoRight{
    width: 180px;
    height: 100%;
    float: left;
}

    #ArtMetodo{
        width: 180px;
        height: 150px;
        margin-bottom: 8px;

    }
        .LinkMetodo {
        width: 180px;
        height: 150px;
        display:block;
        background:transparent url('../img/link_metodo.jpg') center top no-repeat;
    }

    .LinkMetodo:hover {
        background-image: url('../img/link_metodoHover.jpg');
    }
    #ArtWorks{
        width: 180px;
        height: 150px;
        margin-bottom: 8px;

    }
        .LinkWorks {
        width: 180px;
        height: 150px;
        display:block;
        background:transparent url('../img/link_works.jpg') center top no-repeat;
    }

        .LinkWorks:hover {
            background-image: url('../img/link_worksHover.jpg');
        }
    
    #ArtContacto{
        width: 180px;
        height: 150px;

    }
    
        .LinkContacto {
        width: 180px;
        height: 150px;
        display:block;
        background:transparent url('../img/link_contacto.jpg') center top no-repeat;
    }

        .LinkContacto:hover {
            background-image: url('../img/link_contactoHover.jpg');
        }
