body {
	background: url(imagenes/fondo.jpg);
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	margin:0;
}
.general {
	width: 950px;
	margin: 0 auto;
	padding-top:10px;
}
.cabecera {
	height: 200px;
	width: 950px;
	margin-bottom:10px;
}
.contenido {
	height: 100%;
	width: 950px;
}
.contenido_izq {
	height: 460px;
	width: 475px;
	float:left;
}
.empresa_izq {
	min-height: 460px;
	width: 250px;
	float:left;
}



.contenido_der {
	height: 460px;
	width: 475px;
	float:right;
}
.empresa_der {
	min-height: 460px;
	width: 695px;
	float:right;
	margin-left:5px;
}


.logo {
	float: left;
	height: 200px;
	width: 195px;
	text-align:center;
}
.botonera {
	float: right;
	height: 30px;
	width: 754px;
	margin-top:90px;
}
.direccion{
	float: right;
	height: 50px;
	width: 750px;
	font-size:13px;
	text-align:right;
	margin-top:30px;
	line-height:25px;
	
	}
.boton{
	height:23px;
	width:185px;
	padding-top:7px;
	float:right;
	background:url(imagenes/img_botones.png);
	text-align:center;
}
.boton a {
   color:#fff;
   font-weight:bold;
   text-decoration:none;
}
.boton:hover {
   background:url(imagenes/img_botonessobre.png);
   cursor:pointer;
}
.img_producto_der{
	height:215px;
	width:230px;
	padding-right:7px;
	float:left;
}
.img_producto_izq{
	height:215px;
	width:230px;
	padding-left:7px;
	float:right;
}
.linea {
	width:950px;
	height:15px;
	margin:0 auto;
	margin-top:15px;
	margin-bottom:15px;
	clear:both;	
	border-bottom: solid 1px #0093DD;
}
.contenido_productos {
	width: 950px;
	margin: 0 auto;
	font-size:20px;
}
.productos {
	height:245px;
	width:178px;
	margin-right:6px;
	margin-left:6px;
	float:left;
	background-color:#FFF;
	font-size:12px;
	font-weight:bold;
	text-align:center;
}

.Bproductos {
	height:245px;
	width:170px;
	margin-right:1px;
	margin-left:1px;
	float:left;
	background-color:#FFF;
	font-size:12px;
	font-weight:bold;
	text-align:center;
}

pre { display:none }
pre { text-align: left; overflow: visible }
code { background-color: #ffc }
pre code { background-color: #eee }

.pics { height: 460px; width: 468px; padding:0; margin:0; overflow: hidden }
.pics img { height: 460px; width: 468px; background-color: #eee; top:0; left:0 }

.titulos {
	font-size:16px;
	color:#333333;
	height:25px;
	padding-top:5px;
	border-bottom: solid 1px #666666;
	width:100%;
	font-weight:bold;
	margin-top:10px;
}
	
#botoneraC img {
border-bottom:1px #999999 solid;
opacity:0.7;
filter:alpha(opacity=90); /* For IE8 and earlier */
}

#botoneraC img:hover
{
opacity:1;
filter:alpha(opacity=100); /* For IE8 and earlier */
}