*{
	margin: 0;
	padding: 0;
	border: none;
}

div.clear{
	clear: both;
}

html{
	background-color: #ffd756;
}

div.menuScroll{
	display: block;
	width: 100%;
	height: 50px;
	background-color: #ffd756;
	position: fixed;
	z-index: 200;
	top: 0;
	left: 0;
}

div.centrarMenuScroll{
	display: block;
	width: 1200px;
	height: 50px;
	margin: 0 auto;
}

p.menusScroll{
	display: block;
	width: 200px;
	height: 50px;
	float: left;
	line-height: 50px;
	text-align: center;
	font-family: 'Montserrat', sans-serif;
	color: white;
	font-size: 25px;
	font-weight: 200;
	cursor: pointer;
	transition: all 1s ease-in;
	-webkit-transition: all 1s ease-in;
	-moz-transition: all 1s ease-in;
	-ms-transition: all 1s ease-in;
	-o-transition: all 1s ease-in;
}

p.menusScroll:hover{
	display: block;
	width: 200px;
	height: 50px;
	float: left;
	line-height: 50px;
	text-align: center;
	font-family: 'Montserrat', sans-serif;
	color: rgba(100,100,100,1.00);
	font-size: 25px;
	font-weight: 200;
	cursor: pointer;
	transition: all 1s ease-in;
	-webkit-transition: all 1s ease-in;
	-moz-transition: all 1s ease-in;
	-ms-transition: all 1s ease-in;
	-o-transition: all 1s ease-in;
}

div.back{
	position: absolute;
	top: 4%;
	bottom: 4%;
	left: 2%;
	right: 2%;
	background-image: url(../img/home.jpg);
	background-size: cover;
	background-attachment: fixed;
	background-repeat: no-repeat;
}

div.mostrarMenu{
	display: block;
	width: 80px;
	height: 60px;
	margin: 20px auto;
	text-align: center;
	cursor: pointer;
}

p.menu{
	font-family: 'Montserrat', sans-serif;
	color: white;
	font-size: 25px;
	font-weight: 200;
}

img.rayasMenu{
	width: 50px;
	height: 35px;
	transition: all 0.5s ease-in;
	-webkit-transition: all 0.5s ease-in;
	-moz-transition: all 0.5s ease-in;
	-ms-transition: all 0.5s ease-in;
	-o-transition: all 0.5s ease-in;
}


img.rayasMenu:hover{
	width: 70px;
	height: 35px;
	transition: all 0.5s ease-in;
	-webkit-transition: all 0.5s ease-in;
	-moz-transition: all 0.5s ease-in;
	-ms-transition: all 0.5s ease-in;
	-o-transition: all 0.5s ease-in;
}

div.backLogo{
	display: block;
	width: 400px;
	height: 250px;
	margin: 60px auto;
	text-align: center;
}

nav{
	display: block;
	width: 100%;
	height: 100px;
	background-color: #ffd756;
	mix-blend-mode: multiply;
	margin: 0 auto;
	margin-top: -100px;
}

div.centrarNav{
	display: block;
	width: 1200px;
	height: 100px;
	margin: 0 auto;
	margin-top: -100px;
	position: relative;
	z-index: 2;
}

p.menus{
	display: block;
	width: 200px;
	height: 100px;
	float: left;
	line-height: 100px;
	text-align: center;
	font-family: 'Montserrat', sans-serif;
	color: white;
	font-size: 25px;
	font-weight: 200;
	cursor: pointer;
	transition: all 1s ease-in;
	-webkit-transition: all 1s ease-in;
	-moz-transition: all 1s ease-in;
	-ms-transition: all 1s ease-in;
	-o-transition: all 1s ease-in;
}

p.menus:hover{
	display: block;
	width: 200px;
	height: 100px;
	float: left;
	line-height: 100px;
	text-align: center;
	font-family: 'Montserrat', sans-serif;
	color: #ffd756;
	font-size: 25px;
	font-weight: 200;
	cursor: pointer;
	transition: all 1s ease-in;
	-webkit-transition: all 1s ease-in;
	-moz-transition: all 1s ease-in;
	-ms-transition: all 1s ease-in;
	-o-transition: all 1s ease-in;
}

div.centrarSubmenus{
	display: block;
	width: 1200px;
	height: 300px;
	margin: 0 auto;
	padding-top: 5px;
}

div.submenu{
	display: block;
	width: 200px;
	height: 245px;
	background-color: #ffd756;
	mix-blend-mode: multiply;
	position: relative;
	margin-top: 0;
	margin-left: 600px;
}

div.submenudos{
	display: block;
	width: 200px;
	height: 300px;
	position: relative;
	margin-top: -245px;
	margin-left: 600px;
	z-index: 2;
}

p.submenus{
	display: block;
	width: 180px;
	height: 50px;
	padding-top: 10px;
	border-bottom: solid 1px black;
	text-align: center;
	font-family: 'Montserrat', sans-serif;
	color: white;
	font-size: 18px;
	line-height: 22px;
	font-weight: 200;
	margin: 0 auto;
	transition: all 1s ease-in;
	-webkit-transition: all 1s ease-in;
	-moz-transition: all 1s ease-in;
	-ms-transition: all 1s ease-in;
	-o-transition: all 1s ease-in;
}

p.submenusdos{
	display: block;
	width: 180px;
	height: 50px;
	padding-top: 10px;
	border-bottom: solid 1px black;
	text-align: center;
	font-family: 'Montserrat', sans-serif;
	color: white;
	font-size: 18px;
	line-height: 50px;
	font-weight: 200;
	margin: 0 auto;
	transition: all 1s ease-in;
	-webkit-transition: all 1s ease-in;
	-moz-transition: all 1s ease-in;
	-ms-transition: all 1s ease-in;
	-o-transition: all 1s ease-in;
}

p.submenustres{
	display: block;
	width: 180px;
	height: 50px;
	padding-top: 10px;
	text-align: center;
	font-family: 'Montserrat', sans-serif;
	color: white;
	font-size: 18px;
	line-height: 50px;
	font-weight: 200;
	margin: 0 auto;
	transition: all 1s ease-in;
	-webkit-transition: all 1s ease-in;
	-moz-transition: all 1s ease-in;
	-ms-transition: all 1s ease-in;
	-o-transition: all 1s ease-in;
}

p.submenus:hover, p.submenusdos:hover, p.submenustres:hover{
	color: #ffd756;
	cursor: pointer;
	transition: all 1s ease-in;
	-webkit-transition: all 1s ease-in;
	-moz-transition: all 1s ease-in;
	-ms-transition: all 1s ease-in;
	-o-transition: all 1s ease-in;
}

a.contact{
	display: block;
	width: 100%;
	height: 50px;
	margin-top: 8%;
	text-align: center;
}

section.seccionUno{
	display: block;
	width: 100%;
	height: 700px;
	background-color: rgba(250,250,250,1.00);
	margin-top: 52%;
}

article.centrarSeccionUno{
	display: block;
	width: 1200px;
	height: 700px;
	margin: 0 auto;
}

h1{
	display: block;
	width: 600px;
	height: 50px;
	padding-left: 20px;
	border: solid 1px #ffd756;
	font-family: 'Montserrat', sans-serif;
	color: rgba(200,200,200,1.00);
	text-align: left;
	line-height: 50px;
	float: right;
	margin-top: 20px;
}

div.cuadrito{
	display: block;
	width: 40px;
	height: 40px;
	border: solid 1px #ffd756;
	float: left;
	margin-top: 20px;
}

h2{
	display: block;
	width: 400px;
	height: 40px;
	padding-left: 20px;
	background-color: rgba(200,200,200,1.00);
	font-family: 'Montserrat', sans-serif;
	color: rgba(255,255,255,1.00);
	text-align: left;
	line-height: 42px;
	float: left;
	margin-top: 20px;

}

img.cosn001{
	display: block;
	width: 800px;
	height: 400px;
	float: left;
	margin-top: 50px;
}

div.text01{
	display: block;
	width: 600px;
	height: 400px;
	background-color: rgba(255,255,255,1.00);
	float: left;
	margin-top: -350px;
	margin-left: 500px;
	padding: 50px;
	font-family: 'Montserrat', sans-serif;
	color: rgba(100,100,100,1.00);
	font-size: 18px;
}

ul.listValores{
	list-style-type: square;
	color: #ffd756;
	padding-left: 20px;
}

span.spanGray{
	color: rgba(100,100,100,10.00);
}

section.seccionDos{
	display: block;
	width: 100%;
	height: 850px;
	background-color: rgba(245,245,245,1.00);
	margin-top: 1px;
}

article.centrarSeccionDos{
	display: block;
	width: 1200px;
	height: 800px;
	padding-top: 50px;
	margin: 0 auto;
}

img.cosn002{
	display: block;
	width: 800px;
	height: 400px;
	float: right;
	margin-top: 50px;
}

div.text02{
	display: block;
	width: 600px;
	height: 600px;
	background-color: rgba(255,255,255,1.00);
	float: left;
	margin-top: -450px;
	margin-left: 0px;
	padding: 50px;
	font-family: 'Montserrat', sans-serif;
	color: rgba(100,100,100,1.00);
	font-size: 18px;
}

div.cuadritoDos{
	display: block;
	width: 40px;
	height: 40px;
	border: solid 1px #ffd756;
	float: right;
	margin-top: 20px;
}

h2.h202{
	display: block;
	width: 400px;
	height: 40px;
	padding-right: 20px;
	background-color: rgba(200,200,200,1.00);
	font-family: 'Montserrat', sans-serif;
	color: rgba(255,255,255,1.00);
	text-align: right;
	line-height: 42px;
	float: right;
	margin-top: 20px;
}

h3{
	font-family: 'Montserrat', sans-serif;
	color: #ffd756;
}

section.seccionTres{
	display: block;
	width: 100%;
	height: 850px;
	background-image: url(../img/BackSeccionTres.jpg);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	margin-top: 1px;
}

article.centrarSeccionTres{
	display: block;
	width: 1200px;
	height: 800px;
	padding-top: 50px;
	margin: 0 auto;
}

div.text03{
	display: block;
	width: 800px;
	height: 540px;
	background-color: rgba(255,255,255,1.00);
	margin: 40px auto;
	padding: 50px;
	font-family: 'Montserrat', sans-serif;
	color: rgba(100,100,100,1.00);
	font-size: 18px;
}

section.seccionCuatro{
	display: block;
	width: 100%;
	height: 450px;
	background-color: #d6bb4d;
}

article.centrarSeccionCuatro{
	display: block;
	width: 1200px;
	height: 400px;
	padding-top: 50px;
	margin: 0 auto;
}

div.text04{
	display: block;
	width: 1200px;
	height: 200px;
	margin: 0 auto;
	padding: 50px;
	font-family: 'Montserrat', sans-serif;
	font-weight: bolder;
	font-size: 20px;
	color: white;
	line-height: 40px;
	margin-top: -50px;
	text-align: center;
}

h2.h204{
	display: block;
	width: 800px;
	height: 40px;
	margin: 20px auto;
	float: none;
	padding-right: 20px;
	background-color: rgba(255,255,255,0.00);
	font-family: 'Montserrat', sans-serif;
	color: rgba(255,255,255,1.00);
	text-align: center;
	line-height: 42px;
	margin-top: 20px;
	border: solid 1px white;
}

section.seccionCinco{
	display: block;
	width: 100%;
	height: 1050px;
	background-color: rgba(245,245,245,1.00);
	margin-top: 1px;
}

article.centrarSeccionCinco{
	display: block;
	width: 1200px;
	height: 1000px;
	padding-top: 50px;
	margin: 0 auto;
}

h2.h205{
	display: block;
	width: 400px;
	height: 40px;
	padding-left: 20px;
	background-color: rgba(200,200,200,1.00);
	font-family: 'Montserrat', sans-serif;
	color: rgba(255,255,255,1.00);
	text-align: left;
	line-height: 42px;
	float: left;
	margin-top: 20px;
}

div.text05, div.text051, div.text052{
	display: block;
	width: 300px;
	height: 400px;
	margin: 0 auto;
	padding: 50px;
	font-family: 'Montserrat', sans-serif;
	font-weight: bolder;
	font-size: 16px;
	color: rgba(200,200,200,1.00);
	line-height: 40px;
	margin-top: 40px;
	text-align: center;
	float: left;
	margin-right: 150px;
	border: solid 1px #ffd756;
}

div.text052{
	margin-right: 0;
}

div.text053{
	display: block;
	width: 1200px;
	height: 400px;
	margin: 0 auto;
	padding: 20px;
	font-family: 'Montserrat', sans-serif;
	font-weight: bolder;
	font-size: 16px;
	color: rgba(200,200,200,1.00);
	line-height: 40px;
	margin-top: 500px;
	text-align: left;
	margin-right: 140px;
	border: solid 1px #ffd756;
	column-count: 2;
	column-gap: 40px;
	-webkit-column-count: 2;
	-webkit-column-gap: 40px;
	-moz-column-count: 2;
	-moz-column-gap: 40px;
	-ms-column-count: 2;
	-ms-column-gap: 40px;
	-o-column-count: 2;
	-o-column-gap: 40px;
}

section.seccionSeis{
	display: block;
	width: 100%;
	height: 800px;
	overflow: hidden;
}

section.seccionUno, section.seccionDos, section.seccionTres, section.seccionCuatro, section.seccionCinco, section.seccionSeis, section.seccionSiete, section.seccionOcho{
	outline: none;
} 

section.seccionSiete{
	display: block;
	width: 100%;
	height: 850px;
	background-color: rgba(245,245,245,1.00);
	margin-top: 1px;
}

article.centrarSeccionSiete{
	display: block;
	width: 1200px;
	height: 800px;
	padding-top: 50px;
	margin: 0 auto;
}

div.text07{
	display: block;
	width: 600px;
	height: 600px;
	background-color: rgba(255,255,255,1.00);
	float: left;
	margin-top: -500px;
	margin-left: 0px;
	padding: 50px;
	font-family: 'Montserrat', sans-serif;
	color: rgba(100,100,100,1.00);
	font-size: 14px;
	line-height: 20px;
}

img.cosn007{
	display: block;
	width: 800px;
	height: 550px;
	float: right;
	margin-top: 50px;
}

section.seccionOcho{
	display: block;
	width: 100%;
	height: 850px;
	background-color: rgba(245,245,245,0.00);
	margin-top: 1px;
}

article.centrarSeccionOcho{
	display: block;
	width: 1200px;
	height: 800px;
	padding-top: 50px;
	margin: 0 auto;
}

div.cuadritoOcho{
	display: block;
	width: 40px;
	height: 40px;
	border: solid 1px white;
	float: left;
	margin-top: 20px;
}

h2.h208{
	display: block;
	width: 400px;
	height: 40px;
	padding-left: 20px;
	background-color: rgba(200,200,200,1.00);
	font-family: 'Montserrat', sans-serif;
	color: rgba(255,255,255,1.00);
	text-align: left;
	line-height: 42px;
	float: left;
	margin-top: 20px;
}

div.text08{
	display: block;
	width: 600px;
	height: 500px;
	background-color: rgba(255,255,255,1.00);
	margin: 100px auto;
	padding: 50px;
	font-family: 'Montserrat', sans-serif;
	color: rgba(100,100,100,1.00);
	font-size: 18px;
}

p.cons{
	font-family: 'helvetica';
	font-size: 40px;
	font-weight: bold;
	color: white;
	text-align: center;
}

p.para{
	display: block;
	font-family: 'helvetica';
	font-size: 16px;
	color: white;
	text-align: center;
	width: 300px;
	margin: 1% auto;
}

form{
	display: block;
	width: 500px;
	height: 350px;
	border: solid 1px #fdd653;
	margin: 1% auto;
}

input{
	display: block;
	width: 480px;
	height: 40px;
	margin: 10px auto;
	border: solid 1px #fdd653;
	background-color: rgba(200,200,200,1.00);
	padding: 5px;
}

textarea{
	display: block;
	width: 480px;
	height: 180px;
	margin: 10px auto;
	border: solid 1px #fdd653;
	background-color: rgba(200,200,200,1.00);
	padding:5px;	
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: rgba(100,100,100,1.00);
}
::-moz-placeholder { /* Firefox 19+ */
  color: rgba(100,100,100,1.00);
}
:-ms-input-placeholder { /* IE 10+ */
  color: rgba(100,100,100,1.00);
}
:-moz-placeholder { /* Firefox 18- */
  color: rgba(100,100,100,1.00);
}

footer{
	display: block;
	width: 100%;
	height: 100px;
	background-color: rgba(200,200,200,1.00);
}

div.centrarFooter{
	display: block;
	width: 1200px;
	height: 100px;
	margin: 0 auto;
	font-family: 'helvetica';
	font-size: 14px;
	text-align: center;
	line-height: 100px;
	color: white;
	font-weight: lighter;
}

/***************************************************Estilos responsivos*****************************************/

@media screen and (max-width: 375px) {

*{
	margin: 0;
	padding: 0;
	border: none;
}

div.clear{
	clear: both;
}

html{
	background-color: #ffd756;
}

div.menuScroll{
	display: block;
	width: 320px;
	height: 80px;
	background-color: #ffd756;
	position: fixed;
	z-index: 200;
	top: 0;
	left: 0;
}

div.centrarMenuScroll{
	display: block;
	width: 320px;
	height: 80px;
	margin: 0 auto;
}

p.menusScroll{
	display: block;
	width: 105px;
	height: 40px;
	float: left;
	line-height: 40px;
	text-align: center;
	font-family: 'Montserrat', sans-serif;
	color: white;
	font-size: 18px;
	font-weight: 200;
	cursor: pointer;
	transition: all 1s ease-in;
	-webkit-transition: all 1s ease-in;
	-moz-transition: all 1s ease-in;
	-ms-transition: all 1s ease-in;
	-o-transition: all 1s ease-in;
}

p.menusScroll:hover{
	display: block;
	width: 105px;
	height: 40px;
	float: left;
	line-height: 40px;
	text-align: center;
	font-family: 'Montserrat', sans-serif;
	color: rgba(100,100,100,1.00);
	font-size: 18px;
	font-weight: 200;
	cursor: pointer;
	transition: all 1s ease-in;
	-webkit-transition: all 1s ease-in;
	-moz-transition: all 1s ease-in;
	-ms-transition: all 1s ease-in;
	-o-transition: all 1s ease-in;
}

div.back{
	position: absolute;
	top: 5%;
	bottom: 5%;
	left: 6%;
	right: 6%;
	background-image: url(../img/homeResponsive.jpg);
	background-size: 320px 600px;
	background-attachment: fixed;
	background-repeat: no-repeat;
}

div.mostrarMenu{
	display: block;
	width: 80px;
	height: 40px;
	margin: 0px auto;
	text-align: center;
	cursor: pointer;
}

p.menu{
	font-family: 'Montserrat', sans-serif;
	color: white;
	font-size: 25px;
	font-weight: 200;
}

img.rayasMenu{
	width: 50px;
	height: 35px;
	transition: all 0.5s ease-in;
	-webkit-transition: all 0.5s ease-in;
	-moz-transition: all 0.5s ease-in;
	-ms-transition: all 0.5s ease-in;
	-o-transition: all 0.5s ease-in;
}


img.rayasMenu:hover{
	width: 70px;
	height: 35px;
	transition: all 0.5s ease-in;
	-webkit-transition: all 0.5s ease-in;
	-moz-transition: all 0.5s ease-in;
	-ms-transition: all 0.5s ease-in;
	-o-transition: all 0.5s ease-in;
}

div.backLogo{
	display: block;
	width: 280px;
	height: 140px;
	margin: 80px auto;
	text-align: center;
}

img.logo{
	display: block;
	width: 250px;
	height: 90px;
	margin-left: 15px;
}

nav{
	display: block;
	width: 280px;
	height: 160px;
	background-color: #ffd756;
	mix-blend-mode: multiply;
	margin: 0 auto;
	margin-top: -160px;
}

div.centrarNav{
	display: block;
	width: 260px;
	height: 160px;
	margin: 0 auto;
	margin-top: -160px;
	position: relative;
	z-index: 2;
}

p.menus{
	display: block;
	width: 130px;
	height: 50px;
	float: left;
	line-height: 50px;
	text-align: center;
	font-family: 'Montserrat', sans-serif;
	color: white;
	font-size: 20px;
	font-weight: 200;
	cursor: pointer;
	transition: all 1s ease-in;
	-webkit-transition: all 1s ease-in;
	-moz-transition: all 1s ease-in;
	-ms-transition: all 1s ease-in;
	-o-transition: all 1s ease-in;
}

p.menus:hover{
	display: block;
	width: 130px;
	height: 50px;
	float: left;
	line-height: 50px;
	text-align: center;
	font-family: 'Montserrat', sans-serif;
	color: #ffd756;
	font-size: 20px;
	font-weight: 200;
	cursor: pointer;
	transition: all 1s ease-in;
	-webkit-transition: all 1s ease-in;
	-moz-transition: all 1s ease-in;
	-ms-transition: all 1s ease-in;
	-o-transition: all 1s ease-in;
}

div.centrarSubmenus{
	display: block;
	width: 300px;
	height: 300px;
	margin: 0 auto;
	padding-top: 5px;
}

div.submenu{
	display: block;
	width: 100px;
	height: 245px;
	background-color: #ffd756;
	mix-blend-mode: multiply;
	position: relative;
	margin-top: 0;
	margin-left: 600px;
}

div.submenudos{
	display: block;
	width: 100px;
	height: 300px;
	position: relative;
	margin-top: -245px;
	margin-left: 600px;
	z-index: 2;
}

p.submenus{
	display: block;
	width: 100px;
	height: 50px;
	padding-top: 10px;
	border-bottom: solid 1px black;
	text-align: center;
	font-family: 'Montserrat', sans-serif;
	color: white;
	font-size: 18px;
	line-height: 22px;
	font-weight: 200;
	margin: 0 auto;
	transition: all 1s ease-in;
	-webkit-transition: all 1s ease-in;
	-moz-transition: all 1s ease-in;
	-ms-transition: all 1s ease-in;
	-o-transition: all 1s ease-in;
}

p.submenusdos{
	display: block;
	width: 100px;
	height: 50px;
	padding-top: 10px;
	border-bottom: solid 1px black;
	text-align: center;
	font-family: 'Montserrat', sans-serif;
	color: white;
	font-size: 18px;
	line-height: 50px;
	font-weight: 200;
	margin: 0 auto;
	transition: all 1s ease-in;
	-webkit-transition: all 1s ease-in;
	-moz-transition: all 1s ease-in;
	-ms-transition: all 1s ease-in;
	-o-transition: all 1s ease-in;
}

p.submenustres{
	display: block;
	width: 100px;
	height: 50px;
	padding-top: 10px;
	text-align: center;
	font-family: 'Montserrat', sans-serif;
	color: white;
	font-size: 18px;
	line-height: 50px;
	font-weight: 200;
	margin: 0 auto;
	transition: all 1s ease-in;
	-webkit-transition: all 1s ease-in;
	-moz-transition: all 1s ease-in;
	-ms-transition: all 1s ease-in;
	-o-transition: all 1s ease-in;
}

p.submenus:hover, p.submenusdos:hover, p.submenustres:hover{
	color: #ffd756;
	cursor: pointer;
	transition: all 1s ease-in;
	-webkit-transition: all 1s ease-in;
	-moz-transition: all 1s ease-in;
	-ms-transition: all 1s ease-in;
	-o-transition: all 1s ease-in;
}

a.contact{
	display: block;
	width: 300px;
	height: 40px;
	margin-top: 4%;
	text-align: center;
}

section.seccionUno{
	display: block;
	width: 320px;
	height: 600px;
	background-color: rgba(250,250,250,1.00);
	margin-top: 155%;
}

article.centrarSeccionUno{
	display: block;
	width: 300px;
	height: 600px;
	margin: 0 auto;
}

h1{
	display: block;
	width: 300px;
	height: 30px;
	padding-left: 10px;
	border: solid 1px #ffd756;
	font-family: 'Montserrat', sans-serif;
	color: rgba(200,200,200,1.00);
	text-align: left;
	line-height: 30px;
	float: right;
	margin: 0 auto;
	margin-top: 20px;
	font-size: 11px;
}

div.cuadrito{
	display: block;
	width: 40px;
	height: 40px;
	border: solid 1px #ffd756;
	float: left;
	margin-top: 20px;
}

h2{
	display: block;
	width: 250px;
	height: 40px;
	padding-left: 20px;
	background-color: rgba(200,200,200,1.00);
	font-family: 'Montserrat', sans-serif;
	color: rgba(255,255,255,1.00);
	text-align: left;
	line-height: 42px;
	float: left;
	margin-top: 20px;
	font-size: 18px;
}

img.cosn001{
	display: block;
	width: 300px;
	height: 150px;
	float: none;
	margin: 0 auto;
	margin-top: 50px;
}

div.text01{
	display: block;
	width: 300px;
	height: 270px;
	background-color: rgba(255,255,255,1.00);
	float: left;
	margin-top: 0px;
	margin-left: 0px;
	margin: 0 auto;
	padding: 10px;
	font-family: 'Montserrat', sans-serif;
	color: rgba(100,100,100,1.00);
	font-size: 12px;
}

ul.listValores{
	list-style-type: square;
	color: #ffd756;
	padding-left: 10px;
}

span.spanGray{
	color: rgba(100,100,100,10.00);
}

section.seccionDos{
	display: block;
	width: 320px;
	height: 750px;
	background-color: rgba(245,245,245,1.00);
	margin-top: 1px;
}

article.centrarSeccionDos{
	display: block;
	width: 300px;
	height: 750px;
	padding-top: 50px;
	margin: 0 auto;
}

img.cosn002{
	display: block;
	width: 300px;
	height: 150px;
	float: right;
	margin-top: 50px;
}

div.text02{
	display: block;
	width: 300px;
	height: 400px;
	background-color: rgba(255,255,255,1.00);
	float: left;
	margin-top: 0px;
	margin-left: 0px;
	padding: 10px;
	font-family: 'Montserrat', sans-serif;
	color: rgba(100,100,100,1.00);
	font-size: 12px;
}

div.cuadritoDos{
	display: block;
	width: 40px;
	height: 40px;
	border: solid 1px #ffd756;
	float: right;
	margin-top: 20px;
}

h2.h202{
	display: block;
	width: 200px;
	height: 40px;
	padding-right: 10px;
	background-color: rgba(200,200,200,1.00);
	font-family: 'Montserrat', sans-serif;
	color: rgba(255,255,255,1.00);
	text-align: right;
	line-height: 42px;
	float: right;
	margin-top: 20px;
}

h3{
	font-family: 'Montserrat', sans-serif;
	color: #ffd756;
}

section.seccionTres{
	display: block;
	width: 320px;
	height: 650px;
	background-image: url(../img/BackSeccionTres.jpg);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	margin-top: 1px;
}

article.centrarSeccionTres{
	display: block;
	width: 300px;
	height: 600px;
	padding-top: 50px;
	margin: 0 auto;
}

div.text03{
	display: block;
	width: 300px;
	height: 450px;
	background-color: rgba(255,255,255,1.00);
	margin: 40px auto;
	padding: 10px;
	font-family: 'Montserrat', sans-serif;
	color: rgba(100,100,100,1.00);
	font-size: 12px;
}

section.seccionCuatro{
	display: block;
	width: 320px;
	height: 900px;
	background-color: #d6bb4d;
}

article.centrarSeccionCuatro{
	display: block;
	width: 300px;
	height: 900px;
	padding-top: 50px;
	margin: 0 auto;
}

div.text04{
	display: block;
	width: 300px;
	height: 400px;
	margin: 0 auto;
	padding: 10px;
	font-family: 'Montserrat', sans-serif;
	font-weight: bolder;
	font-size: 14px;
	line-height: 16px;
	color: white;
	line-height: 30px;
	margin-top: 0px;
	text-align: center;
}

h2.h204{
	display: block;
	width: 280px;
	height: 80px;
	margin: 20px auto;
	float: none;
	padding-right: 10px;
	background-color: rgba(255,255,255,0.00);
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	line-height: 14px
	color: rgba(255,255,255,1.00);
	text-align: center;
	line-height: 42px;
	margin-top: 20px;
	border: solid 1px white;
}

section.seccionCinco{
	display: block;
	width: 320px;
	height: 1500px;
	background-color: rgba(245,245,245,1.00);
	margin-top: 1px;
}

article.centrarSeccionCinco{
	display: block;
	width: 300px;
	height: 1500px;
	padding-top: 50px;
	margin: 0 auto;
}

h2.h205{
	display: block;
	width: 260px;
	height: 40px;
	padding-left: 20px;
	background-color: rgba(200,200,200,1.00);
	font-family: 'Montserrat', sans-serif;
	font-size: 18px;
	color: rgba(255,255,255,1.00);
	text-align: left;
	line-height: 42px;
	float: left;
	margin-top: 20px;
}

div.text05, div.text051, div.text052{
	display: block;
	width: 300px;
	height: 280px;
	margin: 0 auto;
	padding: 20px;
	font-family: 'Montserrat', sans-serif;
	font-weight: bolder;
	font-size: 12px;
	color: rgba(200,200,200,1.00);
	line-height: 30px;
	margin-top: 40px;
	text-align: center;
	float: left;
	margin-right: 150px;
	border: solid 1px #ffd756;
}

div.text052{
	margin-right: 0;
}

div.text053{
	display: block;
	width: 300px;
	height: 300px;
	margin: 0 auto;
	padding: 10px;
	font-family: 'Montserrat', sans-serif;
	font-weight: bolder;
	font-size: 12px;
	color: rgba(200,200,200,1.00);
	line-height: 20px;
	margin-top: 1000px;
	text-align: left;
	margin-right: 0px;
	border: solid 1px #ffd756;
	column-count: 0;
	column-gap: 0px;
	-webkit-column-count: 0;
	-webkit-column-gap: 0px;
	-moz-column-count: 0;
	-moz-column-gap: 0px;
	-ms-column-count: 0;
	-ms-column-gap: 0px;
	-o-column-count: 0;
	-o-column-gap: 0px;
}

section.seccionSeis{
	display: block;
	width: 320px;
	height: 200px;
	overflow: hidden;
}

section.seccionUno, section.seccionDos, section.seccionTres, section.seccionCuatro, section.seccionCinco, section.seccionSeis, section.seccionSiete, section.seccionOcho{
	outline: none;
} 

section.seccionSiete{
	display: block;
	width: 320px;
	height: 1000px;
	background-color: rgba(245,245,245,1.00);
	margin-top: 1px;
}

article.centrarSeccionSiete{
	display: block;
	width: 300px;
	height: 950px;
	padding-top: 50px;
	margin: 0 auto;
}

ul.listExperiencia{
	padding-left: 20px;
}

div.text07{
	display: block;
	width: 300px;
	height: 620px;
	background-color: rgba(255,255,255,1.00);
	float: left;
	margin-top: 0px;
	margin-left: 0px;
	padding: 10px;
	font-family: 'Montserrat', sans-serif;
	color: rgba(100,100,100,1.00);
	font-size: 12px;
	line-height: 16px;
}

img.cosn007{
	display: block;
	width: 300px;
	height: 200px;
	float: right;
	margin-top: 50px;
}

section.seccionOcho{
	display: block;
	width: 320px;
	height: 550px;
	background-color: rgba(245,245,245,0.00);
	margin-top: 1px;
}

article.centrarSeccionOcho{
	display: block;
	width: 300px;
	height: 500px;
	padding-top: 50px;
	margin: 0 auto;
}

div.cuadritoOcho{
	display: block;
	width: 40px;
	height: 40px;
	border: solid 1px white;
	float: left;
	margin-top: 20px;
}

h2.h208{
	display: block;
	width: 200px;
	height: 40px;
	padding-left: 20px;
	background-color: rgba(200,200,200,1.00);
	font-family: 'Montserrat', sans-serif;
	color: rgba(255,255,255,1.00);
	text-align: left;
	line-height: 42px;
	float: left;
	margin-top: 20px;
	font-size: 20px;
}

div.text08{
	display: block;
	width: 320px;
	height: 400px;
	background-color: rgba(255,255,255,1.00);
	margin: 50px auto;
	padding: 10px;
	font-family: 'Montserrat', sans-serif;
	color: rgba(100,100,100,1.00);
	font-size: 12px;
	margin-left: -10px;
	margin-bottom: 0;
}

p.cons{
	font-family: 'helvetica';
	font-size: 30px;
	font-weight: bold;
	color: white;
	text-align: center;
}

p.para{
	display: block;
	font-family: 'helvetica';
	font-size: 16px;
	color: white;
	text-align: center;
	width: 300px;
	margin: 1% auto;
}

form{
	display: block;
	width: 300px;
	height: 350px;
	border: solid 1px #fdd653;
	margin: 1% auto;
}

input{
	display: block;
	width: 280px;
	height: 40px;
	margin: 10px auto;
	border: solid 1px #fdd653;
	background-color: rgba(200,200,200,1.00);
	padding: 5px;
}

textarea{
	display: block;
	width: 280px;
	height: 180px;
	margin: 10px auto;
	border: solid 1px #fdd653;
	background-color: rgba(200,200,200,1.00);
	padding:5px;	
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: rgba(100,100,100,1.00);
}
::-moz-placeholder { /* Firefox 19+ */
  color: rgba(100,100,100,1.00);
}
:-ms-input-placeholder { /* IE 10+ */
  color: rgba(100,100,100,1.00);
}
:-moz-placeholder { /* Firefox 18- */
  color: rgba(100,100,100,1.00);
}

footer{
	display: block;
	width: 320px;
	height: 50px;
	background-color: rgba(200,200,200,1.00);
}

div.centrarFooter{
	display: block;
	width: 300px;
	height: 40px;
	padding-top: 10px;
	margin: 0 auto;
	font-family: 'helvetica';
	font-size: 10px;
	text-align: center;
	line-height: 16px;
	color: white;
	font-weight: lighter;
}

}















































