/* CSS Document */
/*---------------------------------------------cuerpo-------------------------------------*/
#contenido{
	display:block;
	float:left;
	width:850px;
	background-image: url(../img/repetir.jpg);
	padding-right: 76px;
	padding-left: 74px;
	padding-bottom: 50px;
}

/*-----------------------------------------contenido----------------------------------------*/

#contenido #izquierda_como{
	display:block;
	float:left;
	width:330px;
	background-image: url(../img/como_funciona_izq.jpg);
	background-repeat: no-repeat;
	padding-top: 620px;
	padding-left: 42px;
}
#izquierda_como p.marketing_directo{
	display:block;
	float:left;
	width:180px;
	padding-left:40px;
	color: #282828;
	font-size:10px;
	line-height: 18px;
	padding-bottom: 60px;

}
#izquierda_como p.marketing_directo span{
	font-weight:bold;
	font-size: 10px;
}
#izquierda_como p.marketing_directo strong{
	font-size:11px;
	font-weight:bold;
	color:#005471;
	display: block;
	padding-bottom: 10px;
}
#izquierda_como p.txt_exponga{
	display:block;
	float:left;
	width:250px;
	color: #005471;
	font-size:10px;
}
#izquierda_como p.txt_exponga span{
	font-weight:bold;
}

/*---------------------------------------*/
#contenido p.titulo_como_funciona{
	display:block;
	float:left;
	width:470px;
	font-size:11px;
	font-weight:bold;
	color:#005471;
	padding-bottom: 20px;
}
#contenido p.descripcion_como_funciona{
	display:block;
	float:left;
	width:470px;
	font-size:11px;
	color:#282828;
}
#contenido p.texto_promocional{
	display:block;
	float:left;
	width:470px;
	font-size:10px;
	font-weight:bold;
	color:#FF6600;
	text-align: center;
	padding-top: 15px;
	padding-bottom: 20px;
}
#contenido p.punto_uno{
	display:block;
	float:left;
	width:440px;
	font-size:14px;
	font-weight:bold;
	color:#005471;
	background-image: url(../img/punto_1.gif);
	background-repeat: no-repeat;
	padding-left: 30px;
	padding-bottom: 8px;
}
#contenido p.imagen_uno{
	display:block;
	float:left;
	width:250px;
	font-size:11px;
	color:#282828;
	background-image: url(../img/como_funciona_imagen1.jpg);
	background-repeat: no-repeat;
	padding-right: 190px;
	background-position: 320px 0px;
	padding-left: 30px;
	height: 200px;
}
#contenido p.punto_dos{
	display:block;
	float:left;
	width:440px;
	font-size:14px;
	font-weight:bold;
	color:#005471;
	background-image: url(../img/punto_2.gif);
	background-repeat: no-repeat;
	padding-left: 30px;
	padding-bottom: 8px;
}
#contenido p.imagen_dos{
	display:block;
	float:left;
	width:440px;
	font-size:11px;
	color:#282828;
	padding-left: 30px;
	background-image: url(../img/como_funciona_imagen2.jpg);
	background-position: 30px 80px;
	background-repeat: no-repeat;
	height: 320px;
}
#contenido p.punto_tres{
	display:block;
	float:left;
	width:440px;
	font-size:14px;
	font-weight:bold;
	color:#005471;
	background-image: url(../img/punto_3.gif);
	background-repeat: no-repeat;
	padding-left: 30px;
	padding-bottom: 8px;
}
#contenido p.imagen_tres{
	display:block;
	float:left;
	width:140px;
	font-size:11px;
	color:#282828;
	padding-left: 30px;
	background-image: url(../img/como_funciona_imagen3.jpg);
	background-repeat: no-repeat;
	background-position: 200px 0px;
	padding-right: 300px;
	height: 210px;
}
