@charset "UTF-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
	border: 0px none;
	outline: 0px;
}
ul {
	list-style:none;
}

body {
	background-color:#000;
	font: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size:13px;
	}

h1, h2, h3 {margin-bottom: 8px;}
a {text-decoration:none; color:#000;}
a:hover {color: #900;}


#contenedor {
	width:1000px;
	margin:auto;
	background-image:url(../_imags/FondoBody.jpg);
	background-repeat:no-repeat; 	
}
#header {height:282px;}
#header .link { padding-left:550px;}
#header .link img { height:260px; width:400px;}
#header .player { margin-left:10px;}
#header .player img { margin-top:-2px;}
#cuerpo {
	width:772px;
	background-image:url(../_imags/FondoCuerpo.jpg);
	margin-bottom: 10px;
}
#cuerpo .pre{
	height:10px;
	background-image:url(../_imags/fondoCuerpoTop.jpg);
}
/*ELEMENTOS CON MARGEN DENTRO DE CUERPO*/
#top, #contenido {margin: 0 25px 0 35px;}
#top h1 {
	border-top: solid 1px #000;
	border-bottom: solid 1px #000;
	font-size: 70px;
	margin: 3px 0;
	padding: 16px 0;
	text-align:center;
	font-weight:normal;
}
#top .subtitulo {
	margin: 10px auto;
	font-size: 1.5em;
	text-align:center;
}
#top .subtituloMini {
	margin: 3px auto;
	font-size: 1.1em;
	text-align:center;
}
#menu {
	text-align:center;
	padding: 10px 0;
	font-size:18px;
}
.lineaMenu{
	margin-bottom:15px;
	border-bottom: 1px solid #000;
}
#menu li, #submenu li{
	display:inline;
	margin: 10px;
	padding: 0 6px;
}
/*para desplegable:
#menu ul li ul{
	display:none;
	z-index: 1011;
	position:absolute;
	margin: 0 0 0 -6px;
	padding: 14px 6px 6px 6px;
	background-color:#F90;
}*/


#submenu {
	padding: 7px 0 5px 0;
	margin-bottom:15px;
	border-bottom: 1px solid #000;
	text-align:center;
	font-size:14px;
	}
#contenido {
	text-align:justify;
	line-height:16px;
	margin-bottom: 20px;
}
#contenido h2 {
	margin: 15px 0 10px 0;
	font-size:30px;
}
#contenido h3{
	margin: 4px 0 6px 0;
	font-size:16px;
}
#contenido p {margin-bottom: 8px;}
#contenido img {padding:2px; border: 1px solid #000;}
#contenido h2 img {padding:0; border:0;}
 
#cierre {
	width:772px;
	padding: 10px;
	text-align:center;
	color:#FC0;
}