/*------------------------------------------------------------------------
# AsesoriaExtranjeria.com - Sept, 2009
# ------------------------------------------------------------------------
# Copyright (C) 2009 Aruki Komunikazioa, S.L. All Rights Reserved.
# @license - Copyrighted Commercial Software
# Author: Aruki Komunikazioa, S.L
# E-mail:  info@aruki.es
# Websites:  http://www.aruki.es  
-------------------------------------------------------------------------*/

/* Newsletter module common css */
.mainnewsletter {
	position: relative;
	width:40%;
	top: 64px;
	left: 89px;
	text-align:left;
	color: #333;
/*	border:1px solid red;*/
}
.mainnewsletter p {
	margin: 0; padding: 10px 0;
	font-weight:normal;
	font-size: 110%;
	line-height: 1.2;
	text-align:left;
}
.newsletterbutton {
	/*width:100%;*/
	border:1px solid #CCC;
	font-weight:bold;
	text-align:center;
	padding-top:5px;
}
.newsletterbutton p  {
	text-align:center;
}
.newsletterbutton a#toggle, .newsletterbutton p a.highslide{
	font-weight:bold;
	color:#333;
	text-decoration:none;
}

/* highslide*/
.newsletterbutton_highslide {
	font-weight:normal;
	text-align:center;
	padding-top:5px;
}
.newsletterbutton_highslide p  {
	margin: 0; padding: 0;
	text-align:left;
}
.newsletterbutton_highslide a#toggle, .newsletterbutton_highslide p a.highslide{
	display: block;
	font-weight:bold;
	font-size: 100%;
	text-decoration:none;
	color:#303344;
}
.newsletterbutton_highslide p a.highslide:hover{
	text-decoration:underline;
}

/* Mootols style */
#subscribelayout {
	background: #FFFFFF;
	color: #92939D;
	font-size:12px;
	font-weight:normal;
	/*margin-top:5px;*/
	padding-top:10px;
	border-bottom: 2px solid #000000;
	border-left: 2px solid #000000;
	border-right: 2px solid #000000;
}
#subscribelayout p, .highslide-body p, .normalsublayout p{
	text-align:center;
	padding-top:10px;
	font-weight:bold;
}
.highslide-body p{
	color: #666;
	padding:0
}

.highslide-body .inputbox{
	float: right;
	width: 140px;
	height: 18px;
	background: none: /*url(graphics/inputbox-bg.png) no-repeat top right*/;
	border: 1px solid #1f2534;
	text-indent: 2px;
}

.highslide-body p.checkbox-terms a{
	font-weight:normal;
	font-size: 12px;
	color: #333;
	margin:0px 0px 0px 5px;
	text-decoration:none;
}

.highslide-body p.checkbox-terms a:hover{
	color: blue;
	text-decoration:underline;
}


.highslide-body  .button{
	width: 100px;
	height: 25px;
	border: none;
	color: #FFF;
	padding: 0 0 4px;
	background: url(graphics/boton-enviar.png) no-repeat top center;
}

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