
#motioncontainer img {
	float:left;
	margin:5px;
}

#motioncontainer a:hover img {
	filter:alpha(opacity=80); /* IE */
	opacity:.8; /* Firefox */
	-moz-opacity:0.8 /* Mozilla */
}

#indice {
	/*background:#f00;*/
	width:250px;
	height:475px;
	float:left;
	margin:0 0 0 20px;
}

#indice img {
	float:left;
	margin:5px;
}

#indice a:hover img {
	filter:alpha(opacity=80); /* IE */
	opacity:.8; /* Firefox */
	-moz-opacity:0.8 /* Mozilla */
}

#informacion {
	width:250px;
	height:380px;
	overflow:auto;
	float:left;
	color:#000;
	text-align:justify;
}
	#informacion .nombre {
		color:#36657C;
		display:block;
		font-size:1.3em;
		font-weight:bold;
		margin:0 0 10px;
		text-align:center;
		width:100%;
	}

#fotos {
	/*background:#0f0;*/
	width:500px;
	height:430px;
	float:right;
	margin:-50px 0 0;
	text-align:right;
}


