body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #990000;
	margin: 0px;
	padding: 20px 0px 0px;
	color: #660000;
	background-image: url(../img-index-fla/fondo-body.jpg);


}
#contenido {
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;



}
h1 {
	font-size: 24px;
	color: #990000;
	text-align: center;
	font-weight: bold;
}
#menu {
	padding: 40px 15px 30px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-right-style: dotted;
	border-top-color: #CC0000;
	border-right-color: #CC0000;
	border-bottom-color: #CC0000;
	border-left-color: #CC0000;
	text-align: right;



}
#menu a:link {
	text-decoration: none;
	font-weight: bold;
	color: #990000;
}
#menu a:visited {
	color: #660000;
	text-decoration: none;
	font-weight: bold;

}
#menu a:hover {
	color: #FF3300;
	text-decoration: none;
}
#textos {
	padding: 40px 20px 30px 15px;
}
#titular {
	color: #990000;
	background-image: url(../img-index-fla/fondo-celda.gif);

}
#pie {
	font-size: xx-small;
	text-align: right;
	vertical-align: bottom;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;


}
#pie a:link {
	color: #990000;
	text-decoration: none;
}
#pie a:visited {
	color: #660000;
	text-decoration: none;
}
#pie a:hover {
	font-weight: bold;
	color: #FF3300;
	text-decoration: none;
}

