/* general.css */

/* Inicialitzacio */
html, body, div, table, td, p, h1, h2, h3, h4, h5, h6, ul, ol, li, input, a { margin: 0; padding: 0; }
html, body { height: 100%; background-color: black; }

/* Generals */
body { font-size: 12px; font-family: Verdana, Arial, Helvetica, sans-serif; color: #D7D7D7; }
h1 { font-size: 18px; line-height: 1.4em; margin: 20px 0px 12px 0px; color: white; }
h1.primero { margin-top: 0px; }
h2 { font-size: 14px; line-height: 1.4em; margin: 12px 0px 10px 0px; color: white; }
h3 { font-size: 12px; line-height: 1.4em; margin: 8px 0px 4px 0px; color: white; }
p { margin-bottom: 6px; }
a { text-decoration: none; color: #b3a898; font-weight: bold; }
a:hover { color: #dbcdba; }
a.seleccionado { color: white; }
a img { border: none; }
table { border-collapse: collapse; }
td { vertical-align: top; }
ul { padding-left: 1.5em; margin-bottom: 0.5em; }
div.clear { clear: both; }

/* Estructura 1er nivell */
div.pral { width: 980px; margin-left: auto; margin-right: auto; background-color: black; clear: both; }
div.pral.cabecera { position: relative; height: 110px; background-image: url(../img/formato/cabecera.jpg); background-repeat: repeat-x; background-position: center top; vertical-align: bottom; z-index: 100; }
div.pral.banner { height: 200px; border-top: solid 1px #434343; border-bottom: solid 1px #434343;  }
div.pral.contenido { background: #0C0C0C url(../img/formato/contenido.jpg) repeat-x center top; }
div.pral.pie { padding-bottom: 1px; background-color: #0C0C0C; border-top: solid 1px #434343; }


/* Parts 2on nivell */

/* Cabecera */
div.cabecera_link { width: 400px; height: 77px; cursor: pointer; text-align: right; margin: 0 auto; }
div.cabecera_link p { margin: 0px 10px 0px 0px; position: relative; top: 10px; }
div.cabecera_lang { position: absolute; right: 40px; top: 10px; }
div.cabecera p.menupral { position: relative; top: 8px; text-align: center; }
div.cabecera p.menupral a { margin: 10px 26px; }
div.cabecera p.menupral a.NoLink { cursor: default; }
div.cabecera p.menupral a.TiendaHP { color: #F8B940; }
div.cabecera p.menupral a:hover.TiendaHP { color: #F7D297; }
div.cabecera p.menupral a.TiendaHP img { position: relative; top: 2px; }

/* Cabecera: MenuPral */
div.menupral { visibility: hidden; position: absolute; z-index: 101; border: 1px solid #434343; background-image: url(../img/formato/menupral_fondo.png); }
div.menupral div { z-index: 102; padding: 5px 8px; border-top: 1px solid #434343; }

/* Banner central */
div.banner_central {
	width: 980px;
	/* height: 200px; */
	background-color: #000000;
	position:relative;top:0;left:0;
	z-index: 1;
}

/* Pie */
div.pral.pie p{ text-align: center; margin-top: 14px; margin-bottom: 20px; clear: both; }

