h4 {
	font-size:1.8em;
}

#container {
	background-image: url('../img/IM_S_G04_U01_L05_03_01_01.jpg');
	background-repeat: no-repeat;
	border-radius: 5px;
	height:636px;
	width:100%;
	position: relative;
	margin-top: -20px;
}

.btn {
	background: url(../img/btn_iniciar.png);
	height:124px;
	width:340px;
	transition:all 0.2s linear;
	-webkit-transition:all 0.2s linear;
	-moz-transition:all 0.2s linear;
	-o-transition:all 0.2s linear;

}


.btn:hover{ 
	cursor: pointer;
	transform:scale(1.1);
	-webkit-transform:scale(1.1);
	-moz-transform:scale(1.1);
	-o-transform:scale(1.1);
}


.btn:active {
	transform:scale(1.08);
	-webkit-transform:scale(1.08);
	-moz-transform:scale(1.08);
	-o-transform:scale(1.08);
}

.btnconcep {
	background: #19abae;
	border-radius: 5px;
	color:#FFF;
	font-size: 1em;
	height:40px;
	line-height: 40px;
	text-shadow:0 0 5px rgba(0,0,0,0.5);
	box-shadow: inset 4px 0 0 #106D70;
	width:180px;
	z-index: 4;
}

.btnconcep:hover {
	cursor: pointer;
	background: #1DC9CD;
}

.btnconcep:active {
	box-shadow: none;
	width:178px;
}

.texto {
	background:#00abaf;
	width:650px;
	padding:30px;
	border-radius: 15px;
}

.texto {
	list-style-image: none;
	list-style-position: inside;
	font-size:2em;
	color:#FFF;
	text-align: left;
	vertical-align: center;
}

.texto li {
	vertical-align: top;
}

.lista {
	font-size: 1.2em;
	text-align: left;
	width:300px;
	list-style-type: disc;
}

#c7 {
	display:inline-block;
	width:500px;
}

#c7 img {
	margin:0px;
	width:150px;
}
.sincontpp{
	padding:20px;
	border-radius: 10px;
}
.sincontpp a {
position: absolute;
top: 35px;
left: 1030px;
}
.contpp{
	padding:20px;
	border-radius: 10px;
	background: #FFF;
}

.ccommons{position: absolute;background:url('../img/btn_cc.png') no-repeat;background-size:contain;width: 52px;height: 50px;bottom:23px;right:20px;cursor:pointer; z-index: 1000;}
.ccommons:hover{ opacity: 0.9}
.ccommons:active{background:url('../img/btn_ccoff.png') no-repeat;background-size:contain;width: 52px;height: 50px;bottom:20px;right:20px}
.lyPopUpccommons{position:absolute;left:361px;top:50%;background:#fff; border: solid 6px #042C49; border-radius:10px;  }
.lyCloseccommons{position:absolute;right:-30px;top:-35px; background:none; padding: 5px; border-radius: 7px;}
.lyPopContccommons{min-height:350px; max-height:500px; overflow-y: scroll;width:1200px;background:#709CB2;color:#fff;}
.lyPopContccommons .ly_headccommons{padding:25px 0 20px 50px;background:#45b29d;color:#fff;min-height:35px;}
.lyPopContccommons .ly_contccommons{font-size:1.6em;padding:30px 0;text-align: justify; margin: 5px 20px;}


#avanza{
	width:800px;
	height: 60px;
	position: absolute;
	z-index: 20;
}

.avanzaitem img{
	width: 667px!important;
	left: -2px;
	top: -1px;
	position: absolute;
}

#sec_uno, #sec_dos, #sec_tres, #sec_cuatro{
	margin-top: 60px;
	opacity: 0;
	-webkit-transition: all 300ms ease-in;
	-moz-transition: all 300ms ease-in;
	-ms-transition: all 300ms ease-in;
	-o-transition: all 300ms ease-in;
	transition: all 300ms ease-in;
}
.sec{
	display: inline-block;
	vertical-align: top;
	min-width: 30px;
	height: 570px;
}
#sec_uno{
	width: 150px;
	height: 580px;
	position: relative;
	margin-top: 35px;
}
.btn_concept{
	width: 176px;
	height: 45px;
	background: url(../img/btn_concept.png);
	border-radius: 10px;
	box-shadow: 0 0 10px black;
}
.btn_concept:hover{
	cursor: pointer;
	transform:scale(1.1);
	-webkit-transform:scale(1.1);
	-moz-transform:scale(1.1);
	-o-transform:scale(1.1);
}

#btn_tit{
	position: absolute;
	bottom:-15px;
	left: -20px;
}
#sec_dos{
	width: 240px;
	background: url(../img/fnd_secdos.png)no-repeat;
	background-size: 93%;
}
#sec_tres{
	width: 298px;
	background: url(../img/fnd_sectres.png)no-repeat;
	background-size: 93%;
}
#sec_cuatro{
	width: 500px;
	height: 636px;
	margin-top: 0px;
	background: rgba(0,0,0,0.5);
}
#sec_cuatro img{
	width: 200px;
	margin: 0px 5px;
	box-shadow: 0 0 10px black;
	border-radius: 10px;
	transition:all 0.2s linear;
	-webkit-transition:all 0.2s linear;
	-moz-transition:all 0.2s linear;
	-o-transition:all 0.2s linear;

}
#sec_cuatro img:hover{
	width: 210px;

};