body{
	margin: 0px 0px 30px 0px;
	background: #f8f3ed;
}

td{
	font-family: Arial;
	font-size: 14px;
	color: #000000;
}

/***** ENLACES **********/

a.footer:link,a.footer:visited,a.footer:active,a.footer:hover{
	font-family: Arial;
	font-size: 14px;
	color: #2e6b6d;
	font-weight: normal;
	text-decoration: none;	
}

a.footer:hover{
	text-decoration: underline;
}


a.temal:link,a.temal:visited,a.temal:active,a.temal:hover{
	font-family: Arial;
	font-size: 12px;
	color: #5a462f;
	font-weight: normal;
	text-decoration: none;	
}

a.temal:hover{
	color: #824804;
}

a.subtemal:link,a.subtemal:visited,a.subtemal:active,a.subtemal:hover{
	font-family: Arial;
	font-size: 10px;
	color: #5a462f;
	font-weight: normal;
	text-decoration: none;	
}

a.subtemal:hover{
	color: #824804;
}

a.subtitulo_seccion:link,a.subtitulo_seccion:hover,a.subtitulo_seccion:visited,a.subtitulo_seccion:active {
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	color: #2e6b6d;
	text-decoration: none;
}

/************************/


/****** CONTENEDORES *****/

div.contenido{
	background: #9c805f;
	padding: 10px 10px 10px 10px;
	font-family: Arial;
	font-size: 18px;
	color: #ffffff;
	font-weight: normal;
}

div.tema,div.tema:hover{
	background: #f8ede0;
	padding: 10px 10px 10px 10px;	
	border-left: 1px solid #eadccb;
	border-right: 1px solid #eadccb;
	border-bottom: 1px solid #eadccb;
}
div.tema:hover{
	background: #f1e1cf;
}
div.subtema{
	margin: 5px 0px 0px 0px;
	padding: 2px 10px 2px 10px;	
}

div.cuerpo{
	background: url(img/bg_contenido.jpg) repeat-x #f8f3ed;
	padding: 25px 0px 0px 15px;
}

div.footer{
	background: url(img/bg_footer.jpg) repeat-x #f8f3ed;
	padding: 25px 0px 0px 15px;
}

/************************/



/******* FUENTES ********/

.titulo_seccion{
	font-family: Lucida Sans;
	font-size: 30px;
	color: #2e6b6d;
	font-weight: bold;
	margin-bottom: 20px;	
}

/************************/

