﻿/* PORTADA */
#destacaproductos {
	background-image: url(img_es/portada_productos.gif);
	background-repeat: no-repeat;
	height: 50px;
	clear: both;
}
#destacanoticias {
	background-image: url(img_es/portada_noticias.gif);
	background-repeat: no-repeat;
	height: 50px;
	clear: both;
}
/* FICHACOMPLETA */

.fichacompleta .pvp_anterior {
	color: #999999;
	text-decoration: line-through;
	font-size: 18px;
	height: 18px;
	padding: 5px;
	margin: 0px;
}
.fichacompleta .pvp_anterior_no {
	color: #999999;
	text-decoration: line-through;
	font-size: 18px;
	height: 18px;
	padding: 5px;
	margin: 0px;
	display: none;
}


.fichacompleta .pvp {
	float: right;
	width: 170px;
	margin-left: 18px;
	text-align: center;
	background-image: url(img_es/fondo_pvp.png);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 25px;
	clear: right;
}
.fichacompleta .pvp_desde {
	float: right;
	width: 170px;
	margin-left: 18px;
	text-align: center;
	background-image: url(img_es/fondo_pvpdesde.png);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 25px;
	clear: right;
}

.fichacompleta .pvp img {
	margin-bottom: 10px;
}

.fichacompleta .cuerpo p strong {
	font-weight: normal;
}

/* FICHA DOBLE */
.ficha .pvp {
	float: right;
	width: 170px;
	margin-left: 18px;
	text-align: center;
	background-image: url(img_es/fondo_pvp.png);
	background-repeat: no-repeat;
	background-position: right top;
	padding-top: 25px;
	clear: right;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: dashed;
	border-top-color: #666;
	border-right-color: #666;
	border-bottom-color: #666;
	border-left-color: #666;
	padding-left: 10px;
}

.ficha .pvp_desde {
	float: right;
	width: 170px;
	margin-left: 18px;
	text-align: center;
	background-image: url(img_es/fondo_pvpdesde.png);
	background-repeat: no-repeat;
	background-position: right top;
	padding-top: 25px;
	clear: right;
	border-left-width: 1px;
	border-left-style: dashed;
	border-left-color: #666;
	padding-left: 10px;
}


.ficha .pvp_anterior  {
	color: #B30606;
	text-decoration: line-through;
	font-size: 18px;
	height: 18px;
	padding: 0px;
	line-height: 18px;
	float: left;
	margin-top: -25px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	clear: both;
	visibility: visible;
	font-family: Arial, Helvetica, sans-serif;
}
.ficha .pvp_anterior_no  {
	color: #B30606;
	text-decoration: line-through;
	font-size: 18px;
	height: 18px;
	padding: 0px;
	line-height: 18px;
	float: left;
	margin-top: -25px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	clear: both;
	visibility: hidden;
}
.ficha .precioimg {
	color: #000;
	background-image: url(img/num/ficha_iva.gif);
	background-position: center bottom;
	padding-bottom: 20px;
	background-repeat: no-repeat;
	margin-bottom: 10px;
}

/* ficha pequeña ******************************************************/

.fichapek .pvp {
	background-image: url(img_es/fondo_pvp_fichapek.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	clear: left;
	margin-top: -20px;

	*margin-top: 0px;
	float: left;
	width: 310px;
	padding-top: 20px;
}
.fichapek .pvp_desde {
	background-image: url(img_es/fondo_pvpdesde_fichapek.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	clear: left;
	margin-top: -20px;

	*margin-top: 0px;
	float: left;
	width: 310px;
	padding-top: 20px;
}

.fichapek .precioimg {
	float: left;
	width: 150px;
	margin-left: 0px;


	*margin-left: -100px;
}


.fichapek .carrito {
	float: right;
	clear: right;
}

.fichapek .pvp_anterior {
	color: #900;
	text-decoration: line-through;
	font-size: 18px;
	height: 18px;
	line-height: 18px;
	clear: left;
	float: left;
	width: 100px;
	padding-top: 7px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align: right;
	visibility: visible;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-top: -30px;
}

.fichapek .pvp_anterior_no {
	color: #900;
	text-decoration: line-through;
	font-size: 18px;
	height: 25px;
	line-height: 18px;
	clear: left;
	float: left;
	width: 100px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align: right;
	visibility: visible;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-top: -30px;
	visibility: hidden;
}


