/* 
    Document   : videos
    Created on : 16/11/2009, 02:59:04 PM
    Author     : Franco Queirolo
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

body{
   
    margin:0;
    background-color:#015ca3;
  
    
    padding:0;
}

.texto
{  font-family:Arial;
    font-size:9px;
    color:blue;
    margin-left:10px;
    margin-right:10px;
    text-align:justify;
     
	}
#botones {
float:right;
margin-right:30px;
margin-top:30px;
}

#contenedor {
background-image:url(../img/fondo_promo_donofrio.jpg);
background-repeat:no-repeat;
height:620px;
margin-left:3px;
_margin-left:0px;
width:1002px;
}
