@charset "utf-8";
/* CSS Document */

/* EOT file for IE */
/*@font-face {
 font-family: MyCustomFont;
 src: 	url("../fonts/FRAD.eot"), 
 		url("../fonts/FRAD.woff"), 
		url("../fonts/FRAD.svg#FranklinGothic-Demi"), 
		url("../fonts/FRAD.ttf");
}*/



/*@font-face {
    font-family: 'MyCustomFont';
    src: url(../fonts/FRAD.eot);
    src: url(../fonts/FRAD.eot?#iefix) format('embedded-opentype'),
         url(../fonts/FRAD.woff) format('woff'),
         url(../fonts/FRAD.ttf) format('truetype'),
         url(../fonts/FRAD.svg#FranklinGothic-Demi) format('svg');
	font-weight:normal; por alguna absurda razón esto peta en safari
	font-style:normal;

}*/

@font-face {
    font-family: 'MyCustomFont';
    src: url('../fonts/FRAD.eot');
    src: url('../fonts/FRAD.eot?#iefix') format('embedded-opentype'),
         url('../fonts/FRAD.woff') format('woff'),
         url('../fonts/FRAD.ttf') format('truetype'),
         url('../fonts/FRAD.svg#FengardoNeueBlack') format('svg');
    font-weight: normal;
    font-style: normal;

}




body, h1, h2, h3, h4, ol, ul, li, img, p, a{
	margin:0px;
	padding:0px;
	border:none;
	font-family: MyCustomFont, Tahoma, Geneva, sans-serif;
	}
body
{
    position: relative;
}

/* you can modify this as you see fit */
@media screen and (max-width: 990px) 
{
    
    .WRAPPER {
        width: 990px;
        overflow:hidden;
    }

}


	
strong
{
	color:#666;
}

.banderas
{
	position:relative;
	height:38px;
	width:990px !important;
        min-width: 990px;
	margin:0px auto; 
	margin-top:10px;
}

.banderas img{
    vertical-align: middle;
}

.notLastFlag
{
	margin-right:4px;
}

.elTiempoWidget
{
	/* Para cuando estén las 4 banderas: left:172px; */ 
	/*position:absolute; 
	left:133px; 
	top:9px;*/
	color: #656565; 
	font: bold 13px/1.2 Tahoma; 
	text-align: left;
        height: 38px;
        vertical-align: central;
}

#weatherIcon{
    color: #999;
    font: normal 13px/1.2 Tahoma;
}

.telephoneLayer
{
	position:absolute; 
	right:0px; 
	top:0px; 
	vertical-align:middle; 
	text-align:right;
	font-size:25px;
	color:#333;
}


.prefijo
{
	font-size:20px;
	color:#bdbfc6;
}

.telefono1
{	position:absolute;
	width:220px;
	top:2px;
	right:-210px;
	}
.telefono2
{	position:absolute;
	width:220px;
	top:10px;
	right:-210px;
	}


.fotoCabecera
{
	height:573px;
        min-width:990px;
}



.menuSuperiorCentrador
{
	width:990px;
        min-width:990px;
	margin:0px auto;
	position:relative;
	}
	
.logotipo
{
	position:absolute;
	top:20px;
	color:#FFF;
	text-shadow: 2px 2px 5px #000;
        width:990px;
	/* tenemos que meter el text-shadow para el explorer en un condicional dentro de cabecera.php xq si no no valida la hoja de estilos. */
        filter: progid:DXImageTransform.Microsoft.Shadow(color=#000, Direction=135, Strength=5);
	
	}

	
.logotipo span
{
	padding-left:7px;
	line-height:22px; 
	font-size:22px;
}

.logotipo div
{
	line-height:100px;
	font-size:125px;
	margin-bottom:20px;
}

.pieDeLogo
{
	background-color:#000; 
	padding: 5px 25px !important; 
	margin-top:10px; 
	margin-left:6px;
	}
	
.menuSuperiorDiv
{
	width:990px;
	background-color:#FFF;
	position:absolute;
	top:485px;
	}
	
.menuSuperior
{
	list-style:none;
	font-weight:bold;
	font-size:36px;
	text-align:center;
}

.menuSuperior li
{
	display:inline-block;
	}

.menuSuperior a
{
-webkit-transition: all 200ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
   -moz-transition: all 200ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
    -ms-transition: all 200ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
     -o-transition: all 200ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
        /*transition: all 200ms cubic-bezier(0.250, 0.460, 0.450, 0.940);*/

	
	color:#bdbfc6;
	display:inline-block;
	padding:12px;
	text-decoration:none;
}

.menuSuperior a:hover
{
	color:#333;
	}
.menuSuperior .selected
{	
	display:inline-block;
	padding:12px;
	color:#000;
        position: relative;
	}
	
	
.submenuSuperior
{
	font-size:22px;
	text-align:left;
	margin:5px 30px;
	border-bottom:1px dotted #CCC;
	height:25px;
        position: absolute;
        left:0px;
}
.submenuSuperior li
{
	display:inline-block;
	height:25px;
	overflow:hidden;
}
.submenuSuperior a
{
-webkit-transition: all 200ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
   -moz-transition: all 200ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
    -ms-transition: all 200ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
     -o-transition: all 200ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
	/*transition: all 200ms cubic-bezier(0.250, 0.460, 0.450, 0.940);*/
	 
	color:#bdbfc6;
	display:inline-block;
	padding:8px;
	text-decoration:none;
}
.submenuSuperior a:hover
{
	margin-top:-4px;
	color:#666;
}
.submenuSuperior .selected
{
	color:#666;
	display:inline-block;
	padding:8px;
	margin-top:-4px;
	}
	
	
.mancheta
{
	position:absolute;
	right:-21px;
	top:590px;
}

.manchetaOferta2
{
	position:absolute; 
	top:80px;
	right:0px;
	font-size:25px; 
	background-color:#900; 
	color:#FFF;
	padding:10px 5px 10px 30px; 
	text-align:left;
}
	
	
.CUERPO
{
	width:910px;
	margin:0px auto;
	padding:40px 40px 0px 40px;
}

.CUERPO h1
{
	font-size:54px;
	color:#1f1f1f;
	border-bottom:1px solid #666;
	padding-bottom:4px;
	margin-bottom:30px;
	margin-top:20px;
	}
	
.CUERPO h2
{
	font-size:27px;
	color:#333;
	margin-bottom:15px;
	}

.CUERPO ul
{
	margin-left:30px;
}

.CUERPO p, .CUERPO li
{
	font-family:Tahoma, Geneva, sans-serif;
	font-size:22px;
	color:#7f7f7f;
	margin-bottom:10px;
}

.CUERPO p, .CUERPO ul
{
	margin-bottom: 30px;
}

.CUERPO a
{
	color:#6f9ff1;
}
.CUERPO a:hover
{
	color:hsl(217, 81%, 51%);
}

.strongOferta
{
	color:#5CA910; 
	font-size:28px;
}

/* Más espacio en price.php para que Safari mobile aplique zoom-to-fit correctamente */
.marginBottom410px
{
	margin-bottom: 410px !important;
}

.derecha
{ 
	margin:10px 0px 10px 10px;
	float:right;
}

.foto
{ 
	padding:4px; 
	border:1px solid #CCC;
}

.foto p
{
	font-size:12px;
	margin:0px;
	padding:4px 0px 2px 0px;
}

.botoneraInferior
{
	margin:0px !important;
	padding-top:40px;
	text-align:center;	
	list-style:none;
}

.botoneraInferior li
{
	margin:0px;
	padding:0px;
	display:inline-block;
}





.photoList
{
	list-style:none;
	margin:0px !important;
	padding:0px;
	padding-bottom:80px;
}
.photoList li
{

	margin:0px 12px 12px 0px;
	display:inline-block;
	/*background-color:#974492;*/
	vertical-align:top;
}
.photoList img
{
	vertical-align:top;
}





/* FORMULARIOS */
label
{
font-family:Arial, Helvetica, sans-serif;
font-size: 100%;
}

/******* /CONTAINER *******/
/******* FORM *******/
#customForm{
	padding: 0 10px 10px;
}
#customForm label{
	display: block;
	color: #797979;
	font-weight: 700;
	line-height: 1.4em;
}
#customForm input{
	width: 260px;
	padding: 6px;
	color: #949494;
	font-family: Arial,  Verdana, Helvetica, sans-serif;
	font-size: 18px;
	border: 1px solid #cecece;
}
#customForm input.error{
	background: #f8dbdb;
	border-color: #e77776;
}
#customForm textarea{
	width: 550px;
	height: 80px;
	padding: 6px;
	color: #adaeae;
	font-family: Arial,  Verdana, Helvetica, sans-serif;
	font-size: 18px;
	border: 1px solid #cecece;
}
#customForm textarea.error{
	background: #f8dbdb;
	border-color: #e77776;
}
#customForm div{
	margin-bottom: 15px;
}
#customForm div span{
	margin-left: 10px;
	color: #b1b1b1;
	font-size: 14px;
	font-style: italic;
}
#customForm div span.error{
	color: #e46c6e;
}
#customForm #send{
	background: #6f9ff1;
	color: #fff;
	font-weight: 700;
	font-style: normal;
	border: 0;
	cursor: pointer;
}
#customForm #send:hover{
	background: #79a7f1;
}
#error{
	margin-bottom: 20px;
	border: 1px solid #efefef;
}
#error ul{
	list-style: square;
	padding: 5px;
	font-size: 11px;
}
#error ul li{
	list-style-position: inside;
	line-height: 1.6em;
}
#error ul li strong{
	color: #e46c6d;
}
#error.valid ul li strong{
	color: #93d72e;
}
/******* /FORM *******/






.PIE
{
	height:321px;
	background-image:url(../images/pieFondo.jpg);
	background-repeat:no-repeat;
	background-position:center;
	margin-bottom:30px;
	text-align:center;
	position:relative;
        min-width: 990px;
	}
	
.listado1{
	font-family:Tahoma, Geneva, sans-serif;
	color:#444;
	font-size:20px;
	width:990px !important;
	margin:0px auto;
	text-align:left;
	padding-top:70px;
	list-style:none;
}

.PIE h1
{
	margin-left:80px;
	margin-bottom:5px;	
}

.listado1>li
{
	display:inline-block;
	vertical-align:top;
	width:32%;
}

.listado1>li ul
{
	margin-bottom:25px;
	margin-left:90px;
	list-style:disc;
	}
	
.listado1 a
{
	color:#444;
}

.listado1 a:hover
{
	color:#000;
}
	
.footer{
	font-family:Tahoma, Geneva, sans-serif;
	color:#444;
	font-size:19px;
	width:990px;
    margin: 34px auto 0px auto;
	text-align:center;
}

.marginTop0px
{
	margin-top:0px !important;
}
.marginTop10px
{
	margin-top:10px;
}

.super
{
    vertical-align:super; 
    font-size:15px;
}

#vendidosSPAN
{
    background-color: #9A0000;
    color: white;
    font-weight: strong;
    display: inline-block;
    padding: 2px 12px;
    font-size: 19px;
    border-radius: 2px;
}

#tachadoSPAN
{
    text-decoration: line-through;
}


















