/* CSS Document  VERSIÓN*/

/*************************************************************************/
/***************************Funcionamiento**********************************/

#texto_funcionamiento{
	position:				relative;
	width:					540px;
	text-align:				justify;
	margin-top: 			0px;
	height:					650px;
	text-align:				justify;
	left:					15px;
	z-index:				2;
}

.ul_lista_justificada{
	list-style: none;
	
}

.ul_lista_justificada li{	
	margin-top:				5px;
	padding-bottom:			5px;
	
	
}
.ancho_lista{	
	width:					280px;
}
#imagen_fondo_funcionamiento{
	position:				absolute;
	width:					228px;
	height:					274px;
	background:				no-repeat;
	top:					365px;
	margin-bottom:			0px;
	padding-bottom:	        0px;
	background-image:		url(../imagenes/novios.png);
	z-index:				1;
	left: 					340px;
}
#atencion_cliente{
	margin-top:				10px;
	width:					320px;
	font-weight:			600;
	
}

.espaciado_top{
	margin-top: 20px;
}
