body{
	background:#000000;
	margin:0;
	padding:0;
}

table{
	border:0;
}

img{
	border:0;
}

a{
	text-decoration:none;
}
a:HOVER{
	text-decoration:none;
}

.blanco{
	font-family: "Trebuchet MS",arial,helvetica,verdana;
	font-weight:normal;
	font-size:11px;
	color:#FFFFFF;
}
.blanco:HOVER{
	color:#DA2400;
}

.rojo{
	font-family:"Trebuchet MS",arial,helvetica,verdana;
	font-weight:normal;
	font-size:11px;
	color:#DA2400;
}

.negro{
	font-family:"Trebuchet MS",arial,helvetica,verdana;
	font-weight:normal;
	font-size:11px;
	color:#000000;
}
.deleg{
	font-family:"Trebuchet MS",arial,helvetica,verdana;
	font-weight:bold;
	font-size:11px;
	color:#333333;
	padding: 5px 5px 5px 5px;
}
.gris{
	font-family:"Trebuchet MS",arial,helvetica,verdana;
	font-weight:normal;
	font-size:11px;
	color:#5C5C5C;
}
.azul{
	font-family:"Trebuchet MS",arial,helvetica,verdana;
	font-weight:normal;
	font-size:11px;
	color:#50646B;
}

.pg_inicio{
	background:#FFFFFF;
}

.pg_productos{
	background:url(imagenes/bginterior2.jpg);
}

input{
	background:#F8E0C7;
	border:0px solid #F8E0C7;
	font-family: "Trebuchet MS",verdana,arial;
	font-size:11px;
	color:#1F1F1B;
	height:18px;
	padding: 1px 3px 1px 3px;
}
textarea{
	background:#F8E0C7;
	border:0px solid #999999;
	font-family: "Trebuchet MS",verdana,arial;
	font-size:11px;
	color:#1F1F1B;
	padding: 1px 3px 1px 3px;
}
select{
	background:#F8E0C7;
	border:1px solid #000000;
	font-family: "Trebuchet MS",verdana,arial;
	font-size:10px;
	color:#1F1F1B;
}