a.button.next {
	float: right;
	text-indent: -9999px;
}

a.button.next {
	background:none;
	height: 34px;
	width: 94px;
}

a.button.next:hover, .scroller a.button.next:active {
	background:none;
}

.home .scroller #section1 a.next {
	background: none;
	float: right;
}

ul#tour-path
{
	background-color: none;
}

.home .scroller
{
	background: none;
	height: 414px;
	width: 764px;
	margin:0px;
	background: url('../images/bgDetalles.gif') repeat 0 -10%;

}

.home h1{

	font-size: 18px;
	font-weight: bold;
	color: #35434d;
	text-align: center;
	padding: 10px 0 0 0;
}

.home .scroller #section1 {
	background:none;
}


#tour-path a:link, #tour-path a:visited
{
	color: #898989;
	font-size: 10px;
	text-decoration: none;
	font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
	
}

#tour-path a:hover, #tour-path a:active {
	color: #222222;
	text-decoration:none;
}
#tour-path a.on {
	background:none;
	cursor:default;
}




/* !!! Don't touch these unless you know what you're doing ---------*/

ul#tour-path {
	height: 32px;
	margin: 0;
	padding: 0px;
	width: 765px;
}

.home .scroller
{
	height: 414px;
	overflow: hidden;
	width: 763px;
	clear: both;
	margin: 0 0 -2px 0;
	padding: 0;
}

.home .scroller .section {
	height: 414px;
	float: left;
	overflow: hidden;
	width: 765px;
}

.home .scroller #section1 a.next {
	background: none;
	float: right;
}

.home .scroller .content2
{
	width: 10000px;
	margin:0;
	padding:0;
	
	/* NO BORRAR MARGIN Y PADDING */

}

.scroller .content2 img.screenshot {
	border: 0px solid #eee;
	float: right;
	margin: 0px 36px 0 0;
}

.scroller .content2 .video {
	margin: 0px 20px 0px 20px;
}

.caption
{
	float: left;
	font-size: 11px;
	height: 414px;
	padding: 0px;
	margin: 0px;
	width: 765px;
	
}

.caption p {
	color: #eddfb8;
	font-size: 1.2em;
	line-height: 20px;
	margin: 0 0 20px 0;
}

.caption ul {
	margin: 40px 0 0 0;
}

.caption ul li {
	list-style: none;
	margin: 10px 0;
}

#flashcontent2 {
	margin: 30px 0 0 0;
}

.caption ul li img {
	vertical-align: top;
	margin: 0 10px 0 0;
}




/* ESTILO PARA MENU */


.submenu
{
	position: relative;
	font-size: 11px;
	font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
	margin: 0 0 14px 0;
	background: #fff;
	overflow: hidden;
	font-weight: bold;
	padding: 0;
	width:763px; 
}


.submenu ul
{
	margin: 0;
	padding: 0;
	float: left;
	width: 100%;
	background: url(../images/submbg.gif) repeat-x;
	border: none;
}

.submenu ul li{
display: inline;
}

.submenu ul li a
{
	float: left;
	color: #898989;
	/*text color*/
	padding: 10px 11px 10px 11px;
	text-decoration: none;
	border-right: 1px solid #fff;
	/*dark purple divider between menu items*/
}

.submenu ul li a:visited{
color: #898989;

}

.submenu ul li a:hover, .indentmenu ul li .current{
color: #898989 !important; /*text color of selected and active item*/
background: url(../images/submbg2.gif)  repeat-x;
}


.submenu ul li a.activo{
color: #898989 !important; /*text color of selected and active item*/
background: url(../images/submbg2.gif)  repeat-x;
}


