/* CSS Document */

h2{
	display:block;
	float:left;
	width:890px;
	color: #733200;
	font-size: 24px;
	font-weight: bold;
	border-bottom: 1px dashed #733200;
	padding-bottom: 4px;
}
p.subtitulo{
	display:block;
	float:left;
	width:890px;
	font-size: 12px;
	color: #454140;
	padding-top: 10px;
}
.registro_actividades{
	display:block;
	float:left;
	width:790px;
	padding-left:50px;
	padding-right:50px;
	padding-top: 30px;
	padding-bottom: 30px;
	border-bottom: 1px dashed #733200;
}
.registro_actividades .imagen_noticia{
	display:block;
	float:left;
	width:188px;
	padding-right: 40px;
}

.registro_actividades .contenido_actividad{
	display:block;
	float:left;
	width:550px;
}
.registro_actividades h3{
	display:block;
	float:left;
	width:550px;
	font-size:14px;
	color: #454140;
	padding-bottom: 8px;
}
.registro_actividades p.texto_noticia{
	display:block;
	float:left;
	width:550px;
	font-size:12px;
	color: #454140;
	padding-bottom: 15px;
}
a.ir_web{
	display:block;
	float:left;
	width:78px;
	background-image: url(../img/bot_ir_web.jpg);
	background-repeat: no-repeat;
	text-align: center;
	font-size: 11px;
	color: #454140;
	padding-top: 4px;
	padding-bottom: 6px;
	text-decoration: none;
}

