/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #000000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

body a{
	color:#000000;
	text-decoration:none;
	}
select{
	font-size:10px;
	}
.peq{
	font-size:11px;
	}

.h1{
	color:#FFFFFF;
	font-size:14px;
	font-weight:bold;
}

.datos{
	color:#FFFFFF;
	font-size:14px;
	font-weight:bold;
}

.datos1{
	color:#C00;
	font-size:16px;
	font-weight:bold;
}

#tabla {
	background-image:url(images/fnd_t.gif);

	background-position:top; 
	background-repeat:repeat-y;
	}
.producto{
	background-color:#9f9f9f;
	}
.img{
	margin:10px;
	}
.n_producto{
	padding:10px;
	text-align:center;
	}
	
a.opacity img {
filter:alpha(opacity=80);
-moz-opacity: 0.5;
opacity: 0.5;
}

a.opacity:hover img {
filter:alpha(opacity=100);
-moz-opacity: 1.0;
opacity: 1.0;
}

.sub2 {
	font-size:20px;
	font-weight:bold;
	color: #434343;
	border: #cccccc solid 1px;
	}
a.sub{
	display:block;
	color: #434343;
	text-decoration:none;
	}
a.sub:hover {
	background-color:#cccccc;
	}
