@charset "UTF-8";
/* CSS Document */

body {
	margin:0;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	width:850px;
}

#carrusel-home {
	height:293px;
	text-align:left;
	width:850px;
	float:right;
	margin: 0;
}



/* SLIDESHOW
------------------------------------------------------*/
#slideshow-container{
	width:850px;
	height:293px;
	position:relative;
}
#slideshow-holder{
	width:850px;
	height:293px;
}
.bx-wrapper{
	width:850px;
	height:293px;
}
ul#slideshow {	
  	overflow: hidden;
	width:850px;
	height:293px;
	margin: 0;
	padding: 0;
}
ul#slideshow li {
	width:850px;
	height:293px;
	overflow: hidden;
	margin: 0;
	padding: 0;
}

/* IE7 Hack */
*+html .roundabout {
	width:850px;
	height:293px;
	margin:0px auto;
	position:relative;
	z-index:2;
}
*+html .roundabout ul {
	list-style: none;
	margin:0 auto;
	top:-135px;
}	
*+html .roundabout-moveable-item {
	cursor:pointer;	
}

.roundabout-moveable-item img{
	margin:0 auto;
	width:100% !important;
}
.roundabout-in-focus{
	cursor:auto;
}
/* Slide Navigation */
.bx-prev{
	background-image:url(../images/flecha-preview.png);
	position:absolute;
	top:140px;
	left:20px;
	z-index:4;
	width:17px;
	height:32px;
	color:#900;
	font-size:1px;
}
.bx-next{
	background-image:url(../images/flecha-next.png);
	position:absolute;
	top:140px;
	right:25px;
	z-index:4;
	width:17px;
	height:32px;
	color:#FC3;
	font-size:1px;
}
.suscripcion{
	background-image:url(../images/pie-boton-enviar.jpg);
	color:#03F;
	width:26px;
	height:24px;
	border:0;
}
.camposuscripcion{
	width:230px;
	height:24px;
	border:0;
}
