@charset "utf-8";
/* Versión: 17/05/2019 */

/* -SECCIÓN: ARDES (INDEX.HTML) **************************************************************************************/
/*  Contenedor (al 100%) */
	section#contenedor-ardes{
		display: block;
		max-width: 100%;
		height: auto;
		background: #f9f7f7;
		margin-top: 1rem;
	}
		/* Contenedor interior (ancho 1024px) */
		section#contenedor-ardes div#cont-interior-tabla{
			display: table;
			margin: auto;
			height: auto;
			max-width: 64rem;
			padding: 5.625rem 0 0 0;
			background: #f9f7f7;
	}
				/*  renglones y celdas */
				div#cont-interior-tabla div.caption{
					display: table-caption;
					font-size: 4rem;
					color: #217B17;
					max-width: 63.9rem;
					height: 3rem;
					padding-top: 5rem;
					background: #f9f7f7;
	}
				div#cont-interior-tabla div.ardes-trow{
					display: table-row;
					max-width: 63.9rem;
					height: 9rem;
					background: #f9f7f7;
	}
					div#cont-interior-tabla div.ardes-trow div.ardes-cell{
						display: table-cell;
						max-width: 63.9rem;
						height: auto;
						background: #f9f7f7;
						word-wrap: break-word;
	}
						/* Estilos del encabezado, titulos y párrafos */	
							/* El Titulo */
						div.titulo{
						font-style: normal;
						font-size: 2.3rem;
						font-weight: 900;
						color: #217B17;
						text-align: center;
						padding-top: 3rem;	
						text-decoration: none;
						word-wrap: break-word;
	}
						.description{
						font-size: 1.4rem;	
						font-style: normal;
						font-weight: 300;
						color: #848282;
						line-height: normal;
						text-align: left;
						text-decoration: none;
						word-wrap: break-word;
	}
						.description-center{
						font-size: 1.4rem;	
						font-style: normal;
						font-weight: 300;
						color: #217B17;
						line-height: normal;
						text-align: center;
						text-decoration: none;
						word-wrap: break-word;
	}

						div.ardes-cell p.soluciones{
						font-size: 1.5rem;	
						font-style: normal;
						font-weight: 700;
						color: #848282;
						line-height: normal;
						text-align: center;
						text-decoration: none;
						word-wrap: break-word;
	}

						/* Los Subtítulos en negrita */ 
						div.ardes-cell p.titulo-resaltado{
						font-size: 1.6rem;	
						font-style: normal;
						font-weight: 400;
						line-height: normal;
						text-align: left;
						text-decoration: none;
							
	}
						
						div.ardes-imagen{
						display:block;
						width: 63.9rem;
						height: auto;
						background: #f9f7f7;
	}
						.previo{
						font-size: 1.5rem;	
						font-style: normal;
						font-weight: 300;
						color: #848282;
						line-height: normal;
						text-align: center;
						text-decoration: none;
						word-wrap: break-word;
	}
