div.scroller { 
	/* modify width and height of scrolling section if necessary	*/		
/*	width: 635px; 
	height: 300px o era 236;*/
	width: 792px; 
	height: 224px;
	overflow: hidden;
	border:1px solid #E2E2E2;
	}
	div.scroller div.section {
		/* modify width and height of each section as needed (should match the size of the scroller window)	*/		
/*		width:635px;
		height:300px;*/
		width:792px;
		height:224px;
		overflow:hidden;
		float:left;
/*		padding:1em;		*/
		}
	div.scroller div.content {
		width: 10000px;
		}

	div#section2 {
		background:#666666;
		color:#ffffff;
		}



/* MENU ROJO 2*/
#menu2, #menu2 ul{
	display:inline;
	padding:0px;
	margin:0px;
/*	width:870px;*/
}
#menu2 ul li{
	list-style:none;
	display:inline;
	padding:0px;
	margin:0px;

}
#menu2 ul li a{
	display:block;
	float:left;
	padding:0px 45px 0px 45px;
	line-height:58px;
	/*font-family:"Lucida Bright", Georgia, "Times New Roman", Times, serif;*/
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	text-decoration:none;
	color:#FFFFFF;
	/*background-color:#000000;*/
	/*background: url(imagenes/menu.jpg) no-repeat 0px 0px;*/
}
#menu2 ul li a:hover{
	background-color:#790000;
	color:#FFFFFF;
	/*background: url(imagenes/menu.jpg) no-repeat 0px 0px;*/
}


/* MENU ROJO 3*/
#menu3, #menu3 ul{
	display:inline;
	padding:0px;
	margin:0px;
/*	width:870px;*/
}
#menu3 ul li{
	list-style:none;
	display:inline;
	padding:0px;
	margin:0px;

}
#menu3 ul li a{
	display:block;
	float:left;
	padding:0px 45px 0px 45px;
	line-height:58px;
	/*font-family:"Lucida Bright", Georgia, "Times New Roman", Times, serif;*/
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	text-decoration:none;
	color:#FFFFFF;
	/*background-color:#000000;*/
	/*background: url(imagenes/menu.jpg) no-repeat 0px 0px;*/
}
#menu3 ul li a:hover{
	background-color:#790000;
	color:#FFFFFF;
	/*background: url(imagenes/menu.jpg) no-repeat 0px 0px;*/
}

/* REDONDEAR LADOS EN DIV */
/*div#nifty{ margin: 0 ;
	background: #F0EDE0;
}

b.rtop, b.rbottom
{
	display:block;background: #FFF;
}

b.rtop b, b.rbottom b
{
	display:block;height: 1px;
	overflow: hidden; background: #F0EDE0;
}

b.r1{
	margin: 0 5px;
}
b.r2{
	margin: 0 3px;
}
b.r3{
	margin: 0 2px;
	}
b.rtop b.r4, b.rbottom b.r4
{
	margin: 0 1px;
	height: 2px;
}*/