@charset "utf-8";
/* CSS Document */

#fotos{
	display: block;
	padding: 0;
	position: relative;
	width: 400px;
	height: 300px;
	list-style: none;
	overflow: hidden;
	margin-right: 15px;
	float: left;
	margin-top: 15px;
}
#fotos li{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	paddiing: .4em;
}
#fotos li img{
	width: 100%;
}
#fotos .selected{z-index: 30; opacity: 1;}
#fotos .noselected{z-index: 0; opacity: 0;}


#textos{
	display: block;
	position: relative;
	width: 380px;
	height: 270px;
	list-style: none;
	overflow: hidden;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #158174;
	font-weight: bold;
	text-align: center;
	padding: 0;
}
#textos li{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	paddiing: .4em;
	margin-top: 118px;
	list-style-type: none;
}
#textos li img{
	width: 100%;
}
#textos .selected{z-index: 30; opacity: 1;}
#textos .noselected{z-index: 0; opacity: 0;}
#todo {
	width: 100%;
	height: 325px;
}
