div.contenedor{
width: 99%;
margin: 0 auto;
} 

div.cajabottom{
width:70%;
margin-left: 8px;
margin-right: 8px;
margin-bottom: 8px;
padding: 0px 0px 5px 15px;
text-align:justify;
float:center;
} 

div.cajatop{
width:90%;
/*margin-top: 5;
margin-left: 10px;*/
padding: 10px 15px 10px 15px;
/*float:center;*/
margin: 0 auto;   /* align for good browsers */
text-align:justify;
background:#D9D9D9;
border-top: 1px solid #999999;
border-bottom: 1px solid #999999;
}

div.cajatopleft{
width:55%;
margin-left: 8px;
padding: 0px 0px 5px 0px;
float:left;
text-align:justify;
} 

div.cajatopright{
width:40%;
margin-right: 8px;
padding: 0px 0px 5px 0px;
float:right;
text-align:right;
} 


div.cajaizquierda{
width:45%;
margin-left: 8px;
padding: 0px 0px 5px 15px;
text-align:justify;
float:left;
} 

div.cajaderecha{
width:45%;
margin-right: 8px;
padding: 0px 15px 5px 0px;
text-align:justify;
float:right;
} 

div.titulocaja{
text-transform : uppercase;
text-align:left;
color:#	ffffff;
padding: 7px 3px 7px 8px;
background-color:;
border-bottom: 7px solid #cccccc;
} 

div.contenidocaja{
padding: 5px 5px 5px 5px;
border-top: 1px solid #999999;
} 

div.titulocajaautor{ 
margin: 0 auto;
text-transform : uppercase;
text-align:center;
color:#	ffffff;
padding: 7px 0px 7px 0px;
width:90%;
border-top: 1px solid #999999;


/*border-bottom: 3px solid <?php echo($Colors);  copia a index.php!! */
} 

div.contenidocajaautor{
margin: 0 auto;
padding: 5px 0px 5px 0px;
border-top: 0px solid #999999;
width:89%;
text-align:justify;
} 

div.headerfecha{
width: 90%;
margin: 0 auto;
border-top: 1px solid #999999; 
/*border-bottom: 0px solid #999999;*/
border-bottom: 0px solid #999999;
padding: 10px 0px 0px 0px;
/*background-color:#eeeeee;*/
text-align:center;
} 

/*div.titulocajafecha{
text-transform : uppercase;
text-align:left;
color:#	ffffff;
padding: 20px 3px 7px 8px;
background-color:#CED5DF;
border-top: 1px solid #999999;
border-bottom: 7px solid #cccccc;
width:75%;
} */


div.contenidocajafecha{
width: 89%;
margin: 0 auto;
color:#666666;
padding: 9px 0px 0px 0px;
font-weight:normal;
text-align:justify;
} 


div.separador{
padding: 15px 0px 0px 0px;
clear : both;
}
