@charset "utf-8";
/* CSS Document */

body {
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
font-size: 11px;
background: #fff;
width: 960px;
padding: 40px 0px;
margin: 0px auto;
color: #979797;
}

a, a img {
outline: none;
border: none;
color: #111;
text-decoration: none;
}

.left {
float: left;
}

.right {
float: right;
}

.clear {
clear: both;
}

.separador {
display: block;
height: 38px;
width: 960px;
margin: 25px 0px;
background: url('images/separadorgrande.jpg') no-repeat;
}







#header {
display: block;
margin: 0;
padding: 0;
}

#download {
display: block;
position: fixed;
top: 30px;
right: 40px;
/*margin: 15px 0px 0px 0px;
padding: 0;*/
z-index: 100;
}




/*#scroller {
display: block;
width: 960px;
height: 320px;
margin: 25px 0px 50px 0px;
background: #efefef;
}*/



.columna {
width: 300px;
}






















/* container for slides */
.images {
display: block;
width: 960px;
height: 320px;
margin: 25px 0px 50px 0px;
	background:#fff;
	overflow: hidden;
	border:1px solid #ccc;
	
	/*
	-moz-border-radius:10px;
	-webkit-border-radius:10px;	
	-moz-box-shadow:0 0 25px #666;
	-webkit-box-shadow:0 0 25px #666;
	*/
}

/*.images img {
display: block;
margin: 0px auto;
}*/

/* single slide */
.images div {
	display:none;
	overflow: hidden;
	margin:0;
	padding:0px;
	height:320px;
	width:960px;
}


/* prev and next buttons */
.navholder {
display: block;
width: 880px;
margin: 0px auto;
position: relative;
top: -240px;
}

.forward, .backward {
	display:block;
	width:42px;
	height:41px;
	cursor:pointer;
	font-size:0px;
}

.forward {
float: right;
	background: url(images/forward.png) no-repeat;
}

.backward {
float: left;
	background: url(images/backward.png) no-repeat;
}

/* next */
.forward, .backward 				{ background-position: 0 0; }
.forward:hover, .forward:active, .backward:hover, .backward:active { background-position: 0px -41px; }



/* disabled navigational button. is not needed when tabs are configured with rotate: true */
.disabled {
	visibility:hidden !important;		
}



.panel1 {
background: url('images/tabs3.jpg') no-repeat;
}

.panel2 {
background: url('images/tabs.jpg') no-repeat;
}

.panel3 {
background: url('images/tabs2.jpg') no-repeat;
}

object {
z-index: 99;
}


