.contentslide{
background:url(images/bg.jpg) no-repeat;
padding: 6px;
width: 494px;
height: 307px;
}

.contentslide .opacitylayer{ /*Do not edit this rule unless you're familiar with CSS opacity behavior*/
width: 100%;
height: 100%;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;

}

.contentslide .contentdiv{
display: none;
}

.pagination{
width: 482px; /*Width of pagination DIV. To equal that of Content Slider's width, take into account the later's left/right paddings!*/
height:26px;
text-align: center;
background:url(images/pagination.jpg) no-repeat;
position:absolute;
}

* 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: 416px; /*IE6 width*/
}

.pagination a{
font-family:"Arial";
font-size:12px;
margin-top:30px;
padding: 0 5px;
text-decoration: none; 
color: #FFFFFF;
}

.pagination a:hover, .pagination a.selected{
margin-top:5px;
color: #ffa300;
background:url(images/over%25sel.png);
}
#noticia{
background:url(images/not_bg.gif) no-repeat;
filter:alpha(opacity=80);
-moz-opacity:.80;
opacity:.80;
margin-top:218px;
width:483px;
height:75px;
position:absolute;
}
#noticia #titulo{
font-family:Arial;
font-size:18px;
font-weight:bold;
color:#FFA300;
margin-left:6px;
margin-right:6px;
margin-top:7px;
margin-bottom:3px;
}
#noticia #con_not{
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
color:#FFFFFF;
margin-left:6px;
margin-right:6px;
}
#titulo a {
font-family: Arial, Helvetica, sans-serif;
font-size: 18px;
font-weight:bold;
color: #FFA300;
text-decoration:none;
}
#titlo a:link {
text-decoration: none;
}
#titulo a:visited {
text-decoration: none;
}
#titulo a:hover {
text-decoration: underline;
font-weight:bold;
color: #FFA300;
}
#titulo a:active {
text-decoration: none;
}
/*Links nota completa*/
#con_not a {
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
font-weight:bold;
color: #FFA300;
text-decoration:none;
}
#con_not a:link {
text-decoration: none;
}
#con_not a:visited {
text-decoration: none;
}
#con_not a:hover {
text-decoration: underline;
font-weight:bold;
color: #FFA300;
}
#con_not a:active {
text-decoration: none;
}