body {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-color: #FFF;
}
h2 {
	font-size: 20px;
	text-align: center;
}
#contenedor{
	width: 980px;
	text-align: center;
	top: 15px;
	left: 15px;
	position: absolute;
	background-image: url(imagenes/satinado.jpg);
	background-repeat: repeat;
}

#cabecera{
	width: 320px;
	height: 150px;
	float: left;
	text-decoration: none;
	background-image: url(imagenes/degrade_encabezado.png);
	background-repeat: repeat-x;
	text-align: left;

}
#marca{
	height: 150px;
	width: 510px;
	position: absolute;
	left: 320px;
	top: 0px;
	background-image: url(imagenes/degrade_encabezado.png);
	background-repeat: repeat-x;
}
#radio{
	height: 150px;
	width: 150px;
	float: right;
	background-image: url(imagenes/esquina.png);
	background-repeat: no-repeat;
}
#navega{
	height: 70px;
	width: 980px;
	clear: both;
	background-image: url(imagenes/degrade3.png);
	background-repeat: repeat-x;
}
#navega ul {
	list-style: none;
	margin:10;
	padding:0;
	position: relative;
	left: 100px;
}
#navega ul li {
	padding: 0px;
	margin: 10px;
	color: #333;
}
#navega ul li a {
	display: block;
	height: 30px;
	width: auto;
	float: left;
	padding-right: 20px;
	padding-left: 20px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 30px;
	color: #333;
	margin-top: 10px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	background-image: none;
	background-color: #0FF;
}
#navega ul li a:hover{
	color: #000;
	background-color: #C33;
}


#titulo_contenedor {
	width: 980px;
}
#tabla {
	left: 200px;
}
#ficha_tecnica {
	width: 700px;
	position: relative;
	left: 250px;
	margin-top: 25px;
	margin-bottom: 25px;

	}
#radio_abajo{
	background-image: url(imagenes/esquina_180.png);
	position: absolute;
	height: 150px;
	width: 150px;
	clear: none;
}
#pie{
	position: absolute;
	width: 830px;
	height: 150px;
	float: right;
	clear: none;
	left: 150px;
	background-image: url(imagenes/degrade_pie.png);
}
