
input, select {
	font-family: "Trebutchet MS", Verdana, Arial;
	font-size: 11px;
	color: #666666;
}

#body_suscripcion, #body_agracedimiento_suscripcion {
	font-family: "Trebutchet MS", Verdana, Arial;
	font-size: 11px;
	color: #666666;
}

/* *****  Bloque Lateral                                                               */
/* ************************************************* */
#body_suscripcion div.bloque_lateral, #body_agracedimiento_suscripcion div.bloque_lateral {
	float: right;
	width: 232px; /* 264 - 15 - 15 */
	padding: 75px 15px 30px 0px;
}

/* *****  Bloque Formulario                                                         */
/* ************************************************* */
#body_suscripcion div.bloque_formulario {
	width: 484px; /* 516 - 15 - 15 */
	padding: 30px 0px 0px 15px;
}
#body_suscripcion div.bloque_formulario img.banner {
	margin-top: 25px;
	margin-bottom: 20px;
}

#body_suscripcion span.aviso {
	font-size: 9px;
}
#body_suscripcion span.aviso img {
	margin-right: 8px;
}

#body_suscripcion td, #body_suscripcion input {
	font-size: 9px;
	color: black;
	text-align: left;
	padding-left: 15px;	
}
#body_suscripcion td.campo_label {
	text-align: right;
}
#body_suscripcion td.campo_input {
	width: 190px;
}
#body_suscripcion td.campo_input input {
	width: 95%;
	padding-left: 3px;
	padding-right: 3px;
}
#body_suscripcion td.campo_input select {
	width: 100%;
}

#body_suscripcion td.campo_input input.texto_corto {
	width: 50%;
}

#body_suscripcion td.btn_enviar {
	text-align: right;
	padding-top: 25px;
}


/* *****  Bloque Agradecimiento Suscripcion          */
/* ************************************************* */
#body_agracedimiento_suscripcion div.bloque_content {
	width: 484px; /* 516 - 15 - 15 */
	padding: 75px 15px 0px 15px;
}

