/* Newsletter module common css */

.mainnewsletter {
	width:100%;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666666;
	font-weight:normal;
	text-align:center;
	background-color: #FFFFFF;

}

.mainnewsletter p {
	text-align:left;

}

.newsletterbutton {
	color: #666666;
	font-size: 85%;
	background-position: center center;
	display: block;
	background-image: url(../../../images/subscribe.jpg);
	background-repeat: no-repeat;
	text-align: center;
	padding: 0px;
	margin-left: 0px;
	background-color: #FFFFFF;
	width: 160px;
	height: 65px;	
}

.newsletterbutton p  {
	text-align:left;
	background-image: url(../../../images/subscribe.jpg);
	background-repeat: no-repeat;
	width: 160px;
	height: 65px;	

}

.newsletterbutton a#toggle, .newsletterbutton p a.highslide{
	font-weight:bold;
	color:#666666;
	text-decoration:none;
	padding-top: 35px;
	display: block;
	padding-left: 20px;
	background-image: url(../../../images/subscribe.jpg);
	background-repeat: no-repeat;
	font-size: 12px;
	width: 160px;
	height: 65px;	
}


/* highslide*/

.newsletterbutton_highslide {
	font-weight:bold;
	text-align:center;
	padding-top:5px;

}

.newsletterbutton_highslide p  {
	text-align:center;

}

.newsletterbutton_highslide a#toggle, .newsletterbutton_highslide p a.highslide{
	font-weight:bold;
	color:#000000;
	text-decoration:none;

}



/* Mootols style */

#subscribelayout {
	background: #FFFFFF;
	color: #92939D;
	font-size:12px;
	font-weight:normal;
	/*margin-top:5px;*/
	padding-top:10px;

}

#subscribelayout p, .highslide-body p, .normalsublayout p{
	text-align:center;
	padding-top:10px;
	font-weight:bold;

}

.highslide-body p{
	color: #92939D;

}


/* Normal style */

.normalsublayout {
	background: #FFFFFF;
	color: #92939D;
	font-size:12px;
	font-weight:normal;
	margin-top:5px;
	padding-top:10px;
	border: none;

}


.buttonnewsletter {
	color: #666666;
	font-size: 85%;
	text-transform: uppercase;
	background-image: url(../../../images/enviar.png);
	background-repeat: no-repeat;
	background-position: center center;
	display: block;
	height: 25px;
	width: 95px;
	text-align: center;
	padding: 0px;
	margin-left: 55px;
	background-color: #FFFFFF;
}


.buttonnewsletter:hover, .buttonnewsletter:focus {
	color: #000000;
}