body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #3d496a;
	text-align: center;
	margin: 0px;
	background-color: #FFFFFF;
}

#contenedor {
	width: 630px;
	border: 0px solid #F8D401;
	text-align: left;
	background: #FFFFFF;
	margin-top: 60px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#encabezado {
	float: left;
	clear: both;
	padding: 10px;
	width: 630px;
	height: 100px;
	background-color: #FFFFFF;
	display: inline;
	margin-top: auto;
	margin-bottom: 20px;
	background-image: url(img/clasesdeaudio.jpg);
	background-repeat: no-repeat;
}

/* --------- MENU PRINCIPAL ----------- */


ul#menu { 
	margin:0;
	padding:0;
	list-style-type:none;
 }

ul#menu li { 
	position:relative;
	float:left;
	border-top:4px solid #efefef;
	margin-right: 15px;
	padding-right: 20px;
	padding-top: 5px;
}

ul#menu .current { 
	border-top:4px solid #006699;
}

ul#menu li:hover { 
	border-top:4px solid #3d496a;
}

ul#menu li a {
	padding:2px 2px;
	text-decoration:none;
	font:bold 12px Verdana, Georgia, "Times New Roman", Times, serif; color:#68759c;
}



/* --------- CONTENIDO / TEXTO ----------- */


#contenido {
	float: left;
	clear: both;
	width: 620px;
}

#texto {
	width: 580px;
	float: left;
	display: inline;
	line-height: 20px;
	margin-top: 15px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}

#texto a{
	line-height: 20px;
	color: #804000;
	text-decoration:none;
}



#contenido h1 {
	font-size: 18px;
	color: #006699;
	text-transform: none;
	border-bottom-style: solid;
	border-bottom-color: #006699;
}

#contenido h2 {
	font-size: 16px;
	color: #006699;
	width: 580px;
	text-transform: none;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #006699;
}

#contenido h3 {
	width: 580px;
	font-size: 14px;
	color: #FF7C3E;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FF7C3E;
}


/* --------- h4 para enlaces ----------- */
#contenido h4 {
	width: 580px;
	font-size: 14px;
	color: #7575FF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #7575FF;
}




#nota {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 18px;
	color: #4E5E87;

}


/* --------- links de grupos ----------- */

#grupos a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #CCCCCC;
	font-weight: bold;
	text-transform: none;
	text-decoration: none;
}

#grupos a:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #008888;
	font-weight: bold;
	text-transform: none;
	text-decoration: none;
}

/* --------- links de enlaces ----------- */

#enlaces a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #CCCCCC;
	font-weight: bold;
	text-transform: none;
	text-decoration: none
}

#enlaces a:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #389348;
	font-weight: bold;
	text-transform: none;
	text-decoration: none
}

