@import url(reportajes.css);

#reportaje {
	margin: 0;
	padding: 0;
	background-color: #62a226;
	color: #fff;
	font-size: 12px;
}

#reportaje a:link, #cuerpo a:visited { color: #1c3902; }
#reportaje a:hover {	color: #ffc600; }
#reportaje a:active { color: #ffa800; }

#reportaje h2 {
	display: block;
	height: 200px;
	background: transparent url("../imagenes/fsmeeting/cabecera.jpg") top no-repeat;
}

#reportaje h3 {
	margin:0;
	padding-top: 10px;
	padding-left: 25px;
	padding-right: 25px;
	font-weight: bold;
	font-size: 14px;
}
#reportaje p {
	margin-top: 10px;
	padding-left: 25px;
	padding-right: 25px;
	text-align: justify;
}

#reportaje ol {
	font-size: 11px;
}

#reportaje ul {
	margin-left: 40px;
	list-style: circle;
}

/*
#reportaje hr {
	visibility: hidden;
	margin: 10px;
}
*/

#actividades {
	display:block;
	margin:0;
	margin-left: 25px;	
	width: 298px;
	height: 19px;
	background: transparent url("../imagenes/fsmeeting/titular_actividades.jpg") bottom repeat-y;
}

#precios {
	display:block;
	margin:0;
	margin-left: 25px;	
	width: 86px;
	height: 19px;
	background: transparent url("../imagenes/fsmeeting/titular_precios.jpg") bottom repeat-y;
}

#precios h3 {
	display:none;
}

#inscripciones {
	display:block;
	margin:0;
	margin-left: 25px;	
	width: 154px;
	height: 19px;
	background: transparent url("../imagenes/fsmeeting/titular_inscripciones.jpg") bottom repeat-y;
}

#inscripciones h3 {
	display:none;
}

#horarios {
	display:block;
	margin:0;
	margin-left: 25px;	
	width: 117px;
	height: 23px;
	background: transparent url("../imagenes/fsmeeting/titular_horarios.jpg") bottom repeat-y;
}

#horarios h3 {
	display:none;
}

#footer_reportaje {
	height: 190px;
	background: transparent url("../imagenes/fsmeeting/pie.jpg") bottom repeat-y;
	padding-top: 10px;
	padding-left: 25px;
	padding-right: 25px;
}

.big {
	font-size:14px;
}

.underline {
	text-decoration:underline;
}
