@import url("../global/reset.css");
@import url("../global/clearfix.css");
body {
	font: 100.01% Trebuchet MS,Verdana,Arial, Helvetica, sans-serif;
	text-align: center;
	background: url(../../web-media/imagenes/web/fondo.jpg) no-repeat top center fixed;
}
/*
	LAYOUT
*************************************************/
#web {
	width:710px;
	height:auto;
	margin: 10px auto;
	/*border: 1px solid #fff;*/
}
#cabecera {
	width: 710px;
	height: 113px;
	position: relative;
	background: url(../../web-media/imagenes/web/cabecera.png) no-repeat 0 0;
}
#contenido {
	text-align: left;
	padding: 0 20px 20px 20px;
	background: url(../../web-media/imagenes/web/bgWeb.png) repeat-y 0 0;
	width: 670px;
	height: auto;
	/*float: left;*/
	position: relative;
	
}
#pie {
	background: url(../../web-media/imagenes/web/pie.png) no-repeat 0 0;
	width: 710px;
	height: 37px;
	clear: both;
	padding: 0 0 20px 0;
}
/**/
p {
	text-align: justify;
	color: #660000;
	margin: 2px 0 10px 0;
	font-size: 70%;
	letter-spacing: 0.8px;
	line-height: 1.4em;
}
a {
	/*color: #660000;*/
	color: #751919;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
/******************************
CABECERA
*************************************************************/
/* menu
**********/
#cabecera h1 {
	text-indent: -9999em;
}
#menu {
	background: url(../../web-media/imagenes/web/menuBg.jpg) no-repeat 0 0;
	width: 710px;
	height: 69px;
	position: relative;
}
#menu ul {
	width: auto;
	height: 25px;
	margin: 0;
	padding: 0 0 0 3px;
}
#menu li {
	list-style: none;
	float: left;
	padding: 3px 5px 0 5px;
	font-size: 80%;
}
#menu li a {
	color: #660000;
	text-decoration: none;
}
#menu li a:hover, #menu li a.activo {
	color: #A63F70;
}
#menu #sub li a {
	color: #fff;
	text-decoration: none;
}
#menu #sub li a:hover, #menu #sub li a.activo {
	color: #A63F70;
}
/******************************
CLASES
*************************************************************/
.imagen_derecha {
	float: right;
}
.imagen_izquierda {
	float: left;
}
.imagen_derecha_margen {
	float: right;
	margin: 0 0 0 10px;
}
.imagen_izquierda_margen {
	float: left;
	margin: 0 10px 0 0;
}

/******************************
ENCABEZADOS
*************************************************************/
h2 {
	font-size: 120%;
	color: #660000;
	text-indent: -9999em;
	margin: 0 0 20px 0;
}
/******************************
PIE
*************************************************************/
#pie p {
	margin: 0;
	color: #fff;
	text-align: center;
	padding: 18px 0 0 0;
	font-size: 70%;
}
a.creditos {
	color: #fff;
	font-size: 80%;
}
/**/
#flashcontent {
  height: 500px;
}
li.mMusica {
	position: absolute;
	left: 665px;
}
li.mMusica a {
	width: 40px;
	height: 20px;
	display: block;
	text-indent: -9999em;
	background: url(../../web-media/imagenes/web/audio.gif) no-repeat 0 0;
}
