/* Estilos de los cuadros de la página inicial */

/* Cuadro de noticias que aparece en la página de inicio*/
#top_new_home{
	width:100%;
	height:14px;
	background-color:#efefef;
	border-top:#749632 solid 4px;	
}

#center_new_home{
	width:210px;
	background-color:#efefef;
	color: #626262;
}

#center_new_home #info_new{
	width:186px;
	padding-bottom:20px;
	background-image: url(../image/info_bar.gif);
	background-repeat:repeat-x;
	background-position:bottom;
	padding-top:0px;
	margin-left:10px;
}

#center_new_home h3{
	display:inline;
	color:#749632;
	background-image: url(../image/new_icon_home.gif);
	background-repeat:no-repeat;
	background-position:15px;
	padding-left:30px;
}

/* Cuadro de beneficios que aparece en la página de inicio*/

#top_profit_home{
	width:100%;
	height:14px;
	background-color:#EFEFEF;
	border-top:#ab4a45 solid 4px;	
}

#center_profit_home{
	width:210px;
	background-color:#efefef;
	color: #626262;
}

#center_profit_home #info_profit{
	width:186px;
	padding-bottom:20px;
	background-image: url(../image/info_bar.gif);
	background-repeat:repeat-x;
	background-position:bottom;
	padding-top:0px;
	margin-left:10px;
}

#center_profit_home #info_profit #text_profit{
	padding-left:5px;
	background-image: url(../image/red_circle.gif);
	background-repeat:no-repeat;
	background-position:6px left;
}

#center_profit_home h3{
	display:inline;
	color:#ab4a45;
	background-image: url(../image/benefice_icon.gif);
	background-repeat:no-repeat;
	background-position:15px;
	padding-left:30px;
}

/* Formulario de boletion de noticias */

.email_form{
}

.email_form input{
	border:#97aabe solid 1px;
	color:#cdd7e1;
	font-weight:bold;
	background-color:#365c84;
}
