/**
 * CSS
 * (c) 2007 Darío G. Ruellan / ecimTech
 * http://www.ecimtech.com.ar
 */

#content {
	background-color: white;
}
#content #animframe {
	position: relative;
	background-color: black;
	background-image: url(../images/background_mainslide.png);
	height: 245px;
	overflow: hidden;
	color: white;	
}
#content #animframe #cover {
	position: absolute;
	display: none;
	top: 18px;
	border: 1px solid white;
}
#content #animframe #cover img {
	border: 1px solid black;
}
#content #animframe #title {
	position: absolute;
	display: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: right;
	font-size: 18pt;
	font-weight: bold;
	color: rgb(236, 236, 217);
	top: 30px;
	right: 30px;
}
#content #animframe #desc {
	position: absolute;
	display: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: right;
	font-size: 9pt;
	width: 350px;
	font-style: italic;
	color: white;
	top: 80px;
	right: 30px;
	line-height: 140%;
}
#content #animframe #buttons {
	position: absolute;
	display: none;
	right: 30px;
	bottom: 10px;
	text-align: right;
	white-space: nowrap;
}
