div.inicio_izda,
div.inicio_dcha
{
	height: auto;
	overflow: hidden;
}
	

div.inicio_izda
{
	position: relative;
	float: left;
	width: 240px;
}
div.inicio_dcha
{
	position: relative;
	float: left;
	width: 240px;
}











div.inicio_form_newsletter
{
	position: relative;
	float: left;
	width: 238px;
	height: auto;
	left: 0px;
	min-height: 100px;
	padding-top: 10px;
	
	color: #4e96b3;
	font-size: 12px;
	
	padding-left: 0px; 
	text-align:left;
	
	border: 1px solid #a1c7d7;
	
	clear: both;
}

	div.newsletter_ico
	{
		position: absolute;
		top: 5px;
		left: 5px;
		width: 20px;
		height: 20px;
		
		z-index: 1;
		
		background-image: url('/img/moviles/comentarios_ico.gif');
		background-repeat: no-repeat;
		background-position: center center;
	}
	
	div.newsletter_texto
	{
		position: relative;
		float: left;
		left: 40px;
		width: 190px;
		height: auto;
		clear: both;
		z-index: 2;
		font-weight: bold;
	}
	
	div.newsletter_form
	{
		position: relative;
		float: left;
		left: 10px;
		width: 220px;
		height: auto;
		clear: both;
		z-index: 2;
	}

div.inicio_form_newsletter table
{
	width: 100%;
}

div.inicio_form_newsletter th
{
	color: #4e96b3;
	font-size: 12px;
	text-align: right;
}

div.inicio_form_newsletter td
{
	color: #4e96b3;
	font-size: 12px;
	text-align:left;
}




.texto_newsletter
{
	border-bottom: 1px solid #a1c7d7;
	color: #4e96b3;
	font-size: 12px;
	padding: 1px 2px;
	background-color: white;
	text-align:left;
	
}

.texto_newsletter_focus
{
	border-bottom: 1px solid #4e96b3;
	color: #4e96b3;
	font-size: 12px;
	padding: 1px 2px;
	background-color: white;
	text-align:left;
}

.texto_newsletter_resaltado,
.texto_newsletter_resaltado_focus
{
	border-bottom: 1px solid #e3901a;
	color: #4e96b3;
	font-size: 12px;
	padding: 1px 2px;
	background-color: white;
	text-align:left;
}

div.newletter_error
{
	color: #e3901a;
	text-align:left;
}


.boton_newsletter,
.boton_newsletter_over
{
	border: 1px solid #a1c7d7;
	color: #4e96b3;
	font-size: 12px;
	padding: 1px 2px;
	background-color: white;
}

.boton_newsletter_over
{
	border: 1px solid #a1c7d7;
	background-color: #4e96b3;
	font-size: 12px;
	padding: 1px 2px;
	color: white;
	cursor: pointer;
}