/* Alambre Estudio Grafico
   Estilos Agenda para Contenido CSS+XHTML
   Sagardoetxea
   Diciembre 2006
*/

.oculto{
	display:none;
}

#principal{
	background-color:white;
}

.clear{
	height: 0px;
	clear: both;
}

.cabecera_t{
	padding-top: 15px;
	padding-left: 15px;
}

#act_pri_container{
	padding: 15px;
	clear: both;
}

#act_sec_container{
	padding-left: 15px;
	padding-right: 15px;
}

.act_pri_tit, .act_sec_tit{
	margin-bottom: 10px;
	}

.act_pri_tit a:link, .act_pri_tit a:visited{
			color: #838A84;
			font-weight:bold;
			text-decoration:none;
			font-size:18px;
}
			.act_pri_tit a:hover{
			color: #58711A;
			font-weight:bold;
			text-decoration:none;
			font-size:18px;
}

.act_pri_imagen{
	float: left;
	}

	.act_pri_imagen img{
		margin-right: 15px;
		}

.act_pri_txt, .act_sec_txt{
	font-size: 11px;
	color: #838a84;
	float: left;
	}

.act_pri_enl{
	float: left;
	}

#principal img{
	border: 0px;
	}

.act_pri_sep{
	clear: both;
	display: block;
	padding-top:15px;
	height: 5px;
	background: white no-repeat url(../img/agenda/fondo_sep.gif);
}

/* Segundas */
#act_sec_container{
	width: 615px;
	overflow: hidden;
	}
	
.act_sec_elemento{
	width: 190px;
	float: left;
	margin-right: 10px;
	}

.act_sec_tit a:link, .act_sec_tit a:visited{
			color: #838A84;
			font-weight:bold;
			text-decoration:none;
			font-size:16px;
}
			.act_sec_tit a:hover{
			color: #58711A;
			font-weight:bold;
			text-decoration:none;
			font-size:16px;
}

act_pri_tit{
	margin-bottom:30px;
}

p.bodytext{
	margin-bottom:10px;
	margin-top: 0px;
}

