/* Estilos del catálogo de productos para Internet Explorer 6 y anteriores */

h3{
	font: bold 16px arial,helvetica,sans-serif;
	color: #12A932;
	font-size: 14px;
	font-weight: normal;
	margin-top: 30px;
	margin-left: 10px;
	font-style: italic;
	width: 600px;
}

.producto {
	position: relative;
	margin: 10px;
	margin-left: 10px;
	padding: 0;
	width: 600px;
	height: auto;
}

.producto .superior {
	position: relative;
	margin: 0;
	margin-top: 10px;
	padding: 0;
	border: none;
	background-image: url(imagenes/superior.gif);
	background-attachment: scroll;
	background-position: top left;
	width: 600px;
	height: 22px;
	float: left;
}

.producto .inferior {
	position: relative;
	margin: 0;
	margin-bottom: 10px;
	padding: 0;
	border: none;
	background-image: url(imagenes/inferior.gif);
	background-attachment: scroll;
	background-position: top left;
	width: 600px;
	height: 22px;
	float: left;
}

.producto .contenido {
	position: relative;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
	border-left: solid 1px #F80;
	border-right: solid 1px #F80;
	background: #FFF;
	width: 598px;
	height: auto;
	float: left; /* Que Dios nos ayude con los floats en IE */
	overflow: visible;

}

.titulo {
	margin-left: 22px;
	font: 16pt "Times New Roman", Times, serif;
	font-style: italic;
	color: #F80;
}

.descripcion {
	position: relative;
	width: 275px;
	height: auto;
	border: none;
	margin-left: 22px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: 20px;
	font: 10pt Arial, Helvetica, sans-serif;
	color: #000;
	float: left;

}

.descripcionderecha {
	position: relative;
	width: 250px;
	height: auto;
	float: left;
	margin-top: 10px;
	padding-bottom: 50px;
}

.descripcion p {
	margin-left: 0;
	margin-right: 0;
}

.descripcion .destacado {
	font-weight: bold;
}

.descripcion .precio, .precio {
	color: #FF0000;
	font-weight: bold;
}

.producto .contenido .oferta{
	float: left;
	width: 100%;
	position: relative;
	border: none;
	color: #F80;
	text-align: center;
	margin-top: 20px;
}

.producto .contenido .oferta h3{
	font: 16pt "Times New Roman", Times, serif;
	font-style: italic;
	margin-top: 0;
}

.producto .contenido .oferta ul li.titoferta{
	position: relative;
	font-family: arial,helvetica,sans-serif;
	font-size: 11pt;
	color: #F00;
	font-weight: bold;
	margin-bottom: 5px;
	text-align: left;
}

.producto .contenido .oferta ul li.titoferta p{
	width: 300px;
}

.producto .contenido .oferta ul li.titoferta a.botoncompraoferta{
	position: absolute;
	top: 0;
	left: 300px;
	font-family: verdana, arial, sans-serif;
	font-weight: normal;
	font-size: 10pt;
	font-weight: normal;
	text-decoration: none;
	border: none;
	padding: 2px 15px;
	background: #00F;
	color: #FFF;
}

.producto .contenido .oferta ul li.titoferta a.botoncompraoferta:hover{
	background: #FFF;
	color: #00F;
	border: solid 1px;
}

.imagen {
	width: 200px; /* Max-width no existe en IE6 y anteriores */
	margin-top: 10px;
	margin-right: 22px;
	border: none;
	float: right;
	border-right: solid 2px #000;
	border-bottom: solid 2px #000;

}

a.botoncompra {
	position: relative;
	float: left;
	left: 50px;
	top: 50px;
	font-family: verdana, arial, sans-serif;
	font-weight: normal;
	font-size: 10pt;
	font-weight: normal;
	text-decoration: none;
	border: solid 1px;
	padding: 2px 15px;
	background: #00F;
	color: #FFF;
}

a.botoncompra:hover {
	background: #FFF;
	color: #00F;
	border: solid 1px;
}

a.botonnodisponible {
	position: relative;
	float: left;
	left: 65px;
	top: 50px;
	font-family: verdana, arial, sans-serif;
	font-weight: normal;
	font-size: 10pt;
	font-weight: normal;
	text-decoration: none;
	border: none;
	padding: 2px 15px;
	background: #F00;
	color: #FFF;
}
