body {
	background-color: #333333;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.7em;
	background-image: url(img/trama.gif);
	background-repeat: repeat;
}
#contenedor {
	width: 900px;
	padding: 0px;
	background-image: url(img/fondo_cuerpo_copia.gif);
	margin-top: 25px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
}

#contenedor #cabecera {
	height: 170px;
	width: 900px;
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	background-image: url(img/fondo_cabecera_copia.gif);
}

#contenedor #cuerpo {
	height: auto;
	width: 900px;
	margin: 0px;
	padding: 0px;
}

#contenedor #cuerpo #contenido {
	height: auto;
	width: 660px;
	float: left;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#contenedor #cuerpo #menu {
	width: 240px;
	height: auto;
	text-align: center;
	margin: 0px;
	padding: 0px;
	float: right;
}






#contenedor #cuerpo #menu ul {
	padding: 0px;
	list-style-type: none;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#contenedor #cuerpo #menu li {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 1.4em;
	width: 190px;
	padding-top: 15px;
}

#contenedor #cuerpo #menu a {
	color: #ec2024;
	text-decoration: none;
	width: 190px;
	display: block;
}


#contenedor #cuerpo #menu a:hover {
	text-decoration: none;
	background-image: url(img/fondo_menu_sobre.gif);
}
#contenedor #cuerpo #menu #cursos {
	padding-top: 70px;
	padding-bottom: 70px;
}
#contenedor #cuerpo #contenido #texto a {
	color: #CC3333;
	text-decoration: none;
	font-weight: bold;
}
#contenedor #cuerpo #contenido #texto a:hover {
	color: #CC3333;
	text-decoration: underline;
	font-weight: bold;
}

#contenedor #pie {
	height: 30px;
	width: 900px;
	clear: both;
	color: #CCC;
	background-image: url(img/trama.gif);
	background-repeat: repeat;
}
#contenedor #pie ul {
	margin: 0px;
	list-style-type: none;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#contenedor #pie li {
	display: inline;
	font-size: 0.95em;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#contenedor #pie a {
	color: #999999;
	text-decoration: none;
}
#contenedor #pie a:hover {
	color: #999999;
	text-decoration: underline;
}
#contenedor #pie #webespacio {
	padding: 0px;
	margin-left:230px;
}
#contenedor #pie #selina {
	margin-left: 0px;
	padding-top: 0px;
}
.actual {
	text-decoration: none;
	background-image: url(img/fondo_menu_sobre.gif);
	color: #ec2024;
}
