/************** Slide MPW **************/
#boxMPW{
	position:absolute;
}
#boxMPW span{
	display:block;
	float:left;
}
.maskMPW{
	position:relative;
	width:594px;
	height:201px;
	overflow:hidden;
}
/************** Slide Servicios **************/
#boxS1, #boxS2 {
	position:absolute;
	width:480px;
}
#boxS1 span, #boxS2 span{
	display:block;
}
#infoS1, #infoS2{
	bottom:0;
}
.maskServicios{
	position:relative;
	width:500px;
	height:140px;
	overflow:hidden;
}
.infoS{
	width:475px;
	height:35px;
	background:#415e96;
	position:absolute;
}
.infoS p, .infoS h4{
	color:#fff;
	padding:2px;
	padding-top:5px;
	font-family:Arial;
}
.infoS h4{
	font-size:14px;
}
.infoS h4 a{
	float:right;
	background:#fff;
	color:#000;
	font-size:10px;
	padding:0 3px;
	text-decoration:none
}
/************** Slide Ofertas **************/
#boxO1, #boxO2, #boxO3, #boxO4 {
	position:absolute;
	width:235px;
}
#boxO1 span, #boxO2 span, #boxO3 span, #boxO4 span{
	display:block;
}
#infoO1, #infoO2, #infoO3, #infoO4{
	bottom:0;
}
.maskOfertas{
	position:relative;
	width:230px;
	height:140px;
	overflow:hidden;
}
.infoO{
	width:240px;
	height:40px;
	background:#415e96;
	position:absolute;
}
.infoO p, .infoO h4{
	color:#fff;
	padding:2px;
	padding-top:5px;
	font-family:Arial;
}
.infoO h4{
	font-size:14px;
}
.infoO h4 a{
	float:right;
	background:#fff;
	color:#000;
	font-size:10px;
	padding:0 3px;
	text-decoration:none
}
.infoOG{
	width:240px;
	height:65px;
	background:#415e96;
	position:absolute;
}
.infoOG p, .infoOG h4{
	color:#fff;
	padding:2px;
	padding-top:5px;
	font-family:Arial;
}
.infoOG h4{
	font-size:14px;
}
.infoOG h4 a{
	float:right;
	background:#fff;
	color:#000;
	font-size:10px;
	padding:0 3px;
	text-decoration:none
}
/* ********************************** */
.thumbs{
	width:54px;
}
.thumbs div{
	display:block;
	width:54px;
	height:41px;
	margin:3px 0;
	cursor:pointer;
}

.thumbs div img{
	display:block;
	width:100%;
	height:100%;
	border:none
}
/*
.mask3{
	position:relative;
	width:480px;
	height:240px;
	overflow:hidden;
}
*/

span img{
	display:block;
	border:none;
}

/*-------------------*/
.buttons{padding:2px;}
.buttons span{color:#a2c835;padding:0 5px;cursor:pointer;font:10px Verdana}
.buttons span.active, .buttons span:hover{background:#a2c835;color:#000}