/* PARTE REINVENTATE */
div.reinventate_img
{
	position: relative;
	float: left;
	width: 135px;
	height: 134px;
}

div.reinventate_contenido
{
	position: relative;
	float: left;
	margin-left: 50px;
	width: 500px;
}

div.reinventate_contenido p
{
	font-size: 14px;
}


/* PARTE PROPONEMOS * /
div.reinventate_proponemos
{
	position: relative;
	float: left;
	width: 130px;
	margin-right: 10px;
}


div.reinventate_proponemos .titulo_azul
{
	font-size: 18px;
	color: #a2c7d7;
	font-weight: bold;
	text-align: center;
}*/



div.reinventate_proponemos
{
	position: relative;
	float: left;
	
	width: 357px;
	min-height: 120px;
	height: auto;
	
	margin-bottom: 10px;
}
		div.reinventate_proponemos div.icono
		{
			position: absolute;
			z-index:2 ;
			background-repeat: no-repeat;
			background-position: center center;
			width: 120px;
			height: 82px;
			top: 5px;
			left: 0px;
			z-index: 1;
			
		}
		
		div.reinventate_proponemos .titulo
		{
			display: block;
			position: relative;
			margin-left: 100px;
			
			font-weight: bold;
			font-size: 14px;
			color: #4e96b3;
			z-index: 2;
			
		}
		
		div.reinventate_proponemos div.texto
		{
			position: relative;
			margin-left: 120px;
			
			width: 220px;
			font-size: 12px;
			color: #4e96b3;
			text-align: justify;
			
		}
				
				div.reinventate_proponemos div.texto p
				{
					margin: 0px 0px 2px 0px;
					font-size: 12px;
				}
							