body {
	font-family: "Trebuchet MS";
	font-size: 12px;
	line-height: 150%;
	color: #666666;
	background-image: url(imagenes/fondo.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	margin: 0px;
}

a {
	color:#5D009A;
}

a:hover {
	color:#000;
}

.titulo_seccion {
	font-family:"Trebuchet MS";
	font-size: 25px;
	color:#62BE1B;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}

.pie {
	color: #999999;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	padding-top: 10px
}

ol {
	padding-left: 20px;
	margin-top: 0px;
	margin-bottom: 0px;

}

strong {
	color:#000000;
}

.subtitulo {
	font-family:"Trebuchet MS";
	font-size: 18px;
	color:#FF6600;
}

.programa strong {
	color:#333366;
}

.boton {
	width: 150px;
	float:left;
	margin-right: 15px
}

.boton a {
	display: block;
	text-decoration: none;
	text-align: center;
	padding: 8px;
	background: #FF6600;
	color: #fff;
}

.boton a:hover {
	background: #000;
}

.tabla {
	border: 1px solid #CCCCCC;
}

.imagen {
	border: 1px solid #CCCCCC;
	padding: 2px;
}

.conferencia {
	font-family:"Trebuchet MS";
	font-size: 15px;
	color:#FF9900;
}

.foto {
	border: 1px solid #CCCCCC;
	padding: 2px;
	margin-right: 5px;
}
