/* Newsletter module common css */

.mainnewsletter {
	width:100%;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#303030;
	font-weight:bold;
	vertical-align: top;
	display: block;
	margin-top: 0px;
	padding-top: 0px;
}

.mainnewsletter p {
	text-align:left;
	color: #303030;
	vertical-align: top;
	display: block;
	margin-top: 0px;
	padding-top: 0px;
}

.newsletterbutton {
	/*width:100%;*/

	color: #FFFFFF;
	font-size: 85%;
	padding-left: 20px;	
	padding-top: 45px;
	background-image: url(../../../images/newsletter_subscribe.png);
	background-repeat: no-repeat;
	background-position: center center;
	display: block;
	height: 60px;
	width: 165px;
	margin-left: 0px;
	background-color: #0B154D;
}

.newsletterbutton p  {
	color: #FFFFFF;
	padding-left: 20px;	
	padding-top: 45px;
	background-image: url(../../../images/newsletter_subscribe.png);
	background-repeat: no-repeat;
	background-position: center center;
	display: block;
	height: 60px;
	width: 165px;

}

.newsletterbutton a#toggle, .newsletterbutton p a.highslide{
	font-weight:bold;
	color:#FFFFFF;
	text-decoration:none;
	display: block;
	padding-left: 20px;	
	padding-top: 45px;
	font-size: 10px;
}



/* highslide*/

.newsletterbutton_highslide {
	/*width:100%;*/
	font-weight:bold;
	color: #FFFFFF;
	font-size: 10px;
	padding-left: 20px;	
	padding-top: 45px;
	background-image: url(../../../images/newsletter_subscribe.png);
	background-repeat: no-repeat;
	background-position: center center;
	display: block;
	height: 60px;
	width: 165px;
}

.newsletterbutton_highslide p  {


}

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


}

/* Mootols style */

#subscribelayout {
	color: #000000;
	font-size:12px;
	font-weight:normal;
	/*margin-top:5px;*/
	padding-top:10px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-right-color: #00FF00;
	border-bottom-color: #00FF00;
	border-left-color: #00FF00;
	border-top-style: none;
}

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

.highslide-body p{
	color: #FFFFFF;
}

/* Normal style */
.normalsublayout {
	color: #FFFFFF;
	font-size:12px;
	font-weight:normal;
	margin-top:5px;
	padding-top:10px;
	border: none;
}


/* boton de sxuscribirse en el form */



.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;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding: 0px;
	margin-left: 55px;
}



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