.contenido{
position:relative;
float:left;
width:750px;
height:375px;
margin-top:5px;
overflow:auto;
background:url(index.jpg) no-repeat;
/*background-color:#eee;*/
}

#texto{
position:relative;
float:left;
width:410px;
height:355px;
text-align:justify;
padding-right:12px;
padding-left:325px;
margin-top:10px;
font:12px Verdana, Arial, Helvetica, sans-serif;

/*background-color:#66FF00;*/
}

.rojo{color:red;}