@charset "utf-8";
.borrar{
	clear: both;
}
body {
	margin: 0px;
	padding: 0px;
	background-image: url(../imagenes/bg3.jpg);
	background-repeat:   repeat-y;
	background-color: #AAAAAA;
	font-family: "Lucida Grande","Lucida Sans Unicode",Verdana,Geneva,Arial,Sans-Serif;
	background-position: center;
}
#web #contenido #productos p {
	font-size: 90%;
	width: 90%;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: auto;
}

#web #contenido #productos img {
	border:hidden;
}


#web #contenido #productos table {
	width: 98%;
	margin-top: 15px;
	margin-right: auto;
	margin-left: auto;
	line-height: 135%;
	font-family:'Lucida Grande', 'Lucida Sans Unicode', Verdana, Geneva, Arial, Sans-Serif;
	font-size: 90%;
	color: #444444;
}

#web #contenido #productos table:hover {
	background-image: url(../imagenes/pattern.gif);
	background-repeat: repeat;
}
#web #contenido #productos .precios {
	font-size: 110%;
	font-weight: bold;
	color: #B4BEC1;
}


#web #contenido #productos img {
	padding: 4px;
}
#web #contenido #productos h2 {
	display: inline;
}




#arriba {
	height: auto;
	margin: auto;
}
#arriba #publicidad {
	height: 140px;
	width: 920px;
}

#arriba #publicidad h1 {
	display: inline;
	color: #F0F6F6;
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', Verdana, Geneva, Arial, Sans-Serif;
	font-weight: normal;
	margin-left: 60px;
}
#arriba #publicidad h3 {
	display: inline;
	margin-left: 60px;
	font-size: 90%;
}

#web {
	width: 920px;
	margin: auto;
	background-image: url(../imagenes/bg2.jpg);
	background-repeat:   repeat-x;
	background-position: center;
}
#arriba #menu {
	margin: auto;
	width: 100%;
	background-color:#EEEEEE;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #000000;
	border-bottom-color: #000000;
	text-align: center;
}
#arriba #menu ul {
	/*display: inline;*/
	text-align: center;
	font-size:100%;
	list-style-type:none;
	margin:0;
	padding:0;
	width:auto;
}
#arriba #menu ul li {
	float:left;
	font-size:100%;
	list-style-type:none;
	margin:0;
	padding:0;
	position:relative;
	text-align:left;
	width: auto;
	/*display: inline;
	height: 10px;
	text-align: center;
	margin: 10px;*/
}

#arriba #menu ul li a{
	color: #000000;
	text-decoration: none;
	display:block;
	padding:0.8em 1.2em;
}

#arriba #menu ul li a:hover{
	color:#FFFFFF;
	text-decoration: none;
	background-color: #5581C0;
}
#web #contenido {
	background-color: #FFFFFF;
	height: auto!important; /* para los browsers buenos */
    height: 600px;  /* para IE5+ */
    min-height: 600px; /* para los browsers buenos */
	background-image: url(../imagenes/topgrad.jpg);
	background-repeat:  repeat-x;
	padding-top: 30px;
}

#web #contenido #categorias{
	float: left;
	width: 200px;
	background-color: #FCFCFC;
	margin-top: 10px;
	border: 1px solid #688BA7;
	margin-left: 5px;
}

#web #contenido #categorias h3 {
	background-color:#688BA7;
	color:white;
	font-family:Verdana,Sans-Serif;
	font-size:85%;
	font-weight:normal;
	margin:0;
	padding:3px 0;
	text-indent:10px;
	text-transform:uppercase;
}

#web #contenido #categorias ul {
	margin:0;
	padding:0;
}

#web #contenido #categorias ul li{
	background-image:url(../imagenes/li_categorias.gif);
	background-position:left center;
	background-repeat:no-repeat;
	font-family:'Lucida Grande','Lucida Sans Unicode',Verdana,Geneva,Arial,Sans-Serif;
	font-size:80%;
	list-style-type:none;
	margin-left: 3px;
	padding-top: 3px;
	padding-right: 0;
	padding-bottom: 3px;
	padding-left: 13px;
}

#web #contenido #categorias ul li a{
	color:#688BA7;
	text-decoration: none;
	display:block;
	padding-top: 0.3em;
	padding-right: 0.3em;
	padding-left: 0.2em;
}

#web #contenido #categorias ul li a:hover{
	text-decoration: underline;
	color: #114477;
	background-color:#F3F3F3;
}

#web #contenido #contenido_dentro{
	width: 650px;
	font-family: Georgia, "Times New Roman", Times, serif;
	float:left;
	margin-top: 10px;
	padding-left: 15px;
}
#abajo {
	background-color: #EEEEEE;
	height: 45px;
	border-top-width: 1px;
	border-bottom-width: 4px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #000000;
	border-bottom-color: #AAAAAA;
	text-align: center;
	font-size: 80%;
}
.foto_empresa{
	border: 15px solid #F3F3F3;
	padding: 5px;
}

#web #contenido #productos .foto_producto {
		width:150px;
		height:150px;
		background-repeat: no-repeat;
		background-position: center center;
		background-color:#000000;
	}
#web #contenido #productos .foto_producto img {
	border:0;
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
	background-image: url(../imagenes/frame.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	}
#web #contenido #productos .foto_producto img:hover{
		background:url(../imagenes/zoom.gif) no-repeat 50% 50%;
		filter:alpha(opacity=50);
		-moz-opacity:0.5;
		-khtml-opacity: 0.5;
		opacity: 0.5;
	}
	
legend {
	font-size: 130%;
	color: #FFFFFF;
	background-color: #688BA7;
}
fieldset {
	border: thin solid #688BA7;
	padding: 10px;
}	

