* {margin: 0; padding: 0;}
body {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 12px;
	background-color: #000;
	background-image: url(../imagenes/fondo-pagina-test.gif);
	background-repeat: repeat-y;
	background-position: center;
}
a img {border: none;}
a {color: #fff;}
h2 {
	font-size: 12px;
	color: #009933;
	margin: 0px;
	padding: 0px;
}
p {}
#contenedor {
	width: 960px;
	background-color: #000;
	position: absolute;
	left: 50%;
	margin-left: -480px;
}
#cabecera {
	padding: 0 5px 0 0;
	height: 200px;
}
#contenidos {border-top: 1px solid #333;}
#menu {
	width: 230px;
	float: left;
	background-repeat: no-repeat;
	background-position: right top;	
}
#menu ul {
	margin: 2px 0 0 13px;
	padding: 0px;
}
#menu li {
	width: 210px;
	margin-bottom: 1px;
	padding-left: 4px;
	list-style-type: none;
	border-bottom: 1px solid #333;

}
#menu a {
	text-decoration: none;
	color: #009933;
}
#menu a:hover {
	color: #ccc;	
}
#datoscontacto {margin: 10px;}
#datoscontacto p {
	margin: 0 0 0 13px;
	color: #fff;
}
#datoscontacto a {color: #fff;}
#presupuesto {
	width: 290px;
	float: right;
	margin-right: 10px;
	height: 290px;
	color: #fff;
}
#presupuestoformulario {height: 290px;}
input,textarea {background-color: #333; color: #ccc; border-bottom: 1px solid #999; border-top: none; border-left:none; border-right: none; padding: 2px;}
#novedades, #ofertadestacada {
	width: 175px;
	float: right;
	margin-right: 25px;
	height: 370px;
}
#novedades p, #ofertadestacada p {
	padding: 2px;
	margin: 0px;
	color: #999;
}
.cajaportada {
	height: 350px;
	color: #999;
	overflow: auto;
}
.cajaportada p {border-bottom: 1px solid  #333; padding-bottom: 4px;}
.cajaportada a {
	text-decoration: none;
}
.cajaportada a:hover {
	color: #999;
	
}

#marquee em {
	color: #ccc;
}
marquee {
	height: 30px;
	font-size: 16px;
	color: #ccc;
	padding: 3px 10px 3px 10px;
}

#pie {
	height: 20px;
	color:#FFF;	
	text-align:center;
	font-size:10px;
}

#pie a {
	color:#FFF;
	text-decoration:none;
	
}


#pie a:hover {
	color:#CCC;
	
}
p#nuevooutlet {
	background-color: #fff;
	padding: 2px;
	text-align: center;
	margin-bottom: 15px;
}
p#nuevooutlet a {
	color: #060;
	text-decoration: none;
}
