@import url("base.css");

#descripcion p
{
	font-size:1.1em;
	color:#000;
	font-weight:normal;
	text-align:inherit;
	margin: 0px 0px 10px 0px;
	line-height: 18px;
}

#descripcion span
{
	font-weight: bold;
}

#panelFotos
{
	background-image:url(../img/panelFotos.gif);
	background-repeat:no-repeat;
	width:300px;
	height:356px;
	margin: 30px 10px 0px 10px;
	padding: 0px;
	float: right;
}

div#galeria
{
	width:300px;
	height:280px;
	background: none;
	margin: 8px 0px 0px 8px;
}

div#galeria h2
{
	font-size: 1.1em;
	color: #036a03;
	text-align: center;
	width: 90%;
	margin: 3px 0px 0px 8px;
	padding: 2px 0px 2px 0px;
	text-decoration:underline;
}

.galeria
{
	border: 2px solid #036a03;
	width:260px;
	height:290px;
	background: none;
	margin: 8px 0px 0px 10px;
	padding:0px;
}

div#flashcontent p
{
	text-align: center;
	padding: 110px 0px 0px 0px;
}




