body {
	font-family: Tahoma;
	font-size: 12px;
	color: #000000;
	background-color: #666;
	margin: 5px 0 1em 0;
	padding: 0;
	text-align: center;
}

/* CABECERA //////////////////////////////////// */
#cabecera-fondo {
}
#cabecera {
	width: 724px;
	height: 123px;
	background-image: url(../imagenes/cabecera-fondo.gif);
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	text-align: left;
	margin: 0 auto;
}
#cabecera h1 {display: none;}
#inscripcion-fondo {
	background-color: #339933;
}
#inscripcion {
	width: 724px;
	text-align: left;
	margin: 0 auto;
}
#inscripcion p {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	color: #fff;
	text-align: center;
}
#inscripcion strong {
	font-size: 22px;
}
#inscripcion a {
	color: #fff;
	text-decoration: none;
}
/* CONTENIDOS //////////////////////////////////// */
#contenidos-fondo {
}
#contenedor-contenidos {
	text-align: left;
	background-color: #fff;
	background-image: url(../imagenes/contenidos-fondo.gif);
	background-repeat: repeat-y;
	margin: 0 auto;
	width: 724px;
}
/* LATERAL ////////////////////////////////// */
#lateral {
	float: left;
}
#idiomas {
	padding: 2px;
}
#idiomas a {
	color: #000;
	text-decoration: none;
}
/* MENU //////////////////////////////////// */
#menu {
	width: 170px;
	height: 381px;
	background-image: url(../imagenes/menu-fondo.gif);
	background-repeat: no-repeat;
}
#menu ul {
	list-style-type: none;
	margin-left: 10px;
	padding-left: 0px;
}
#menu ul li {
	margin-left: 0px;
	border-bottom: 1px solid #339933;
	line-height: 130%;
	width: 90%;
}
#menu a {
	color: #000;
	text-decoration: none;
}
#menu a:hover {
	color: #fff;
	background-color: #339933;
}


#contenidos {
	width: 520px;
	margin-left: 190px;
	padding-top: 10px;

}
#contenidos a {
	color: #339933;
}
#contenidos a:hover {
	color: #000;
	text-decoration: none;
}
#contenidos h2 {
	font-size: 12px;
	color: #000;
	border-top: 1px solid #339933;
	width: 100%;
}

.letracapital {
	font-size: 16px;
	color: #339933;	
}
#contenidos h2 a {
	color: #000;
	text-decoration: none;
}
#contenedor-contenidos-pie {
	height: 15px;
	background-image: url(../imagenes/contenedor-contenidos-pie.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}
/* PIE //////////////////////////////////// */
#pie-fondo {
	height: 215px;
	background-image: url(../imagenes/pie-fondo.gif);	
	background-repeat: no-repeat;
	text-align: left;
	width: 724px;
	margin: 0 auto;
}
#pie-fondo h2 {
	color: #fff;
	font-size: 12px;
}
#pie {
	clear: both;
	padding: 10px;
	color: #fff;
}
#pie a {
	color: #fff;
}
#patrocinadores {
	text-align: center;
	vertical-align: middle;
}
#patrocinadores img {
	text-align: center;
	vertical-align: middle;
	margin-right: 25px;

}
#patrocinadores a img {border: none;}
.creditos a {
	color: #999;
	text-align: center;
	text-decoration: none;
	margin-top: 0px;
	padding-top: 0px;
}
