.texto{
position: relative;
clear: both;
bottom: 710px;
height: 0px;
display: inline-block;
width: 40%;
border-radius: 10px;
/*background-color: #FFFFFF;
opacity: 0.8;*/
background-color: rgba(255,255,255, 0.8);

z-index: 100;
height: 100%;
text-align: justify;
padding: 0 2%;
left: 300px;
}
#paneles {
width: 100%;
overflow: hidden;

}
#paneles div{
transition: height 1s linear .5s;
}
.seve{
	top: 0;
	width: 100%;
	border: hidden 1px;
	margin: 0;

	overflow: hidden;
	width: 100%;

	height: 962px;
	display: block;
	visibility: visible;
}
.noseve{
	width: 100%;
	top: 1200px;
	overflow: hidden;
	height: 0px;
	z-index: 0;
}
.seve img{
width: 100%;

}
.noseve img{
width: 100%;
}
/*#p1{
background-color: red;

}


#p2{
background-color: blue;
}

#p3{
background-color: green;
}


#p4{
background-color: yellow;
}


#p5{
background-color: grey;
}
*/

