/* 
    Document   : ly-deculto-home
    Created on : 20/01/2012, 07:56:08 PM
    Author     : Clara
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/
#sectorVideoProducto{
    position: relative;
    float: left;
    width: 700px;
/*    height: 678px;*/
    height: 450px;
    margin-left:245px;
    margin-top: 25px;
    border: 0px solid blue;
}
#nombreProducto{
    position: relative;
    float: left;
/*    width: 277px;*/
    width: 400px;
    height: 25px;
    border: 0px solid #000000;
    font-family: "Swis721 Cn BT";
    font-size: 20px;
    color: #8E8E8E;
    text-indent: 0px;
    line-height: 24px;
    vertical-align:  middle;
    margin-bottom: 5px;
}
#sectorVideoProducto{
    position: relative;
    float: left;
    width: 700px;
/*    height: 678px;*/
    margin-left:245px;
    margin-top: 25px;
    border: 0px solid blue;
}
#contenedorPrincipal{
/*    height: 600px;*/
}