*{
	margin: 0px;
	padding: 0px; 
}
html, body{
	width: 100%;
	background: url(../img/bg.jpg);
	text-align: center;
	font: 100% Verdana, Tahoma, Arial;
}
#web{
	width: 740px;
	background: #000 url(../img/bg2.gif);
	margin: auto;
	padding-top: 10px;
}
#contenido{
	width: 360px;
	float: right;
	margin-right: 50px;
	margin-top: 10px;
	text-align: justify;
	padding: 140px 20px 20px 20px;
}
#contenido2{
	width: 400px;
	float: right;
	margin-right: 50px;
	margin-top: 10px;
	text-align: justify;
	padding: 50px 0px 20px 0px;
}
#contenido p{
 	font-size: 80%;
	color: #C0C0C0;
 }
 #contenido p img{
 	float: right;
	padding-left: 10px;
 }
#logo{
	float: left;
	margin-top: 30px;
	margin-left: 40px;
	border: none;
}
#menu{
   width: 200px;
	height: 560px;
	list-style: none;
	float: left;
	text-align: left;
	margin-left: 28px;
	margin-top: 50px;
}
#menu li a.nivel1{
	text-decoration: none;
	color: #CC0000;
	font-weight: bold;
	font-size: 80%;
	display: block;
	margin-left: 13px;
}
#menu li a.nivel1:hover{
  color: #000;
}
#menu li a.nivel2{
	text-decoration: none;
	color: #000;
	font-size: 75%;
	display: block;
	margin-left: 30px;
}
.sclas a{
	color: #000;
	text-decoration: none;
}
.sclas a:hover{
	color: #CC0000;
	text-decoration: none;
}
#menu li a.nivel2:hover{
  color: #FF0000;
}
h2{
	font-size: 120%;
	color: #CC0000;
	padding-bottom: 20px;
}
#pie{
	clear: both;
	width: 100%;
	background: #000;
	height: 25px;
	padding-top: 5px;
}
#pie span{
	display: block;
	margin-right: 45px;
	margin-top: 5px;
}
#pie a{
	color: #FFF;
	font-size: 70%;
	float: right;
	margin-right: 5px;
}
#pie a:hover{
	color: #C0C0C0;
}
.noticia{
	padding-bottom: 30px;
}
.negrita{
	font-weight: bold;
}
.sclas{
	font-size: 80%;
	font-weight: bold;
	display: block;
	margin-left: 25px;
}
.divmat{
	float: right;
	margin-left: 5px;
}
.divmat p{
   color: #000 !important;
}
.material{
	border: solid 1px #000;
}

.catalogo{
	clear: both;
}
.celda{
	float: left;
	padding-left: 7px;
	padding-right: 1px;
	margin-top: 10px;
}
.celda img{
	border: solid 1px #000;
}
.celdai{
 clear: both;
 margin: 0px;
 padding: 0px;
}
#ofertas, #estandar, #medida, #grabaciones{
	display: none;
}
.actual, .actual a{
	background: #000;
	color: #FFF !important;
}
ul{
	list-style: none;
}