@charset "utf-8";
/* CSS Document */

.contentslide{
    border: 10px solid #eee;
    border-bottom-width: 6px;
    padding: 2px;
    width: 570px;
    height: 220px;
    font-size:11px;
	margin-left:5px;

    }
    
.contentslide .contentdiv{
    display: none;
    }
    
.titulo{
	width: 250px; /*IE5 width*/
    w\idth: 250px; /*IE6 width*/
	height: 225px; 
	padding-left:7px;
	background:#fff;
	font-size:12px;
	font-weight:bold;
	float:right;
	}
.titulo a{
	font-family:arial;
	font-size:16px;
	text-decoration:none;
	color:#000;
	}
.titulo a:hover{
	text-decoration:underline;
	}
	.textoMenor a{
	font-family:arial;
	font-size:11px;
	text-decoration:none;
	color:#000;
	}
.textoMenor a:hover{
	text-decoration:underline;
	}
.pagination{
    width: 573px; /*Width of pagination DIV. To equal that of Content Slider's width, take into account the later's left/right paddings!*/
	text-align: right;
    background-color: #eee;
    border: 10px solid #eee;
    border-width: 0 10px; /*Left/ right border width of pagination DIV.*/
    padding: 0 0 2px 0;
    font-size:12px;
	margin-left:5px;
    }
    
    * html .pagination{ /*Simplified box model hack to get IE5 to display width equal to that of Content Slider's*/
    width: 573px!important; /*IE5 width*/
    w\idth: 573px; /*IE6 width*/
    }
    
.pagination a{
    padding: 0 5px;
    text-decoration: none; 
    color: #2e6ab1;
    background-color: white;
    }
    
.pagination a:hover, .pagination a.selected{
    color: #000;
    background-color: #FEE496;
    }
