@charset "utf-8";
/* CSS Document */

body {
	font-size: 62.5%;
	margin: 0px;
	background-color: #929292;
	background-image: url(../img/fondo-diagonal.png);
	background-repeat: repeat;
	background-position: left top;
}
#fondo-franja {
	background-image: url(../img/fondo-franja.png);
	background-repeat:  repeat-x;
	background-position: center center;
	width: 100%;
	height: 550px;
	position: absolute;
	margin-top: -275px;
	top: 50%;
}
#logo {
	width: 100%;
	text-align: center;
	margin-bottom: 10px;
}

#contenedor-productos {
	margin-right: auto;
	margin-left: auto;
	width: 760px;
	text-align: center;


}
.aVisitarWeb {
	font-family: Tahoma, Geneva, Arial, Verdana;
	font-size: 1.2em;
	color: #FFFFFF;
	text-decoration: none;
}
.aVisitarWeb:hover {
	text-decoration: underline;
}
.enlaces {
}

.fondo-producto {
	behavior: url(iepngfix.htc);
	background-image: url(../img/fondo-producto.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 214px;
	width: 230px;
}
.textoInicial {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	color: #FFFFFF;
	margin: 0px;
	font-weight: bold;
}

.producto {
	width: 230px;
	margin-right: 10px;
	margin-left: 10px;
	float: left;
	text-align: center;
}
.imagenProductos {
	margin-top: 10px;
}


.descripcion {
	font-family: Tahoma, Geneva, Verdana, Arial;
	font-size: 1.1em;
	line-height: 1.3em;
	color: #666666;
	text-align: left;
	padding-right: 30px;
	padding-left: 35px;
	margin: 0px;
	padding-top: 3px;
}
.imgTransparente {
	border: none;
	behavior: url(iepngfix.htc);
}
/*.esquina_hack{
	background-image: url(”../img/esquina.png”) !important;
  	background-image: none;
  	filter: none !important;
  	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=’img/esquina.png’);
}*/
