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

/*ESTABLECEMOS EL RESET DE LOS VALORES */

html, body, h1, h2, h3, h4, h5, h6, p, ol, ul, li, pre, code, address, variable, form, fieldset, blockquote {
 padding: 0;
 margin: 0;
 font-size: 100%;
 font-weight: normal;
}
table { border-collapse: collapse; border-spacing: 0; }
td, th, caption { font-weight: normal; text-align: left; }
img, fieldset { border: 0; }
ol { padding-left: 1.4em; list-style: decimal; }
ul { padding-left: 1.4em; list-style:square; }
q:before, q:after { content:''; }

/*---------------------------------------*/

body {
	background-color: #000000;
	font-family: "Verdana";
}

#main {
	width: 751px;
	margin-left: auto;
	margin-right: auto;
}

#cabLogotipo {
	height: 83px;
	background: url("imagenes/logotipo.gif") no-repeat left top;
}

#cabLogotipo p {
	padding-top: 20px;
	font-size: 10px;
	color: #FFFFFF;
	text-align: right;
}

#cabNaranja {
	height: 141px;
	background: url("imagenes/cabecera_naranja.jpg") no-repeat left top;
}

#publicidad {
	width: 200px;
	padding-top: 20px;
	padding-left: 500px;
}

#publicidad p {
	font-size: 11px;
	color: #FFFFFF;
	text-align: left;
	border-left: 1px solid #FFFFFF;
	padding-left: 5px;
}

#botonera {
	height: 33px;
	background: url("imagenes/fondo_botonera.png") no-repeat left top;
}

ul.menu {
	overflow: hidden;
	zoom: 1;
	margin-left: 300px;
}

ul.menu li {
	float: left;
	list-style-type: none;
}

ul.menu a {
	display: block;
	width: 70px;
	text-decoration: none;
	font-size: 10px;
	color: #FFFFFF;
	border-left: 1px dashed #FFFFFF;
	margin-right: 5px;
	padding-left: 5px;
	line-height: 110%;
}

ul.menu a:hover {
	color: #FFB100;
}

#pie {
	clear: both;
	background: url("imagenes/fondo_pie.gif") no-repeat left top;
	height: 67px;
}

#pie p {
	font-size: 10px;
	color: #232323;
	padding-left: 20px;
	padding-top: 20px;
}

#pie a {
	text-decoration: none;
	color: #232323;
	font-weight: bold;
}
