.fondo-scrd {
	background-color: #e3c49f;
	background-image: url(fondo-scrd.png);
	background-repeat: no-repeat;
	height: 180px;
	display: block;
	color: White;
	padding-top: 10px;
	padding-left: 10px;
	font-size: 14pt;
}

.central {
	margin-top: 20px;
	width:534px;
}

.publicidad-a {
	background-color: #C9E5FF;
	width:534px;
	text-align:center;
	padding: 10px;
}

.titulo-actividades {
	background-image: url(fondo-naranja.gif);
	background-repeat: repeat-y;
	background-color: #FFBA8F;
	color: White;
	font-weight: bold;
	font-size:11pt;
	height: 30px;
	line-height: 30px;
	padding-left: 10px;
}

.actividad {
	border: 1px dashed #FFBA8F;
	border-top:0;
	padding: 20px;
	padding-top:0;
	overflow: auto;
}

.actividad img {
	float: left;
	margin-right: 10px;
}

.actividad h3 {
	color: #808080;
	margin: 0px;
	margin-top:20px;
}

.actividad h2 {
	/*color: Navy;*/
	margin:0;
}

.titulo-comentarios {
	background-image: url(fondo-comentarios.gif);
	background-color: #7aa0c4;
	background-repeat: repeat-y;
	color: Navy;
	font-weight: bold;
	font-size:11pt;
	height: 30px;
	line-height: 30px;
	padding-left: 10px;
}

.comentarios {
	margin-bottom:20px;
}

.comentario {
	background-color: #F1F5F9;
	padding: 20px;
	margin-top:20px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
}

.fotos {
	z-index: 10;
	position: absolute;
	left: 50%;
	margin-left: 114px;
	top: 95px;
	width: 284px;
	padding: 20px;
	background-color: White;
	border: 1px dashed Green;
	border-top:0;
	text-align: center;
}

.fotos h2 {
	background-color: #9ec47c;
	background-image: url(fondo-fotos.gif);
	background-repeat: repeat-y;
	color: Green;
	text-align: left;
	padding-left: 5px;
	margin:0;
	margin-bottom:20px;
	height: 30px;
	line-height: 30px;
	font-size: 11pt;
	font-weight:bold;
}

.fotos_com, .fotos_com_mas {
	background-color: #E8F1DF;
	font-size: 12px;
	text-align: left;
	padding:10px;
	margin-bottom:20px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
}

.fotos_com_mas {
	clear:both;
	overflow:auto;
	padding: 20px;
}

.fotos_com .foto, .fotos_com_mas .foto {
	float: left;
	margin-right: 6px;
	border: 2px solid green;
}

.fotos_com p {
	clear: both;
}
