/* CSS Document */

#window{ width:100%; }
#pagina{
	width:900px;
	height:900px;
	background-color: #2ABFAA;
	float: left;
 }

#foto1{
	width:210px;
	height:300px;
	float:left;
	clear: left;
	margin-left: 100px;
	margin-top: 80px;
}

#textintro{
	width:210px;
	height:50px;
	float:left;
	margin-left:180px;
	margin-top: 160px;
	text-transform: capitalize;
}
#capa3{
    width:430px;
    height:30px;
    background-color:orange;
    float:left;
    clear:both;
    margin-top:10px;
}
