/* Contenedor  */

			.linktransparente{
					display: block;
					width: 110px;
					height: 30px;
					position: absolute;
					top: 10px;
					right: 78px;
			}
			.dap1360_container{
				max-width: 940px;
				height: auto;
				margin: 0 auto;
			}
			/* Secciones para textos  */
			.dap1360_title_section01{
				width: 425px;
				height: auto;
				position: relative;
				margin: 185px 0 0 60px;
			}
			.dap1360_title_section02{
				width: 270px;
			    height: auto;
			    float: right;
			    position: relative;
			    margin: 180px 70px 0 80px;
			    text-align: right;
			}
			.dap1360_title_section03{
				width: 379px;
			    height: auto;
			    position: relative;
			    margin: 190px auto 0 80px;
			    float: left;
			}
			.dap1360_title_section04{
				width: 270px;
			    height: auto;
			    text-align: right;
			    position: relative;
			    margin: 150px auto 0 80px;
			    float: left;
			}
			.dap1360_title_section06{
				width: 360px;
				height: auto;
				position: relative;
				margin-left: 480px;
				margin-top: 60px;
			}
			.dap1360_title_section07{
				width: 470px;
				height: auto;
				position: relative;
				float: left;
			}
			/* Estilos de Titulos & Parrafos */
			h1.dap1360_headline1{
				font-family: 'Lato', sans-serif; 
				text-align: left;
				text-transform:uppercase;
				left; color:#FFF; 
				font-size: 18px;	
				font-weight: 900; 
				margin-bottom: 0; 
				margin-top: 0;
				line-height: 1.5;
			}
			h2.dap1360_headline2{
				font-family: 'Lato', sans-serif; 
				text-align: left;
				color:#0684A6; 
				font-size: 33px; 
				font-weight: 700; 
				margin-bottom: 0px; 
				margin-top: 0; 
				line-height: 1;
			}
			
			h3.dap1360_headline3{
				font-family: 'Lato', sans-serif;
				font-size: 18px; 
				font-weight: 900; 
				margin-bottom: 0px; 
				margin-top: 0; 
				margin-right: 0px;
			    color: #FFF;
			    text-transform: uppercase;
			    line-height: 1.5;
			}
			p.dap1360_paragraph{
				font-family: 'Lato', sans-serif; 
				color: #ffffff; 
				font-size: 15px; 
				font-weight: 400; 
				margin-bottom: 0px; 
				margin-top: 20px; 
				line-height: 1.3;
				width: 270px
			}
			/* Alineación de texto */
			.dap1360_txt-left{
				text-align: left;
			}
			.dap1360_txt-center{
				text-align: center;
			}
			.dap1360_txt-justify{
				text-align: justify;
			}
			/* Listas Desordenadas */
			ul.dap1360_list{
				display: block;
				list-style-type: none !important;
				margin-left: -40px;

				font-family: 'Lato', sans-serif; 
				font-size: 16px; 
				font-weight: 400; 
				margin-top: 0; 
			}
			ul.dap1360_list li{
				list-style-type: none !important;
				display: block;
				margin-left: 0;
			}
			/* Color Text */
			.dap1360_darkgray{
				color: #414042 !important;
			}
			.dap1360_gray{
				color: #757575 !important;
			}
			.dap1360_white{
				color: #ffffff !important;
			}