
.contentslide{
border: 0px solid #e5e5e5; 
background-color:#FFFFFF;
padding: 0px;
width: 400px;
height: 450px; /* Alto total contando el texto que se escriba  */
}
.contentslide .contentdiv{
display: none;
}
.pagination{
width: 300px; /*Width of pagination DIV. To equal that of Content Slider's width, take into account the later's left/right paddings!*/
text-align: right;
border: 0;
border-width:0; /*Left/ right border width of pagination DIV.*/
padding: 0 0 4px 0;
}
* html .pagination{ /*Simplified box model hack to get IE5 to display width equal to that of Content Slider's*/
width: 400px; /*IE5 width*/
w\idth: 400px; /*IE6 width*/
}
.pagination a{
padding: 5px 8px 5px 8px;
text-decoration: none; 
color: #333;
border: 1px solid #999; background-color: #FFCCFF   ; font: 12px normal Arial, Helvetica, sans-serif
}
.pagination a:hover, .pagination a.selected{
color: #000;
background-color: #008000;
}
.espacio_10_1 { 
margin-top : 10px; 
margin-bottom : 5px; 
border-bottom : 1px dotted #dddddd; 
} 
/*  */
