/* GENERAL */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	color: #b5b5b5;
	background-color: #000000;
	}
html, body {
	width: 100%;
	height: 100%;
	color: #b5b5b5;
	text-align: center;
	}
a {
	text-decoration:none;
	color: #b5b5b5;
	}
a:hover {
	text-decoration:none;
	color: #000000;
	}
	
h1, h2, h3, h4 {
	font-weight:normal;
	}
legend{
	display:none;
	}

#header {
	clear: both;
	width: 100%;
	height: 154px;
	background: url(css_img/header_background.jpg) repeat-x top left;
	color: #000000;
}

#banner {
	clear: both;
	display: block;	
	width: 778px;
	height: 98px;
	margin:0 auto;
	background: url(css_img/banner_background.gif) repeat-x 0px 6px;
}

#banner p {
	padding: 8px 27px;
}

#navegacion {
	clear: both;
	display: block;
	width: 778px;
	height: 31px;
	margin:0 auto;
	padding-top: 14px !important;
	*padding-top: 4px;
}

#navegacion a#logo_pixbox {
	float: left;
	margin-left: 27px;
	width: 87px;
	height: 30px;
	text-indent: -9999px;
	background: url(css_img/logo_pixbox.gif) no-repeat top left;
}

#navegacion a#logo_pixbox:hover {
	background-position: 0px -30px;
}

#navegacion a#logo_telefonica {
	float: left;
	margin-left: 27px;
	width: 82px;
	height: 30px;
	text-indent: -9999px;
	background: url(css_img/logo_telefonica.gif) no-repeat top left;
}

#navegacion a#logo_telefonica:hover {
	background-position: 0px -30px;
}

#navegacion ul {
	list-style: none;
	float: left;
	padding: 6px 28px 10px 44px;
	font-size: 14px;
	line-height: 18px;
}

#navegacion ul li {
	display: inline;
	float: left;
	height: 22px;
	padding: 0px 4px 0px 6px;
	background: url(css_img/navegacion_separador.gif) no-repeat 0px 2px;
}

#navegacion ul li.first {
	background: none;
}

#navegacion ul li a {
	float: left;
	color: #b5b5b5;
	text-align: center;
	text-shadow: #000000 0px 0px 3px;
}

#navegacion ul li a#portada-menu {
	width: 60px;
}
#navegacion ul li a#portada-menu:hover, #navegacion ul li a#portada-menu.selected {
	background: url(css_img/nav_1.gif) no-repeat 0px 2px;
}

#navegacion ul li a#que-es-pixbox-menu {
	width: 98px;
}
#navegacion ul li a#que-es-pixbox-menu:hover, #navegacion ul li a#que-es-pixbox-menu.selected {
	background: url(css_img/nav_2.gif) no-repeat 0px 2px;
}

#navegacion ul li a#ayuda-menu {
	width: 51px;
}
#navegacion ul li a#ayuda-menu:hover, #navegacion ul li a#ayuda-menu.selected {
	background: url(css_img/nav_3.gif) no-repeat 0px 2px;
}

#navegacion ul li a#descarga-menu {
	width: 71px;
}
#navegacion ul li a#descarga-menu:hover, #navegacion ul li a#descarga-menu.selected {
	background: url(css_img/nav_4.gif) no-repeat 0px 2px;
}

#navegacion ul li a#registro-menu, #navegacion ul li a {
	width: 59px;
}
#navegacion ul li a#registro-menu:hover, #navegacion ul li a#registro-menu.selected, #navegacion ul li a:hover, #navegacion ul li a.selected {
	background: url(css_img/nav_5.gif) no-repeat 0px 2px;
}

#seccion {
	clear: both;
	width: 100%;
	height: 265px;
	background: #282828 url(css_img/seccion_background.jpg) no-repeat top center;
	color: #000000;
}

#seccion #seccion_centrado {
	clear: both;
	display: block;	
	width: 778px;
	height: 98px;
	margin:0 auto;
}

#seccion #seccion_contenido {
	float: left;
	width: 436px;
	height: 265px;
	background-color: #ffffff;
	color: #000000;
	text-align: left;
}

#seccion #visorSWF {
	width: 100%;
	height: 100%;	
}

#seccion #seccion_banner {
	float: left;
	width: 342px;
	height: 265px;
	background: url(css_img/seccion_banner_background.gif) no-repeat top left;
}

#seccion #seccion_banner p {
	display: block;	
	margin-left: -8px;
	padding-top: 9px;
}

#multimedia {
	clear: both;
	width: 100%;
	height: 349px;
	background: #282828 url(css_img/multimedia_background.jpg) repeat-x top left;
	color: #000000;
}

#multimedia #multimedia_contenido {
	clear: both;
	display: block;	
	width: 778px;
	height: 349px;
	margin:0 auto;
}

#footer {
	clear: both;
	width: 100%;
	height: 56px;
	background: #000000 url(css_img/footer_background.jpg) repeat-x top left;
}

#footer #footer_contenido {
	clear: both;
	display: block;
	width: 778px;
	margin: 0 auto;
}

#footer ul {
	list-style: none;
	font-size: 9px;
	color: #b5b5b5;
	padding: 20px 140px; 
}

#footer ul li {
	display: inline;
	float: left;
	height: 22px;
	padding: 0px 4px 0px 6px;
	background: url(css_img/footer_separador.jpg) no-repeat 0px 0px;
	text-shadow: #000000 0px 0px 3px;
}

#footer ul li.first {
	background: none;
}

#footer ul li a {
	float: left;
	color: #b5b5b5;
}

#footer ul li a:hover {
	text-decoration: underline;
}