﻿/* Estilos asociados a la skin en general */
@charset "utf-8";
/* CSS Document */

/************************************************************************************************
*****************CUANDO SE HAGA EL REDISE�O PARA TODA LA WEB PASAR TODO ESTO A LA SKIN***********
*************************************************************************************************/

/*RESET*/

html{overflow-y:scroll;}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {display: block;}

/*font-face*/
/* Generated by Font Squirrel (http://www.fontsquirrel.com) on February 8, 2012 */

@font-face {
    font-family: 'Frutiger';
    src: url('/Portals/0/Skins/Ariston/fonts/frutiger-webfont.eot');
    src: url('/Portals/0/Skins/Ariston/fonts/frutiger-webfont.eot?#iefix') format('embedded-opentype'),
         url('/Portals/0/Skins/Ariston/fonts/frutiger-webfont.woff') format('woff'),
         url('/Portals/0/Skins/Ariston/fonts/frutiger-webfont.ttf') format('truetype'),
         url('/Portals/0/Skins/Ariston/fonts/frutiger-webfont.svg#FrutigerRegular') format('svg');
    font-style: normal;
}

/*Fin @ fontace*/

body{
	font-family:'Frutiger',Arial, Helvetica, sans-serif;
	line-height:1.2em;
	font-size:1em;
	background: #fff;
	color:#373737;
	}

h1, h2, h3, h4 {font-family: Arial, Helvetica, sans-serif; font-weight:normal; line-height:1.3em;}
h1, h2, h3 {text-transform:uppercase; color:#0079c1;}
h1{font-size:20px;}
h2{font-size:16px;color:#0079c1;}
h3{font-size:15px; color:#0079c1;}
h4{font-size:13px; color:#2e2e2e;}

a, a:active, a:link, a:visited {color:#155fa6; text-decoration:none; outline:none; font-family:'Frutiger',Arial, Helvetica, sans-serif;
                                }
a:hover{color:#1F4D70; text-decoration:underline;}

p{
	line-height:1.3em;
	margin-top:10px;
}

	p:first-child{margin-top:0;}
	
strong{font-weight:bold;}


/**LAYOUT GENERAL**/
#pagina{ background:#fff;}
.wrapper-head, .wrapper-main, .wrapper-slider, .wrapper-content-home,
.wrapper-prefooter-home, .wrapper-footer{
	width:100%;
	display:table;
	clear:both;
	}
.wrapper-head{
	position:relative;
	height:355px;
	/*z-index:999; Comentado para permitir el men� vertical*/
	}
.wrapper-main{
	border-bottom:1px solid #fff;
	background:url(/Portals/0/Skins/Ariston/img/bg_main-body.png) repeat-x bottom #fff;
	padding-bottom:40px;
	}
	
	.wrapper-slider{
		position:relative;
		max-height:268px;
		padding-top:20px;
		}
		
		.bottom-slider{
			position:absolute;
			bottom:0;
			width:990px;
			height:60px;
			left:50%;
			margin-left:-495px;
			background:url(/Portals/0/Skins/Ariston/img/bottom-slider.png) 0 0 no-repeat;
			z-index:999;
		}

		
.wrapper-footer{padding:20px 0;}
	
.container, .head-container, .container-footer, .legal-footer {margin:0 auto; width:1000px; position:relative; text-align:left;}

.head-container{min-height:130px;}
	
	.main-head{
		position:relative;
		height:355px;
		display:table;
		width:100%;
		z-index:999;
	}

	.logo {
		height:36px;
		padding:20px 10px;
		text-align:left;
	}
	
	.facebook{overflow:auto;cursor:pointer;height:44px;width:144px;float:right;display:block;}

	
/***Columnas y Panes*****/
.ContentPane{margin:0px auto 10px auto; display:table; width:100%;}

.asidePane{
	width:275px;
	padding:10px 0;
	margin-top:20px;
}
	
.content-three-col{
	float:left;
	width:310px;
	margin:10px;
}

.content-four-col{
	float:left;
	width:227px;
	margin:10px;
}

		
.footer-col-nav{
	width:210px;
	float:left;
	margin:20px 10px;
	}
	
.gray-box{
	background-color:#ededed;
	border-radius:5px;
	padding:0 10px;
	float:right;
}

.gray-box .footer-col-nav{width:235px;}
	
.social-media-Pane{
	width:338px;
	float:right;
	margin:10px -10px 10px 0;
	}
	
.contacts{
	float:left;
	margin-right:20px;
	line-height:22px;
	}
	
/*********Detalles y estilos de texto***********/
			
.DNN_search{
	font-size:17px;
	text-align:center;
	padding:5px 0 20px;
	float:left;
	width:100%;
}
	
	.DNN_search input[type="text"]{
		width:530px;
		height:30px;
		line-height:30px;
		font-weight:bold;
		color:#a49d9d;
		border:2px solid #007ac0;
		border-radius:4px;
		outline-color: transparent;
		outline-style: none;
		/*margin:0 0 0 210px;*/
		padding:0 10px;
		vertical-align:top;
	}
	
		/*.DNN_search input[type="text"]:hover{border:2px solid #888;}*/
		.DNN_search input[type="text"]:focus{border:2px solid #888; color:#666;}
	

.content-four-col p, .prefooter-col p, .prefooter-col-doble p,
.content-three-col p, .asidePane p {
	font-size:12px;
	line-height:1.28em;
	}
	
	.prefooter-col-doble p, .content-three-col p, .asidePane p {font-size:13px;}
			
.wrapper-footer a{color:#767676;}

.wrapper-footer li{
	font-size:13px;
	line-height:13px;
	list-style:none;
	margin:5px 0 5px 4px;
}
.web-links-foot > li {margin-top:8px;}
.web-links-foot > li:first-child{margin-top:5px;}
.wrapper-footer li h4 a{color:#2e2e2e;}
.wrapper-footer h4{color:#2e2e2e; font-weight:bold;}
.wrapper-footer p{font-size:13px;}
.footer-col-nav.last > a {font-size:11px;}
.legal li:first-child{margin-left:0;}
.nowrap{white-space:nowrap; display:block;}

.gray-box li{display:inline; margin-right:5px; font-size:11px;}

/****************Men�***********/
.headMenu{
	display:table;
	clear:both;
	height:72px;
	background:url(/Portals/0/Skins/Ariston/img/bg_menu.png) no-repeat 0 0;
	width:100%;
	}
	
.headMenu select{display:none;}	
	
	.headMenu > ul{
		position:relative;
		float:left;
		margin:1px 0 0 3px;
	}
	
	.headMenu > ul.access-chart {float:right; margin:1px 2px 0 0; position:relative; z-index:9999;}

	.headMenu ul li.toplevel, .headMenu > ul > li{
		float:left;
		position:relative;
		list-style:none;
		height:67px;
		padding:0 2px 0 0;
		background:url(/Portals/0/Skins/Ariston/img/bg_menu-listado.png) no-repeat 100% 50%;
		z-index:99;
		font-weight:bold;
		}
		
	    .headMenu > ul > li.access{background-image:none; padding-right:0; width:190px}
		.headMenu ul li > a {
			display:block;
			padding:0 13px;
			line-height:66px;
			font-size:.8em;
			text-transform:uppercase;
			}
		.headMenu ul li .bienvenido 
		{
		    line-height: 8px !important;
		    padding: 15px 15px 0 13px;
		    font-size: 13px;
		    }
		.headMenu ul li.user > a{
			text-transform:none;
			padding:0 13px;
			color:#e41819 !important; 
			line-height: 43px !important;
		}
	

		.headMenu ul li.toplevel > a, .headMenu > ul.access-chart > li.access > a{
			color:#333;
			white-space:nowrap;
		}
			
		
		.headMenu ul li.toplevel.first a{border-radius:4px 0 0 4px; overflow:hidden;}
		/*.headMenu ul li.toplevel.last > a {padding-left:29px;}*/
		.headMenu ul li.toplevel.last > a:before {
			/*background: url(/Portals/0/Skins/Ariston/img/percent-menu.png) no-repeat scroll 0 0 transparent;*/
			content: "";
			display: block;
			height: 18px;
			/*left: 9px;*/
			margin-top:-9px;
			position: absolute;
			top: 50%;
			width: 18px;
			}
		
			.headMenu ul li a:hover {color:#1F4D70; text-decoration:none;}
			
			.headMenu ul li.selected > a, .headMenu ul li.toplevel > a:hover, a.menu-open, ul.access-chart > li.access > a:hover{background:url(/Portals/0/Skins/Ariston/img/bg_menu-selected.png) repeat 0 0;}
				
				.headMenu ul li.selected > a{color:#e41819;}
			ul.access-chart .chart a{width:194px; text-align:center;}
			ul.access-chart .chart a span {font-weight:normal; font-size:11px;}
				
					
		/*Segundo nivel*/
		.headMenu ul li ul{
			position:absolute;
			left:-9999px;
			top:40px;
			z-index:9999;
			width:220px;
			border-top:1px solid #fff;
			background-color:#E1E1E1;
			padding:0 2px 3px;
			-webkit-border-radius: 0 0 4px 4px; border-radius: 0 0 4px 4px;
			
		}
		
			.headMenu li.submenu{
				margin:0;
				list-style:none;
				border-top:1px solid #D1D1D1
			}
				.headMenu li.submenu a{
					display:block;
					line-height:26px;
					font-size:.9em;
					-webkit-border-radius: 0!important; border-radius: 0!important;
					padding-left:23px;
					}
					
						.headMenu li.submenu a:hover{border-color:#9E2321;}
						
					/*Trigger*/
					.headMenu ul li:hover ul{left:0;}
					
/************Desplegable login**************/

.signin_menu {
	border-radius:5px;
	display:none;
	background-color:#bbb;
	position:absolute;
	width:220px;
	z-index:9999;
	border:1px transparent;
	text-align:left;
	padding:12px;
	top: 64px; 
	right: 0px; 
	margin-top:5px;
	margin-right: 0px;
	*margin-right: -1px;
	color:#333;
	font-size:11px;
}

.signin_menu input[type=text], .signin_menu input[type=password] {
	display:block;
	border-radius:4px;
	border:1px solid #999;
	background-color:#fefefe;
	font-size:13px;
	margin:0 0 5px;
	padding:5px;
	width:203px;
}
	.signin_menu input[type=text]:focus, .signin_menu input[type=password]:focus{ border-color:#666; background-color:#fff;}
.signin_menu p {margin:2px;}

.signin_menu label {font-weight:normal;}
.signin_menu p.remember {padding:10px 0;}
.signin_menu p.forgot, .signin_menu p.complete {
	clear:both;
	margin:5px 0;
}
.signin_menu a:hover{text-decoration:underline!important;}
.signin_submit {
	border-radius:4px;
	background:#015194 url(/Portals/0/Skins/Ariston/img/bg-btn-blue.png) repeat-x scroll 0 0;
	border:1px solid #39D;
	color:#fff;
	text-shadow:0 -1px 0 #39d;
	padding:6px 10px 6px;
	font-size:11px;
	margin:0 5px 0 0;
	font-weight:bold;
}
.signin_submit::-moz-focus-inner {
	padding:0;
	border:0;
	}
.signin_submit:hover, .signin_submit:focus {
	background-position:0 -32px;
	cursor:pointer;
}

	
/***Gen�ricas y fixes***/
.padder{
	padding:10px 10px 20px;
	display:block;
	clear:both;
	float:left;
	}
.fleft{float:left;}
.fright{float:right;}

.clearfix{clear:both;}
.clearfix:after{display:block; content:"."; clear:both; font-size:0; line-height:0; height:0; overflow:hidden;}

.first{
	margin-left:0!important;
	border-left:0!important;
	padding-left:0!important;
}

.last{
	margin-right:0!important;
	border-right:0!important;
	padding-right:0!important;
}

/**** Gen�ricos DNN***/
.DNNEmptyPane{
	margin-top:0!important;
	margin-bottom:0!important;
	padding:0!important;
	height:0!important;
	}
	
	.Invisible{z-index:99999; position:relative;}
	.dnnActionMenu{z-index:9999!important;}

/* FACEBOX*/
#facebox .b{
    background: url(/Portals/0/js/facefiles/b.png);
}

#facebox .tl{
    background: url(/Portals/0/js/facefiles/tl.png);
}

#facebox .tr{
    background: url(/Portals/0/js/facefiles/tr.png);
}

#facebox .bl{
    background: url(/Portals/0/js/facefiles/bl.png);
}

#facebox .br{
    background: url(/Portals/0/js/facefiles/br.png);
}

#facebox
{
    z-index:1000!important;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 100;
    text-align: left;
    background-color: transparent;
    background-image: url(/Portals/0/js/facefiles/overlay.png);
    /*filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/Portals/0/skins/kaaten/facefiles/overlay.png", sizingMethod="scale");*/
}

#facebox .popup{
    position: relative;
}

#facebox table{
    margin: auto;
    border-collapse: collapse;
}

#facebox .body{
    padding: 10px;
    background: #fff;
    width: 370px;
}

#facebox .loading{
    text-align: center;
}

#facebox .image{
    text-align: center;
}

#facebox img{
    border: 0;
}

#facebox .footer{
    border-top: 1px solid #DDDDDD;
    padding-top: 5px;
    margin-top: 10px;
    text-align: right;
}

#facebox .tl, #facebox .tr, #facebox .bl, #facebox .br{
    height: 10px;
    width: 10px;
    overflow: hidden;
    padding: 0;
}
/* FACEBOX*/



/********** slider layout ***********/
.BannerPane{min-height:120px;}
/****fin slider*****/

.destacados-grid-home1{margin-bottom:30px; font-size: 12px !important; overflow: hidden;width:404px}

.col1-destacado
{
    width: 44%;
	float:left
}
.col2-destacado
{
    width: 54%;
    
	float:right
}
.col1-destacado img
{
    max-width: 98%;
    margin: 0 auto;
}
.col1-destacado h3
{
    font-weight: bold;
    font-size: 13px;
    line-height: 1.2em;
    margin: 12px 5px 10px 0;
}
.precio-compra a, .precio-compra span
{
    display: block;
    float: left;
    margin: 5px;
}
.precio-compra p
{
    font-size: 22px;
    color: #4a4b4a;
    margin: 10px 5px 0 0;
	float:left;
}
.precio-compra a
{
    width: 80px;
    height: 29px;
    line-height: 28px;
    text-align: center;
    text-transform: uppercase;
    color: #fff !important;
	float:left;
    text-decoration: none;
    text-shadow: 0 1px 1px #000;
    background: url(/Portals/0/Skins/Ariston/img/btn_comprar.png) no-repeat 0 0 transparent;
    box-shadow: 4px 4px 3px rgba(5,5,5,.5);
    border-radius: 5px;
	font-size:11px;
}

.compra:hover
{
    text-decoration: none;
    background-position: 0 -29px;
}

/* EstilosBreadcrumb*/
.breadcrumb{    color: #CCCCCC;
    float: left;
    font-size: 11px;
    margin-bottom: 15px;
    width: 100%;}
.breadcrumb a{text-decoration:underline; color:#ccc}
.breadcrumb a:hover{color:#999}


/* MEDIA QUERIES*/
@media (max-width:1078px) 
{
    #pagina{overflow-x:hidden;}
       
   .logo img,
   #wrapper-head,
   .head-container,
   .wrapper-main,
   .wrapper-slider,
   #wrapper-footer, 
   .container,
   .container-footer, 
   .legal-footer,
   .slider,.slides_control, .slider img,.padder, .wrapper-content, .gray-box{width:100% !important;}
   
    .DNN_search input[type="text"]{width:300px;margin:0 0 0 20px;}
    
    .ofertasPane{top:780px;display:none;}
    
     .wrapper-slider{overflow:hidden;}

    .facebook{margin-right:20px;}
  
   .destacados-grid-home{width:100%;float:none;clear:both;}
   
   .padder{padding:10px 0 !important;}
   
   .asidePane{padding:10px 20px !important;}
   
   input.priceTime{width:auto !important;}
      
    .headMenu{background:#ddd;}
   .headMenu ul li > a{padding:0 8px; font-size:0.7em;}
   
   .contentDetail .productDesc{width:33% !important;}
   
   .icon_cesto{right:5px !important;}
   
   .formulario_contacto .clear li label, .formulario_contacto .clear li .form_field{width:480px;}
    .formulario_contacto ul li input, .formulario_contacto ul li select, .formulario_contacto textarea{width:480px !important;}   
    
}

@media (max-width:480px)
{
      #pagina{width:480px !important;margin:0 auto;} 
      
    .DNN_search input[type="text"]{width:210px !important;}
      
    }

@media (min-width:680px) and (max-width:900px)
{
     #pagina{width:680px !important;margin:0 auto;} 
     
     .DNN_search input[type="text"]{width:500px !important;}
    }
    
 @media (min-width:900px) and (max-width:1078px) 
 {
      #pagina{width:900px !important;margin:0 auto;} 
     
     .DNN_search input[type="text"]{width:740px !important;}
     }
     
/* politica de cookies */ 

.capa_cookies {
    background-color: #135ea5;
     /* #00344e;135ea5*/
    color: #f5f6f6;
    opacity: 0.8;
    right: 0%;
    /* position: fixed; */
    position:relative;
    top: -40px;
    width: 100%;
    bottom: 0px;
    text-align: center;
    overflow: hidden;
    z-index: 1000;
    height: 40px;
    display:none;
}

 .center_cookies {
    margin: 0 auto;
    padding: 20px;
    width: 1000px;
    padding: 0px;
    text-align: center;
}
 .center_cookies p{
    margin: 0px;
    padding: 2px 0px 0px 0px;
    font-size: 12px;
    font-family: "Frutiger",Arial, Helvetica, sans-serif;
    color:#CCC;
}
 
 .center_cookies a
 {
     color: #fff;
     text-decoration:underline;
     font-weight:bold;
}

#cerrarDivCookies {
    background: url(/Portals/0/Skins/Ariston/img/btn_close.gif) no-repeat transparent;
    width: 17px;
    height: 17px;
    padding: 0px;
    position: absolute;
    top: 0px;
    right: 0px;
    margin: 0px;
}

#telefonoatencion {
    float: right;
    font-size: 13px;
    width: 223px;
    height: 19px;
    color: #fff;
    vertical-align: middle;
    text-align: right;
    background: url(/Portals/0/img/fondo_telefono.png) repeat-x scroll 0 0 #015194;
    padding: 6px 25px 5px 11px;
}


/* Tooltips */

.tooltipred
{
    color: #000000;
    outline: none;
    text-decoration: none;
    position: relative;
    margin:0 auto 0 auto;
    border-radius: 5px 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 5px 5px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 5px 5px rgba(0, 0, 0, 0.1);
    font-family: Calibri, Tahoma, Geneva, sans-serif;
    font-size: 1.1em;
    width: 80%;    
    padding: 0.5em 0.5em 0.5em 2em;
    background: #FF6666;
    border: 1px solid #CC0033;
    text-align:left;
}


.tooltipred img
{
    border: 0;
    margin: -10px 0 0 -55px;
    float: left;
    position: absolute;
}
.tooltipred em
{
    font-family: Candara, Tahoma, Geneva, sans-serif;
    font-size: 1.1em;
    font-weight: bold;
    display: inline;
    padding: 0.1em 0 0.1em 0;
    display:block;  
}

.tooltip
{
    color: #000000;
    outline: none;
    text-decoration: none;
    position: relative;
    margin:0 auto 0 auto;
    border-radius: 5px 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 5px 5px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 5px 5px rgba(0, 0, 0, 0.1);
    font-family: Calibri, Tahoma, Geneva, sans-serif;
    font-size: 0.9em;
    width: 80%;    
    padding: 0.5em 0.5em 0.5em 2em;
    /* 
    background: #FFFFAA;
    border: 1px solid #FFAD33;
     
    background: #FF6666;
    border: 1px solid #CC0033;
    */    
    background: #99FF66;
    border: 1px solid #009933;
    text-align:left;
}


.tooltip img
{
    border: 0;
    margin: -10px 0 0 -55px;
    float: left;
    position: absolute;
}
.tooltip em
{
    font-family: Candara, Tahoma, Geneva, sans-serif;
    font-size: 1.1em;
    font-weight: bold;
    display: inline;
    padding: 0.1em 0 0.1em 0;
    display:block;  
}