@charset "utf-8";
body {
	background-color: rgba(255,255,255,1);
	margin: 0px;
	padding: 0px;
}
#contenido #slideshow #slides .slides_container div img {
	width: 330px;
	height: 230px;
}
#contenido #slideshow {
	width: 330px;
	height: 250px;
}

#contenido {
	width: 330px;
	height: 230px;
}
#contenido #slideshow #slides {
	width: 400px;
	height: 230px;
}
#contenido #slideshow #slides .slides_container {
	width: 400px;
	height: 230px;
}

#contenido #datos {
	width: 330px;
	float: left;
	clear: both;
	font-size: 9px;
	height: auto;
}
#contenido #datos h2 {
	font-size: 12px;
}
#contenido #datos p {
	font-size: 12px;
	font-weight: bold;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}

#contenido #datosDescripcio {
	float: left;
	width: 330px;
	clear: both;
	height: auto;
}
