/* override the root element to enable scrolling */
.rotativo{
	width:100%;
	height:366px;	
    position:relative;
	overflow:hidden;
	clear:both;
	margin-bottom:0px;
}
.rotativo .nota_texto{
	height:366px;
}
.rotativo h3{
	background-image:url('/img/css/fondo_h3.gif');
	background-repeat:no-repeat;
	color:#fff;
	font-family:HelvCondLight;
	font-size:20px;
	padding-left:8px;
	width:100%;
	margin:0;
	margin-bottom:2px;
}
/* single pane */
.rotativo div {
	float:left;
	display:block;
	color:#fff;
	width:300px;
	cursor:pointer;
	font-size:14px;
}
.rotativo_div{
	height:61px;
	width:100%;
	background:#000;
	opacity:0.6;
	filter: alpha(opacity=55);
	position:relative;
	
}
.rotativo_texto{
	position:relative;
	top:312px;
	z-index:1;
	
}
/* some decorations for elements inside single pane */
.rotativo div h2 {
	font-weight:normal;
	color:#ddd;
	font-size:20px;
	padding:8px;
	
}

.rotativo a, .rotativo h2 {
	color:#fff !important;		
	font-family:Georgia, "Times New Roman", Times, serif !important;
	display:block !important;
	width:235px !important;
	overflow:hidden !important;
	font-size:20px;
	padding:8px;
	text-decoration:none;
}
.rotativo a:hover{
	color:#e3e3e3!important;	
}
.rotativo p, .rotativo samp, .rotativo p a {
	color:#fff;	
	margin-left:10px;	
	margin-right:5px;
	overflow:hidden;
	font-size:
}

.rotativo div.narrow {
	padding-right:160px;		
}

/* our additional wrapper element for the items */
.rotativo .items {
	width:20000em;
	position:absolute;
	clear:both;
	margin:0;
	padding:0;
}

.rotativo .less, .rotativo .less a {
	color:#999 !important;
	font-size:11px;
}
.rotativo_btn{
	position:relative;
	left:250px;
	*left:256px;
	top:337px;
	font-size:1px;
	color:#fff;
	overflow:hidden;
}

.rotativo_next, .rotativo_prev{
	background:none;
	width:20px;
	height:20px;
	border:none;
	z-index:2;
}
.rotativo_next{
	background-image:url('/img/css/btn_next.gif');	
	background-repeat:no-repeat;	
}
.rotativo_prev{
	background-image:url('/img/css/btn_prev.gif');	
	background-repeat:no-repeat;
}
.img_dia{
	position:relative;
	top:0px;
	left:0px;	
}



/****** especial boda real ******/

#rotativo23{
	margin-bottom:0;	
}
#rotativo23 .rotativo_next{
	background-image:url('/img/css/btn_next_br.png');
}
#rotativo23 .rotativo_prev{
	background-image:url('/img/css/btn_prev_br.png');
}

/****** Copa America 2011 ********/
#rotativo30{
	margin-bottom:0;
	height:363px;
}
#rotativo30 .rotativo_div{
	background-color:#003D5E;
}
#rotativo30 .rotativo_next{
	background-image:url('/img/css/btn_next_ca.png');
}
#rotativo30 .rotativo_prev{
	background-image:url('/img/css/btn_prev_ca.png');
}


#rotativo42 p a{
	font-size:12px;	
	margin:0;
	padding:0;
	margin-bottom:10px;
	width:290px !important;
}



