/* These are standard sIFR styles... do not modify */
.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}
.sIFR-replaced {
	visibility: visible !important;
}
span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}
/* Hide Adblock Object tab: the text should show up just fine, not poorly with a tab laid over it. */
.sIFR-flash + div[adblocktab=true] {
  display: none !important;
}
/* These "decoy" styles are used to hide the browser text before it is replaced... the negative-letter spacing in this case is used to make the browser text metrics match up with the sIFR text metrics since the sIFR text in this example is so much narrower... your own settings may vary... any weird sizing issues you may run into are usually fixed by tweaking these decoy styles */
.sIFR-hasFlash div.texto_cabecera {
	visibility: hidden;
	font-size: 2.6em;
}
.sIFR-hasFlash div.udesign_cabecera {
	visibility: hidden;
	font-size: 2.6em;
}
.sIFR-hasFlash h2 {
	visibility: hidden;
	font-size: 2.6em;
}
.sIFR-hasFlash h3.consifr {
	visibility: hidden;
	font-size: 50px;
}
.sIFR-hasFlash p.modelo {
	visibility: hidden;
	font-size: 1.2em;
}
.sIFR-hasFlash p.familia {
	visibility: hidden;
	font-size: 0.8em;
}

/*/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
.imagen_cabecera{
	position:relative;
}
.texto_cabecera{
	position:absolute;
	top:65px;
	left:160px;
}
.udesign_cabecera{
	position:absolute;
	top:105px;
	left:140px;
}
/*/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
h2{
	font-size:2.2em;
	color:#d60071;
	font-weight:normal;
	margin:0 0 15px 0;
}
h3{}
p{
	line-height:1.8em;
}
p.destacado{
	font-weight:bold;
	color:#d60071;
	margin-bottom:15px;
}
p.te_lo_encontramos{
margin-bottom:15px;}
div.separacion{ border-bottom:1px solid #e6e6e6; clear:both;}
div.separacion hr{ display:none;}
/*////////////////////// formularios //////////////////////////*/
form.form_contacto{ width:480px; margin-top:27px; float:left;}
form.form_contacto fieldset{ border:none;}
form.form_contacto fieldset legend{ display:none;}
form.form_contacto fieldset div{
	min-height:30px;
	height:auto;
	_height:30px;
	clear:both;
}
form.form_contacto fieldset div label{
	float:left;
	width:76px;
	padding-left:10px;
	background-image:url(../images/ico_simple.gif);
	background-position:0 0.4em;
	background-repeat:no-repeat;
	cursor:pointer;
}
form.form_contacto fieldset div input, form.form_contacto fieldset div textarea{
	float:left;
	width:280px;
	border:1px solid #b9b9b9;	
}
form.form_contacto fieldset div textarea{height:100px; width:365px;}
form.form_contacto fieldset div.botones{
	height:25px;
	padding-top:20px;
	padding-left:175px;
}
form.form_contacto fieldset div.botones input.boton{
	width:52px;
	height:14px;
	background-image:url(../images/fnd_boton.gif);
	background-position:0 0;
	background-repeat:no-repeat;
	border:none;
	color:white;
	cursor:pointer;
	text-align:right;
	margin-right:15px;
	padding-bottom:5px;
	padding-left:5px;
	_padding-right:8px;
}
form.form_contacto fieldset div.error{
	color:#d60071;
	margin-bottom:10px;
}
form.form_contacto fieldset div.error p{
	margin-left:85px;
	font-weight:bold;
}
form.form_contacto fieldset div input.error{
	border:1px solid #d60071;
	background-color:#F5BFDB;
}
/*/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
div.tel_atencion_cliente{
	border-left:1px solid #e6e6e6;
	width:182px;
	float:left;
	padding-left:15px;
	padding-top:15px;
}
p.con_fondo{background-color:#f1f1f1; padding:0.5em; margin:10px 0;}
span.telefono{ font-size:1.6em; color:#d60071; font-weight:bold;}
/*//////////////////////////// PRODUCTOS - TIENDA /////////////////////////////////////////////////////////////////////////////////////*/
div.articulo{ 
	width:340px;
	min-height:150px;
	height:auto;
	_height:150px;
	line-height:1.6em;
	float:left;
	padding:20px 0 0 0;
}
div.articulo.impar{border-right:1px solid #eaeaea;}
div.articulo div.imagen{
	float:left;
	width:98px;
	text-align:center;
	vertical-align:bottom;
}
div.articulo div.texto{
	float:left;
	width:220px;
	padding-left: 5px;
}
div.articulo div.datos{
	position:relative;
	width:188px;
	background-color:#f1f1f1;
	font-weight:bold;
	padding:5px 30px 5px 5px;
}
	div.articulo div.datos div.carrito{
		position:absolute;
		top:0;
		right:0;
	}
	div.articulo div.datos p{ margin-bottom:5px;  _margin-bottom:10px;}
	div.articulo div.datos span{ color:#d60071; margin-left:2px;}
	div.articulo p.disenador{font-weight:bold;}
	div.articulo p.disenador a{
		font-weight:normal;
		color:#d60071;
		text-decoration:underline;
	}
	div.articulo p.disenador a:hover{ text-decoration:none;}
/*//////////////////////////// PRODUCTOS - FICHA /////////////////////////////////////////////////////////////////////////////////////*/
#contenido-producto{
	margin: 0 0 20px 0;
}
/*	background-image: url(../images/fnd_home_vertical.gif);
	background-repeat: repeat-y;
	background-position: 510px;
}*/
#col-aux {
	display: none;/*quitar para hecer visible la columna de visita también*/
	width: 160px;
	float: right;
}
#col-aux h3{
	visibility: visible;
	font-size: 1em;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	border-bottom: 1px solid #9D9D9D;
	background-image: url(../images/tambien-left.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#col-aux h3 span{
	background-color: #00A6E4;
	color: #FFF;
	margin: 0 0 0 5px;
	padding: 0 5px 1px 0;
	background-image: url(../images/tambien-right.jpg);
	background-repeat: no-repeat;
	background-position: top right;
}
#col-aux ul {
	margin: 15px 0;
}
#col-aux ul li {
	margin: 3px 0;
}
#col-aux ul li a{
	color: #00A6E4;
	text-decoration: none;
	padding: 0 0 0 10px;
	font-weight: bold;
	background-image: url(../images/ico_simple2.gif);
	background-repeat: no-repeat;
	background-position: 0 0.5em;
}
#col-aux ul li a:hover{
	color: #A7A7A7;
}
#ficha h2{
	width: 200px;
}
#disenador{
	background-color: #F5F5F5;
	height: 5em;
}
#disenador p.nombre {
	font-weight: bold;
	padding: 0 10px 0 0;
	margin: 10px 10px 0 10px;
	border-right: 1px solid #DBDBDB;
	float: left;
}
#disenador p.nombre a{
	color: #D60071;
	font-weight: normal;
}
#disenador p.familia{
	float: left;
	margin: 15px 0 0 5px;
	font-size: 1.7em;
}

p#descripcion{
	margin: 15px 0;
}
p#descripcion strong{
	color: #D60071;
}
#medidas {
	background-color: #F5F5F5;
	padding: 10px 0 0 0;
}
#medidas div {
	clear: left;
	padding: 0;
	margin: 0;
}
#medidas .carrito {
	float: right;
	margin: -10px 0 0 0;
}
#medidas label, #medidas .tipo-label{
	font-weight: bold;
	margin: 0 0 0 10px;
	padding: 0;
	color: #000;
}
#medidas select{
	margin: 5px 0 3px 10px;
	padding: 0;
	vertical-align:middle;
}
#medidas .precio{
	margin: 0 0 0 10px;
	color: #D60071;
	font-weight: bold;
	font-size: 1.2em;
}
#medidas .pvp {
	margin: 0 0 10px 0;
}
#medidas .acaba-ul{
	margin: 0 20px 15px 20px;
}
#medidas .acaba-ul li{
	margin: 5px 0;
}
#medidas .acaba-ul li a{
	color: #383838;
	text-decoration: underline;
}
#medidas .acaba-ul li.seleccionado a{
	color: #D60071;
	text-decoration: none;
	font-weight: bold;
}
#medidas .acaba-ul li a:hover{
	text-decoration: none;
}
.acabado {
	border: none;
	background-color: #D60071;
	background-image: url(../images/ico_simple3.gif);
	background-repeat: no-repeat;
	background-position: 6px 0.7em;	
	color: #FFF;
	padding: 0 0 0 5px;
	margin: 0 0 0 10px;
	width: 85px;
	height: 1.7em;
	line-height: 1.7em;
	vertical-align: middle;
	text-decoration: none;
}
#menu-secundario {
	float: right;
	width: 215px;
	background-color: #FFF;
	height: auto!important;
	height: 40em;
	min-height: 40em;
}
#galeria1 {
	padding: 55px 0 0 0;
	text-align: center;
}
#galeria1 #referencia {
	color: #D60071;
	margin: 5px 0;
	text-align: center;
	font-weight: bold;
	font-size: 1.15em;
}
#galeria1 #ver-medidas a{
	color: #000;
	text-decoration: underline;
	font-weight: bold;
}
#galeria1 #ver-medidas a:hover{
	text-decoration: none;
}
#miniaturas {
	border-top: 1px solid #BDBDBD;
	margin: 30px 0 0 0;
    float: left;
	width: 215px;
}
#miniaturas img{
	margin: 10px 0 0 10px;
	float: left;
}
#galeria2 {
	margin: 15px 0 10px 0;
}
#galeria2 a{
	margin: 0 10px 5px 0;
	width: 238px;
	height: 140px;
	text-align: center;
	float: left;
	display: block;
}
#galeria2 .dere{
	margin: 0 0 5px 0;
}
#galeria2 a img{
	vertical-align: middle;
}
#contenido-producto h3{
	margin: 20px 0 10px 0;
	visibility: visible;
	font-size: 1em;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	border-bottom: 1px solid #9D9D9D;
	background-image: url(../images/h3-left.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#contenido-producto h3 span{
	background-color: #D60071;
	color: #FFF;
	margin: 0 0 0 5px;
	padding: 0 5px 1px 0;
	background-image: url(../images/h3-right.gif);
	background-repeat: no-repeat;
	background-position: top right;
}
#contenido-producto p img{
	float: left;
}
/*//////////////////////////// PRODUCTOS - GALERIA SIN JAVASCRIPT ////////////////////////////////////////////////////////////////////*/
.bot-volver{
	float: right;
	background-image: url(../images/bot-volver-der.gif);
	background-repeat: no-repeat;
	background-position: right;
	padding: 0 5px 0 0;
	height: 1.3em;
}
.bot-volver a{
	background-image: url(../images/bot-volver-izq.gif);
	background-repeat: no-repeat;
	background-position: left;
	background-color: #D60071;
	padding: 1px 0 0 14px;
	line-height: 1.3em;
	height: 1.3em;
	color: #FFF;
	text-decoration: none;
}
#galeria-noscript {
	width: 680px;
	background-color: #F4F4F4;
	text-align: center;
}
#botones-galeria {
	text-align: center;
	margin: 10px 0;
	font-weight: bold;
	color: #000;
}
#botones-galeria img{
	margin: 0 20px;
	vertical-align: middle;
}
#botones-galeria span{
	color: #D60071;
}
/*/////////////////////////////////////////////////////// CARRITO ////////////////////////////////////////////////////////////////////*/
#contenido-carrito{
	margin: 0 0 25px 0;
}
#top-carrito {
	background-image: url(../images/fnd_carrito_tabla_top.gif);
	background-position: 0 0;
	background-repeat: no-repeat;
	width: 678px;
	height: 9px;
	font-size: 0.1em;
}
#tabla-carrito {
	background-image: url(../images/fnd_carrito_tabla.gif);
	background-position: bottom left;
	background-repeat: no-repeat;
	width: 658px;
	padding: 0 10px 20px 10px;
	color: #000;
}
#tabla-carrito th {
	background-color: #F0F0F0;
	border-right: 1px solid #D2D2D2;
	padding: 6px;
}
#tabla-carrito td {
	border-right: 1px solid #D2D2D2;
	border-bottom: 1px solid #D2D2D2;
	padding: 15px 10px;
}
#tabla-carrito .col_borrar {
	border-right: none;
}
#tabla-carrito .cantidad {
	width: 60px;
}
#tabla-carrito .cantidad input{
	width: 16px;
	border: 1px solid #A5ACB2;
	float: left;
	vertical-align: middle;
	text-align: right;
	margin: 0 4px;
	padding: 0 2px;
}
#contenido-carrito #tabla-carrito table a.producto_tabla {
	color: #000;
	tex-decoration: underline;
}
#tabla-carrito a:hover {
	tex-decoration: none;
}
#tabla-carrito .cantidad a {
	width: 9px;
	height: 9px;
	line-height: 9px;
	display: block;
	margin: 2px 0 0 0;
	padding: 0 0 1px 0;
	text-align: center;
	text-decoration: none;
	border: 1px solid #000;
	color: #000;
	float: left;
}

#tabla-carrito .precio-tabla {
	width: 65px;
}
#tabla-carrito .imagen_tabla {
	width: 105px;
	text-align: center;
	margin: 5px 0 0 0;
}
#botones-carrito{
	margin: 15px 0 0 0;
}

#botones-carrito .seguir{
	background-image: url(../images/bot-volver-der.gif);
	background-repeat: no-repeat;
	background-position: right top;
	padding: 0 5px 0 0;
	height: 1.4em;
	float: left;
}
#botones-carrito .seguir span{
	background-image: url(../images/bot-volver-izq.gif);
	background-repeat: no-repeat;
	background-position: left;
	background-color: #D60071;
	padding: 1px 3px 0 17px;
	line-height: 1.4em;
	height: 1.4em;
	color: #FFF;
	text-decoration: none;
}
#botones-carrito .finalizar{
	background-image: url(../images/bot-finalizar-der.gif);
	background-repeat: no-repeat;
	background-position: right;
	padding: 0 5px 0 0;
	height: 1.3em;
	float: right;
}
#botones-carrito .finalizar span{
	background-image: url(../images/bot-finalizar-izq.gif);
	background-repeat: no-repeat;
	background-position: left;
	background-color: #000;
	padding: 1px 3px 0 17px;
	line-height: 1.3em;
	height: 1.3em;
	color: #FFF;
	text-decoration: none;
}
/*/////////////////////////////////////////////////////// CONTACTO ////////////////////////////////////////////////////////////////////*/
#contenido-contacto #datos{
	margin: 20px 0 10px 0;
	background-image: url(../images/contacto-fondo.gif);
	background-repeat: repeat-y;
	background-position: 185px;
}
#contenido-contacto #datos .col-datos{
	width: 200px;
	float: left;
	line-height: 1.75em;
	font-size: 1.05em;
	margin: 0 20px 0 0;
}
#contenido-contacto #datos .col-datos a{
	color: #D60071;
}
/*/////////////////////////////////////////////////////// AVISO LEGAL /////////////////////////////////////////////////////////////////*/
#contenido-aviso h3{
	margin: 20px 0 15px 0;
	font-size: 1.2em;
}
#contenido-aviso h4{
	margin: 15px 0 10px 0;
}
#contenido-aviso p {
	margin: 15px 0;
}
#contenido-aviso li {
	margin: 10px 0;
	padding: 0 0 0 12px;
	background-image: url(../images/ico_simple.gif);
	background-repeat: no-repeat;
	background-position: 0 0.6em;
	line-height: 1.6em;	
}
#contenido-aviso  a {
	color: #D60071;
}
#contenido-aviso dl {
	margin: 0 0 0 15px;
}
#contenido-aviso dt {
	font-weight: bold;
	margin: 10px 0 5px 0;
}
#contenido-aviso dd {
	padding: 0 0 0 10px;
}
/*/////////////////////////////////////////////////////// ACCESIBILIDAD //////////////////////////////////////////////////////////////*/
#contenido-accesibilidad{
	margin: 0 0 20px 0;
}
#contenido-accesibilidad h3{
	margin: 20px 0 15px 0;
	font-size: 1.2em;
}
#contenido-accesibilidad a{
	color: #D60071;
}
#contenido-accesibilidad ul{
	margin: 15px 0 10px 0;
}
#contenido-accesibilidad li{
	padding: 0 0 0 12px;
	background-image: url(../images/ico_simple.gif);
	background-repeat: no-repeat;
	background-position: 0 0.6em;
	margin: 5px 0;	
	line-height: 1.6em;	
}
#contenido-accesibilidad #logos-accesibilidad{
	float: right;
	width: 120px;
	margin: 30px 0 0 0;
	text-align: right;
}
#contenido-accesibilidad #directrices li{
	margin: 0 0 15px 0 ;
}
#contenido-accesibilidad #logos-accesibilidad #wai img{
	margin: 0 0 30px 0;
}