/* - - - - - - - - - - - - - - - - - - - - -

Título : SELTZ 
Autor : Manuel Acuna | http://www.flickr.com/photos/esseker

Descripción :  layout.css

Creado :  14 de enero , 2010 

- - - - - - - - - - - - - - - - - - - - - */

@import url('../css/reset.css');
@import url('../css/layout.css');


/***********************/
/* ATRIBUTOS DE PAGINA */
/***********************/
body,th {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
    line-height: 16px;
	color: #fff;
	background-color: #85d7f7;
	background-image: url(../gfx/backgrounds/bg_x.gif);
	background-repeat: repeat-x;
	background-position:top center;

}
body {
	margin:0px;
}

a {
	text-decoration: none;
	font-weight: bold;
	color: #fff;
}
a:hover {
	text-decoration: none;
	font-weight: normal;
	color: #009;
}

h1 {
	font-size: 16px;
    line-height: 16px;
	color: #fff;
	font-weight:bold;
	margin-bottom:2px;
}

p {
	font-size: 12px;
    line-height: 16px;
	color: #fff;
	font-weight:normal;
	margin-bottom:2px;
}

form {
	margin: 7px 0px 0px 0px;
	padding: 7px 0px 0px 0px;
}


.clear {
	clear:both;
	}


ul {
	list-style: outside;
	list-style-type: inherit;
	padding:0;
	margin-left:15px;
	}
ul li {
	padding-bottom:10px;
	margin:0;
	color:#666;
	}
ul li a {
	display:block;
	text-decoration:none;
	margin:0;
	padding:0;
	}
ul li a:hover {
	 
	}
ul li a span {
	display:none;
	}
	
	
/* PORTADA CAROUSEL */	
	
#panel {
	background-color:#FFFFFF;
	display: none;
	width:180px;
}
.slide {
	margin: 0;
	padding: 0;
	background-color:#FFFFFF;
}
.btn-slide {
	background: url(../gfx/backgrounds/showover.gif) no-repeat;
	width: 174px;
	height: 20px;
	display: block;
	}

/* PRODUCTOS */

.stepcarousel{
	width: 862px; /*Width of Carousel Viewer itself*/
	height: 385px; /*Height should enough to fit largest content's height*/
	position: relative; /*leave this value alone*/
	/*leave this value alone*/
	overflow:hidden;
}

.stepcarousel .belt{
	position: absolute; /*leave this value alone*/
	left: 0px;
	top: 0px;
	width: 862px;
	height: 376px;
	z-index: 10;
}

.stepcarousel .panel{
	width: 100%; /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
	float: left; /*leave this value alone*/
	overflow: hidden;
	height: 385px;
}

