/* PARTE REINVENTATE */
div.reinventate_contenido
{
	position: relative;
	float: left;
	width: 240px;
}

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


div.reinventate_proponemos
{
	position: relative;
	float: left;
	
	width: 240px;
	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: 40px;
			height: 30px;
			top: 5px;
			left: 0px;
			z-index: 1;
			
		}
		
		div.reinventate_proponemos .titulo
		{
			display: block;
			position: relative;
			margin-left: 50px;
			
			font-weight: bold;
			font-size: 14px;
			color: #4e96b3;
			z-index: 2;
			
		}
		
		div.reinventate_proponemos div.texto
		{
			position: relative;
			margin-left: 60px;
			
			width: 170px;
			font-size: 12px;
			color: #4e96b3;
			text-align: justify;
			
		}
				
				div.reinventate_proponemos div.texto p
				{
					margin: 0px 0px 2px 0px;
					font-size: 12px;
				}
							
