﻿/* 
 * HTML5 âœ° Boilerplate
 *
 * What follows is the result of much research on cross-browser styling. 
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 *
 * Detailed information about this CSS: h5bp.com/css
 * 
 * ==|== normalize ==========================================================
 */


/* =============================================================================
   HTML5 display definitions
   ========================================================================== */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }

/* =============================================================================
   Base
   ========================================================================== */

/*
 * 1. Correct text resizing oddly in IE6/7 when body font-size is set using em units
 * 2. Force vertical scrollbar in non-IE
 * 3. Prevent iOS text size adjust on device orientation change, without disabling user zoom: h5bp.com/g
 */

html { font-size: 100%; overflow-y: scroll; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%;  margin:0px; padding:0;}

body { margin: 0; padding:0; font-size: 13px; line-height: 1.231;}

body, button, input, select, textarea { font-family: sans-serif; color: #222; }

/* 
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate
 * Also: hot pink! (or customize the background color to match your design)
 */

/*::-moz-selection { background: #fe57a1; color: #fff; text-shadow: none; }
::selection { background: #fe57a1; color: #fff; text-shadow: none; }*/


/* =============================================================================
   Links
   ========================================================================== */

a {  }
a:visited {  }
a:hover {  }
a:focus { outline: thin dotted; }

/* Improve readability when focused and hovered in all browsers: h5bp.com/h */
a:hover, a:active { outline: 0; }


/* =============================================================================
   Typography
   ========================================================================== */

abbr[title] { border-bottom: 1px dotted; }

b, strong { font-weight: bold; }

blockquote { margin: 1em 40px; }

dfn { font-style: italic; }

hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }

ins { background: #ff9; color: #000; text-decoration: none; }

mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }

/* Redeclare monospace font family: h5bp.com/j */
pre, code, kbd, samp { font-family: monospace, monospace; _font-family: 'courier new', monospace; font-size: 1em; }

/* Improve readability of pre-formatted text in all browsers */
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }

q { quotes: none; }
q:before, q:after { content: ""; content: none; }

small { font-size: 85%; }

/* Position subscript and superscript content without affecting line-height: h5bp.com/k */
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }


/* =============================================================================
   Lists
   ========================================================================== */

ul, ol { margin: 1em 0; padding: 0 0 0 40px; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }


/* =============================================================================
   Embedded content
   ========================================================================== */

/*
 * 1. Improve image quality when scaled in IE7: h5bp.com/d
 * 2. Remove the gap between images and borders on image containers: h5bp.com/e 
 */

img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }

/*
 * Correct overflow not hidden in IE9 
 */

svg:not(:root) { overflow: hidden; }


/* =============================================================================
   Figures
   ========================================================================== */

figure { margin: 0; }


/* =============================================================================
   Forms
   ========================================================================== */

form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }

/* Indicate that 'label' will shift focus to the associated form element */
label { cursor: pointer; }

/* 
 * 1. Correct color not inheriting in IE6/7/8/9 
 * 2. Correct alignment displayed oddly in IE6/7 
 */

legend { border: 0; *margin-left: -7px; padding: 0; }

/*
 * 1. Correct font-size not inheriting in all browsers
 * 2. Remove margins in FF3/4 S5 Chrome
 * 3. Define consistent vertical alignment display in all browsers
 */

button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }

/*
 * 1. Define line-height as normal to match FF3/4 (set using !important in the UA stylesheet)
 * 2. Correct inner spacing displayed oddly in IE6/7
 */

button, input { line-height: normal; *overflow: visible; }

/*
 * Reintroduce inner spacing in 'table' to avoid overlap and whitespace issues in IE6/7
 */

table button, table input { *overflow: auto; }

/*
 * 1. Display hand cursor for clickable form elements
 * 2. Allow styling of clickable form elements in iOS
 */

button, input[type=button], input[type=reset], input[type=submit] { cursor: pointer; -webkit-appearance: button; }

/*
 * Consistent box sizing and appearance
 */

input[type=checkbox], input[type=radio] { box-sizing: border-box; }
input[type=search] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type=search]::-webkit-search-decoration { -webkit-appearance: none; }

/* 
 * Remove inner padding and border in FF3/4: h5bp.com/l 
 */

button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }

/* 
 * 1. Remove default vertical scrollbar in IE6/7/8/9 
 * 2. Allow only vertical resizing
 */

textarea { overflow: auto; vertical-align: top; resize: vertical; }

/* Colors for form validity */
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }


/* =============================================================================
   Tables
   ========================================================================== */

table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }


/* ==|== primary styles =====================================================
   Author: 
   ========================================================================== */
@font-face {
    font-family:'neoregular';
    src: url('../fonts/neosansstd-regular-webfont.eot');
    src: url('../fonts/neosansstd-regular-webfont.eot?iefix') format('eot'),
         url('../fonts/neosansstd-regular-webfont.woff') format('woff'),
         url('../fonts/neosansstd-regular-webfont.ttf') format('truetype'),
         url('../fonts/neosansstd-regular-webfont.svg#webfontiVAlVXNY') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family:'neolight';
    src: url('../fonts/neosansstd-light-webfont.eot');
    src: url('../fonts/neosansstd-light-webfont.eot?iefix') format('eot'),
         url('../fonts/neosansstd-light-webfont.woff') format('woff'),
         url('../fonts/neosansstd-light-webfont.ttf') format('truetype'),
         url('../fonts/neosansstd-light-webfont.svg#webfontiVAlVXNY') format('svg');
    font-weight: normal;
    font-style: normal;
}/* CSS Document */
.titNeo{ font-family:'neolight'; color:#FFF; font-size:22px; font-weight:normal; vertical-align:middle; padding:0 0 0 25px;}
body{
	background-image:url(../images_/bck.gif);
	background-repeat:repeat-y;
	background-color:#eae9e6;
}
a{
	font: 100%  Arial, Verdana, sans-serif;
	font-size: 11px;
	text-align: left;
	color:#058FD4;
}
/* para las listas de referencias */
.apad{
    margin: 0;
	padding-left:10px;
}
/* para las fotos pequeÃ±as del detalle de referencias */
.fotopad{
    margin: 0;
	padding-right:10px;
}
.txtprinc{
	margin: 0;
	padding-left:10px;
	font: 100%  Arial, Verdana, sans-serif;
	font-size: 11px;
	text-align: left;
	color:#80807E;
}
.txtblanco{
	margin: 0;
	padding-left:10px;
	font: 100%  Arial, Verdana, sans-serif;
	font-size: 10px;
	text-align: left;
	color:#FFF;
}
.txtdestacado{
	margin: 0;
	padding-left:10px;
	font: 100%  Arial, Verdana, sans-serif;
	font-size: 14px;
	text-align: left;
	color:#80807E;
}
.txtintranet{
	margin: 0;
	padding-left:0px;
	font: 100%  Arial, Verdana, sans-serif;
	font-size: 11px;
	text-align: left;
	color:#80807E;
}
.txtprincazul{
	margin: 0;
	font: 100%  Arial, Verdana, sans-serif;
	font-size: 11px;
	font-weight:bold;
	text-align: left;
	color:#0094D8;
}
.txtencuesta{
	margin: 0;
	padding:0px;
	padding-right:20px;
	font: 100%  Arial, Verdana, sans-serif;
	font-size: 11px;
	text-align: left;
	color:#80807E;
}
.pregunta{
	padding-left:10px;
	font: 13px Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	color:#3FACDE;
}
.cajaborde{
	border:1px solid #EDEEF0;
	font: 100%  Arial, Verdana, sans-serif;
	font-size: 11px;
	text-align: left;
	color:#7E7E7F;
}
.pie{
	font: 100%  Arial, Verdana, sans-serif;
	font-size: 10px;
	text-align: left;
	color:#058FD4;
}
.piefoto{
	font: 100%  Arial, Verdana, sans-serif;
	font-size: 10px;
	color:#7E7E7F;
}
.cajabordegrande{
	border:5px solid #EDEEF0;
	font-size: 11px;
	text-align: left;
	color:#7E7E7F;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: normal;
	font-family: Arial, Verdana, sans-serif;
	height: 800px;
}
.h3{
	font: 100%  Arial, Verdana, sans-serif;
	font-size: 12px;
	text-align: justify;
	font-weight:bold;	
	color:#7E7E7F;
}
.cajafaqs{
	border:1px solid #CCCDD0;
	font:100% Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#0094D8;
}
.titnovedades{
	padding-left:10px;
	font: 100%  Arial, Verdana, sans-serif;
	font-size: 14px;
	text-align: justify;
	font-weight:bold;	
	color:#0094D8;
}
.titnovedadesnaranja{
	padding-left:10px;
	font: 100%  Arial, Verdana, sans-serif;
	font-size: 14px;
	text-align: justify;
	font-weight:bold;	
	color:#E76600;
}
.titpubli{
	padding-left:10px;
	font: 100%  Arial, Verdana, sans-serif;
	font-size: 14px;
	text-align: justify;
	font-weight:bold;
	text-decoration:none;	
	color:#0094D8;
}
.titpubli:hover{
	padding-left:10px;
	font: 100%  Arial, Verdana, sans-serif;
	font-size: 14px;
	text-align: justify;
	font-weight:bold;
	text-decoration:underline;	
	color:#00ADFD;
}
.nombreproducto{
	padding-left:10px;
	font: 100%  Arial, Verdana, sans-serif;
	font-size: 14px;
	text-align: justify;
	font-weight:bold;
	text-transform:uppercase;	
	color:#0094D8;
}
.nombreproductocalido{
	padding-left:10px;
	font: 100%  Arial, Verdana, sans-serif;
	font-size: 14px;
	text-align: justify;
	font-weight:bold;
	text-transform:uppercase;	
	color:#E76600;
}
.bordegris {
	border: 1px solid;
	border-color:#80807E;
}
.txtazul{
	padding-left:10px;
	font: 100%  Arial, Verdana, sans-serif;
	font-size: 12px;
	text-align: justify;
	font-weight:bold;	
	color:#0094D8;
}
.txtintranetazulbold{
	margin: 0;
	padding-left:0px;
	font: 100%  Arial, Verdana, sans-serif;
	font-size: 11px;
	text-align: left;
	font-weight:bold;	
	color:#0094D8;
}
.txtazulmay{
	padding-left:10px;
	font: 100%  Arial, Verdana, sans-serif;
	font-size: 12px;
	text-align: justify;
	text-transform:uppercase;
	font-weight:bold;	
	color:#0094D8;
}
.respuestasfaqs{
	border:1px solid #EDEEF0;
	padding:7px 7px 15px 7px;
	font: 100%  Arial, Verdana, sans-serif;
	font-size: 11px;
	text-align: left;
	font-weight:bold;	
	color:#7E7E7F;
}
#text li {
	list-style: none;
	background:url(../images_/bullet.gif) top left no-repeat;
	padding-left: 10px;
	padding-bottom:5px;
	font: 100%  Arial, Verdana, sans-serif;
	font-size: 11px;
	text-align: justify;
	font-weight:normal;	
	color:#7E7E7F;
}
.txtruta{
	padding-left:10px;
	font: 100%  Arial, Verdana, sans-serif;
	font-size: 11px;
	text-align: justify;
	font-weight:normal;	
	color:#555555;
}
.txtnegropeq{
	background:#0094D8;
	padding:5px;
	font: 100%  Arial, Verdana, sans-serif;
	font-size: 11px;
	text-align: justify;
	font-weight:normal;	
	color:#FFF;
	border:1px solid #FFF;
}
.txtnegropeq .tit{
	font: 100%  Arial, Verdana, sans-serif;
	font-size: 14px;
	text-align: justify;
	font-weight:bold;	
	color:#FFF;
}
.txtnegropeq .link{
	font: 100%  Arial, Verdana, sans-serif;
	font-size: 10px;
	text-align: justify;
	font-weight:normal;	
	color:#FFF;
}
.txtruta:a{
	padding-left:10px;
	font: 100%  Arial, Verdana, sans-serif;
	font-size: 12px;
	text-align: justify;
	font-weight:normal;	
	color:#0094D8;
}
#menu {
	width: 223px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	text-transform:uppercase;
	font-weight:bold;
	font-size:15px;
	display:block;
}	
#menu1 {
	width: 223px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	text-transform:uppercase;
	font-weight:bold;
	font-size:15px;
	display:block;

}

#menu2 {
	width: 223px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	text-transform:uppercase;
	font-weight:bold;
	font-size:15px;
	display:block;

}
#menu3 {
	width: 223px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	text-transform:uppercase;
	font-weight:bold;
	font-size:15px;
	display:block;

}
#menu4 {
	width: 223px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	text-transform:uppercase;
	font-weight:bold;
	font-size:15px;
	display:block;

}
#menu5 {
	width: 223px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	text-transform:uppercase;
	font-weight:bold;
	font-size:15px;
	display:block;

}
.submenu {
	width: 223px;
	height:21px;
	background-image:url(../images_/fondo_subbt.gif);
	background-repeat:no-repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#0093D9;
	text-transform:uppercase;
	font-weight:normal;
	font-size:11px;
	display:block;
	padding:2px 0px 1px 15px;
	text-decoration:none;
}
.submenu:hover{
	width: 223px;
	height:21px;
	background-image:url(../images_/fondo_subbt_on.gif);
	color:#0093D9;
}
.submenugrande {
	width: 223px;
	height:35px;
	background-image:url(../images_/fondo_subbtBig.gif);
	background-repeat:no-repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#0093D9;
	text-transform:uppercase;
	font-weight:normal;
	font-size:11px;
	display:block;
	padding:2px 0px 1px 15px;
	text-decoration:none;
}
.submenugrande:hover{
	width: 283px;
	height:35px;
	background-image:url(../images_/fondo_subbtBig_on.gif);
	color:#999;
}
.submenucalido {
	width: 223px;
	height:21px;
	background-image:url(../images_/fondo_subbt.gif);
	background-repeat:no-repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#FF6347;
	text-transform:uppercase;
	font-weight:normal;
	font-size:11px;
	display:block;
	padding:2px 0px 1px 15px;
	text-decoration:none;
}
.submenucalido:hover{
	width: 223px;
	height:21px;
	background-image:url(../images_/fondo_subbt_on.gif);
	color:#FF6347;
}
.submenucalidogrande {
	width: 223px;
	height:35px;
	background-image:url(../images_/fondo_subbtBig.gif);
	background-repeat:no-repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#FF6347;
	text-transform:uppercase;
	font-weight:normal;
	font-size:11px;
	display:block;
	padding:2px 0px 1px 15px;
	text-decoration:none;
}
.submenucalidogrande:hover{
	width: 223px;
	height:35px;
	background-image:url(../images_/fondo_subbtBig_on.gif);
	color:#FF6347;
}
.submenuproductos {
	width: 223px;
	background-image:url(../images_/bullet_prod.gif);
	background-repeat:no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	color:#0093D9;
	font-weight:normal;
	font-size:10px;
	display:block;
	border-top:1px solid #EEEEF0;
	padding:3px 0px 5px 15px;
	text-decoration:none;
}
.submenuproductos:hover {
	background-image:url(../images_/bullet_prod.gif);
	background-repeat:no-repeat;
	background-color:#EEEEF0;
	font-family: Arial, Helvetica, sans-serif;
	color:#FF6347;
	font-weight:normal;
	font-size:10px;
	display:block;
	border-top:1px solid #EEEEF0;
	padding:3px 0px 5px 15px;
	text-decoration:none;
}
.submenuproductoscalido {
	width: 223px;
	background-image:url(../images_/bullet_prod.gif);
	background-repeat:no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	color:#FF6347;
	font-weight:normal;
	font-size:10px;
	display:block;
	border-top:1px solid #EEEEF0;
	padding:3px 0px 5px 15px;
	text-decoration:none;
}
.submenuproductoscalido:hover {
	background-image:url(../images_/bullet_prod.gif);
	background-repeat:no-repeat;
	background-color:#EEEEF0;
	font-family: Arial, Helvetica, sans-serif;
	color:#FF6347;
	font-weight:normal;
	font-size:10px;
	display:block;
	border-top:1px solid #EEEEF0;
	padding:3px 0px 5px 15px;
	text-decoration:none;
}
.submenuproductoseleccionado {
	width: 223px;
	background-image:url(../images_/bullet_prod.gif);
	background-repeat:no-repeat;
	background-color:#B0E2FA;
	font-family: Arial, Helvetica, sans-serif;
	color:#0093D9;
	font-weight:normal;
	font-size:10px;
	display:block;
	border-top:1px solid #EEEEF0;
	padding:3px 0px 5px 15px;
	text-decoration:none;
}
.submenuproductoseleccionadocalido {
	width: 223px;
	background-image:url(../images_/bullet_prod.gif);
	background-repeat:no-repeat;
	background-color:#FBD5B9;
	font-family: Arial, Helvetica, sans-serif;
	color:#FF6347;
	font-weight:normal;
	font-size:10px;
	display:block;
	border-top:1px solid #EEEEF0;
	padding:3px 0px 5px 15px;
	text-decoration:none;
}
#aviso{
	position:absolute;
	right:0;
	top:0;
	z-index:500;
	width:321px;
	height:206px;
	border:5px solid #eae9e6;
}
#dhtmltooltip{
position: absolute;
width: 150px;
font:normal 11px Arial, Verdana, sans-serif;
border: 1px solid black;
color: #80807E;
padding: 4px;
background-color: lightyellow;
visibility: hidden;
z-index: 100;
/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
}
.cajaform{
	border:1px solid #0094D8;
	background-color:#EDEEF0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#555555;
}
.txtintranetcalidobold{
	margin: 0;
	padding-left:0px;
	font: 100%  Arial, Verdana, sans-serif;
	font-size: 11px;
	text-align: left;
	font-weight:bold;	
	color:#E76600;
}
.txtintranetverdebold{
	margin: 0;
	padding-left:0px;
	font: 100%  Arial, Verdana, sans-serif;
	font-size: 11px;
	text-align: left;
	font-weight:bold;	
	color:#57AB27;
}
.philosophy{
	font-family:Arial;
	margin: 0 0 10px 0;
	font-size: 1.2em;
	font-weight: normal;
	color: #0099cc;
}
.tablaphilosophy{
	background-color:#ededed;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:normal;
	color:#0099cc;
	display:block;
	padding:5px 0px 5px 15px;
	vertical-align:middle;
}
.destacoshome{
	background:url(../images_/bullet_blue.gif) top left no-repeat;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:normal;
	color:#0099cc;
	display:block;
	padding-left:12px;
	text-decoration:none;
	height:20px;
}
.destacoshome:hover{
	text-decoration:underline;
}
.destacoshomenar{
	background:url(../images_/bullet_blue.gif) top left no-repeat;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:normal;
	color:#ff6347;
	display:block;
	padding-left:12px;
	text-decoration:none;
	height:20px;
}
.destacoshomenar:hover{
	text-decoration:underline;
}
.lineadisc{
	border-bottom:1px dotted #CCCCCC;
	display:block;
	padding:0px;
	margin-bottom:2px;
}
.titferia{
	padding-left:10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:normal;
	color:#0e6127;
	display:block;
}
.bckferia{
	background:url(../images_/bck_invitacion_feria.gif) top left no-repeat;
	width:966px;
	height:431px;
}
.tickverde{
	background:url(../images_/tick_verde.gif) top left no-repeat;
	padding:0px 0px 0px 10px;
	font: 100%  Arial, Verdana, sans-serif;
	font-size: 11px;
	text-align: left;
	color:#80807E;
	list-style:none;
}
.txtverde{
	font: 100%  Arial, Verdana, sans-serif;
	font-size: 12px;
	text-align: left;
	color:#0e6127;
}
.txtprincferia{
	margin: 0;
	padding-left:25px;
	font: 100%  Arial, Verdana, sans-serif;
	font-size: 12px;
	text-align: left;
	color:#80807E;
}
.streamer{
	background:url(../images_/bck_flash_streamer.gif) top left no-repeat;
	width:445px;
	height:364px;
}

/**************************************************************

	Image Menu
	v 2.2

**************************************************************/
#imageMenu {
	position: relative;
	width: 306px;
	height: 136px;
	overflow: hidden;
}
#imageMenu ul {
	list-style: none;
	margin: 0px;
	padding:0px;
	display: block;
	height: 136px;
	width: 306px;
}
#imageMenu ul li {
	float: left;
}
#imageMenu ul li a {
	text-indent: -1000px;
	background:#FFFFFF none repeat scroll 0%;
	border-right: 2px solid #fff;
	cursor:pointer;
	display:block;
	overflow:hidden;
	width:70px;
	height: 138px;
}
#imageMenu ul li.landscapes a {
	background: url(../images_/img_calefaccion_home.jpg) repeat scroll 0%;
}
#imageMenu ul li.people a {
	background: url(../images_/img_split_home.jpg) repeat scroll 0%;
}
#imageMenu ul li.nature a {
	background: url(../images_/img_multisplit_home.jpg) repeat scroll 0%;
}
#imageMenu ul li.urban a {
	background: url(../images_/img_purificador_home.jpg) repeat scroll 0%;
}
#imageMenusky {
	position: relative;
	width: 306px;
	height: 136px;
	overflow: hidden;
}

#imageMenusky ul {
	list-style: none;
	margin: 0px;
	padding:0px;
	display: block;
	height: 136px;
	width: 306px;	
}
#imageMenusky ul li {
	float: left;
}
#imageMenusky ul li a {
	text-indent: -1000px;
	background:#FFFFFF none repeat scroll 0%;
	border-right: 2px solid #fff;
	cursor:pointer;
	display:block;
	overflow:hidden;
	width:70px;
	height: 138px;
}
#imageMenusky ul li.landscapesky a {
	background: url(../images_/img_skycomfort.jpg) repeat scroll 0%;
}
#imageMenusky ul li.peoplesky a {
	background: url(../images_/img_superinverter.jpg) repeat scroll 0%;
}
#imageMenusky ul li.naturesky a {
	background: url(../images_/img_cms.jpg) repeat scroll 0%;
}
#imageMenusky ul li.urbansky a {
	background: url(../images_/img_air_rooftop.jpg) repeat scroll 0%;
}
.clear {
	clear: both;
}
/*************************************************************/

.emura{
	background:url(../images_/fondo_emura.gif) top left no-repeat;
	width:701px;
	height:817px;
	margin:0px;
	padding:0px;
}
.linkGris{
	color:#e9e9e9;
}
.accordion {
	width: 324px;
	float:left;
	margin:0px;
	padding:0px;
}
.accordion h3, .manten a{
	height:40px;
	margin:0px 0px 0px 0px;
	cursor: pointer;
	font-family:'neolight';
	font-size:18px;
	font-weight:normal;
	color:#0695d2;
	border-top:1px dotted #516066;
	padding:20px 0 0px 25px;
	text-align:left;
	display:block;
	text-decoration:none;
}
.accordion h3:hover, .manten a:hover {
	text-decoration:underline;
}
.accordion h3.active {
	text-decoration:underline;
	border-bottom:none;
	background-color:#e1eaeb;
}
.accordion p {
	margin: 0px;
	padding: 0px 10px 10px 20px;
	display: none;
	text-align:left;
	background-color:#e1eaeb;
}
.txtpeq{
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	color:#000;
}
h2{font-family:'neolight';
	font-size:22px;
	font-weight:normal;
	color:#0094d8;
	display:inline;
	padding:0 0 0 36px;
}
h3{font-family:'neolight';
	font-size:18px;
	font-weight:normal;
	color:#666; display:inline;
}
.txtNegro{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px; color:#000; text-align:left;
}
.txtNegroSmall{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px; color:#000; text-align:left;
}
.cajasFormAsis{ background-color:#FFF; border:1px solid #d6d6d6; border-radius:3px; -moz-border-radius:3px; -webkit-border-radius:3px; min-width:211px; margin:0; padding:0; height:20px;
}
.areaFormAsis{ background-color:#FFF; border:1px solid #d6d6d6; border-radius:3px; -moz-border-radius:3px; -webkit-border-radius:3px; min-width:211px; margin:0; padding:0; height:60px;
}
.btConsultas{ background:url(../images_/bckBotConsultas.jpg) repeat-x; display:block; height:25px; border-bottom:1px solid #eae9e9;
}
.btConsultas a{ color:#FFF; font-family:'neolight'; text-align:left; font-size:16px; padding-left:36px; text-decoration:none;}
.btConsultas a:hover{text-decoration: underline;}
.btMenuConsultas{ background:url(../images_/bckBotConsultas.jpg) repeat-x; height:25px; border-bottom:1px solid #eae9e9; margin:0; padding:0; border-right: 1px solid #FFF; text-align:center;
}
.btMenuConsultas a{ color:#FFF; font-family:'neolight'; text-align:left; font-size:16px; text-decoration:none;}
.btMenuConsultas a:hover{text-decoration: underline;}
#consejos{/*width:100%; border:1px solid red; display:inline-block;*/
  padding: 5px;
  margin-bottom: 20px;
  clear: both;
}
.consejo{ /*border-bottom:1px dotted #516066; margin-left:15px; vertical-align:top; vertical-align:top; padding:0; float:left;*/
	margin: 5px;
  padding: 5px;
  font-size: 12px;
  line-height: 1.4em;
  float: left;
	border-bottom:1px dotted #516066;
}
.rtl .consejo {
  float: right;
  text-align: right; 
  direction: rtl;
}
.col1 { width: 80px; }
.col2 { width: 180px; }
.col3 { width: 300px; }
.col4 { width: 380px; }
.col5 { width: 480px; }

.destacado{ width:300px; display:inline-block; vertical-align:top; background:#c1e1ee url(../images_/int.png) 275px 5px no-repeat; border:none; margin:5px;}
.destacado h3{ color:#0094d8; font-family:'neoregular'; font-size:22px; padding:10px 0 0 37px; text-align:left; margin:0px; display:block;}
.consejo p{ font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#000;padding:0px 0px 20px 0px;text-align: justify; line-height:14px;}
.destacado p{ font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#000;padding:0px 20px 20px 37px;text-align: justify; line-height:14px;}
.consejo p strong{ color:#0094d8;}
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }
#flota{
	position:absolute; z-index:100;
	top:-20px; left:200px; background:#5ac4ec; margin:0; padding:0;
}
#flota ul{
	margin:0; padding:0; list-style:none;
}
#flota ul li{
	margin:0; padding:0; display:block; width:250px;
}
#flota ul li a{ font-size:13px; margin:2px 0; border-bottom:1px solid #fff; display:block; padding:0 0 0 10px;}
#flota ul li a:hover{ color:#5ac4ec; background:#fff;}
