/* CSS Document SOTANO TV*/
html,body,#contenedor {
    
    /*background-image: url(../images/images_frontend/landing/bg2.jpg);
    background-position: top;
    background-repeat: no-repeat;*/

}

.contenedor {
        width: 712px;
        margin: 0 auto;
        overflow: auto;
        font-family:"Times New Roman", Times, serif;
        font-size: 14px;
        font-weight:bold;
}
.contenido {
        width: 354px;
        height: 456px;
        margin-top: 112px;
        float:left;
}
.imagen1 {
        width: 710px;
        height: 50px;
        float: left;
}
.videos {
        border: 1px #564f3f solid;
        width: 150px;
        height: 89px;
        float: left;
        overflow: auto;
        margin-left: 25px;
        }
.marco_video{border: 0.5px #564f3f solid;}
.marcoVideo{
    margin-top: 150px;
    margin-left: 45px;
}
.imagen2 {
        width: 710px;
        height: 15px;
        float: left
}
.videos2 {
        border: 1px #564f3f solid;
        width: 150px;
        height: 89px;
        float: left;
        margin-left: 25px;
}
.imagen3 {
        background-image:url(../images/images_frontend/landing/redes_sociales.jpg);
        width: 710px;
        height: 50px;
        float: left
}
#youtube {
        background-image: url(../images/images_frontend/landing/Bt_Youtube_up.jpg);
        width: 82px;
        height: 82px;
        float: left;
        margin-left: 210px;
}
#youtube:hover {
        background-image: url(../images/images_frontend/landing/Bt_Youtube_over.jpg);
        cursor: pointer;
}
#twitter {
        background-image: url(../images/images_frontend/landing/Bt_Twitter_up.jpg);
        width: 82px;
        height: 82px;
        float: left;
        margin-left: 20px;
}
#twitter:hover {
        background-image: url(../images/images_frontend/landing/Bt_Twitter_over.jpg);
        cursor: pointer;
}
#facebook {
        background-image: url(../images/images_frontend/landing/Bt_Facebook_up.jpg);
        width: 82px;
        height: 82px;
        float: left;
        margin-left: 20px;
}
#facebook:HOVER {
         background-image: url(../images/images_frontend/landing/Bt_Facebook_over.jpg);
         cursor: pointer;
}

.backgroundRedesSociales {
    background-image:url(../images/images_frontend/landing/bg_redes_sociales.jpg);
    background-position: center;
    background-repeat: no-repeat;
    width: 710px;
    height: 44px;
    margin-top: 25px;
    margin-bottom: 50px;
}

.contentVideos{overflow: auto; width: 710px;}


a.blanco:link,a.blanco:active,a.blanco:visited, a.blanco:hover{color: #ffffff;text-decoration: none;}
