
.slideFull{width: 100%; height: 400px; left: 0px; top: -10px; position: relative; background-color: #111a60; /*background-color: #3470E4;*/ overflow: hidden; margin: 0px auto;}
#slideENC{width: 1230px; height: 400px; position: relative; overflow: hidden; margin: 0px auto;}
.slides{position: absolute; width: 1230px; height: 400px; background-color: #A5C8E4; overflow: hidden; margin: 0px auto;}
.desc452texto{width: 1230px; height: 100px; padding: 10px; position: absolute; overflow: hidden;}
.desc452texto p{margin-right: 20px; margin-left: 20px; position: absolute; top: 10px; color: white; font-size: 18px;}
.desc452textoc{width: 1230px; height: 100px; background-color: black; opacity: .3; position: absolute;}
/*visible invisible*/
.noslide{display: none;} .sislide{display: block;}
/*animaciones slides*/
/*aqui al instante*/
.pos1{left: 0px; top: 320px;}
.pos2{left: 0px; top: 0px;}
.pos3{left: 0px; top: 400px;}
.pos4{left: -1230px; top: 0px;}
.pos5{left: 1230px; top: 0px;}
.pos6{top: -400px; left: 0px;}
/*aqui con tiempo*/
.pos1tiempo{
	left: 0px; top: 320px;
	transition: all 1s;
	-moz-transition: all 1s;
	-webkit-transition: all 1s;
	-o-transition: all 1s;
}
.pos2tiempo{
	left: 0px; top: 0px;
	transition: all 2.8s;
	-moz-transition: all 2.8s;
	-webkit-transition: all 2.8s;
	-o-transition: all 2.8s;
}
.pos3tiempo{
	left: 0px; top: 400px;
	transition: all 3s;
	-moz-transition: all 3s;
	-webkit-transition: all 3s;
	-o-transition: all 3s;
}
.pos4tiempo{
	left: -1230px; top: 0px;
	transition: all 3s;
	-moz-transition: all 3s;
	-webkit-transition: all 3s;
	-o-transition: all 3s;
}
.pos5tiempo{
	left: 1230px; top: 0px;
	transition: all 3s;
	-moz-transition: all 3s;
	-webkit-transition: all 3s;
	-o-transition: all 3s;
}
.pos6tiempo{
	top: -400px; left: 0px;
	transition: all 3s;
	-moz-transition: all 3s;
	-webkit-transition: all 3s;
	-o-transition: all 3s;
}
.anim452uno{
	width: 1260px; height: 460px; left: -60px; top: -60px; opacity: .5;
	transition: all 3s;
	-moz-transition: all 3s;
	-webkit-transition: all 3s;
	-o-transition: all 3s;
}
.anim452dos{
	width: 1230px; height: 400px; left: 0px; top: 0px; opacity: 100;
	transition: all 3s;
	-moz-transition: all 3s;
	-webkit-transition: all 3s;
	-o-transition: all 3s;
}
.estado452uno{
	width: 1210px; height: 380px; left: 20px; top: 20px; opacity: 100;
	transition: all 3s;
	-moz-transition: all 3s;
	-webkit-transition: all 3s;
	-o-transition: all 3s;
}
