/*
Copyright (c) 2008, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.5.1
*/
/* base.css, part of YUI's CSS Foundation */


body {
	/*18px via YUI Fonts CSS foundation*/
	background:#fff url(../images/background.jpg) repeat-x;
	font-family: 'Trebuchet MS', Helvetica, sans-serif;
*background-position: 0px -10px; /* IE6 e IE7 */
}

a{
text-decoration:none;
color:#333333;}


a:hover{
text-decoration:underline;}

h1 {
	/*18px via YUI Fonts CSS foundation*/
	font-size:138.5%;  
}
h2 {
	/*16px via YUI Fonts CSS foundation*/
	font-size:123.1%; 
}
h3 {
	/*14px via YUI Fonts CSS foundation*/
	font-size:108%;  
}

h5 {
	/*14px via YUI Fonts CSS foundation*/
	font-size:90%; 
	color:#939293;
	margin-bottom:15px;
	float:left;}
	
h5 a{
	/*14px via YUI Fonts CSS foundation*/
	font-size:90%;  
	color:#939293;}

h6 {
	/*14px via YUI Fonts CSS foundation*/
	font-size:90%; 
	color:#939293;
	margin-bottom:15px;
	float:right;
	padding-right:115px;
	text-align: right;
}

	
h6 a{
	/*14px via YUI Fonts CSS foundation*/
	font-size:90%; 
	color:#939293;}

h1,h2,h3 {
	/* top & bottom margin based on font size */
	margin:1em 0;
	color:#666666;
}
h1,h2,h3,h4,strong {
	/*bringing boldness back to headers and the strong element*/
	font-weight:bold; 
}
abbr,acronym {
	/*indicating to users that more info is available */
	border-bottom:1px dotted #000;
	cursor:help;
} 
em {
	/*bringing italics back to the em element*/
	font-style:italic;
}


dl dd {
	/*giving UL's LIs generated numbers*/
	margin-left:1em;
}
th,td {
	/*borders and padding to make the table readable*/
	border:1px solid #000;
	padding:.5em;
}
th {
	/*distinguishing table headers from data cells*/
	font-weight:bold;
	text-align:center;
}
caption {
	/*coordinated margin to match cell's padding*/
	margin-bottom:.5em;
	/*centered so it doesn't blend in to other content*/
	text-align:center;
}
p,fieldset,table,pre {
	/*so things don't run into each other*/
	margin-bottom:1em;
	color:#666666;
}
/* setting a consistent width, 160px; 
   control of type=file still not possible */
input[type=text],input[type=password],textarea{width:12.25em;*width:11.9em;}

img{
border:0;
}

#hd{background-color:#dc7300; height:94px;}



/* menu*/


#menu {
font-size:13px;
	padding:0;
	margin-top:10px;
	margin-left:180px;
	list-style:none;
	height:62px;
	position:relative;
	z-index:500;
	background-image: url(../images/background-menu.gif);
	background-repeat:  repeat-x;
}
#menu li {float:left; margin-right:1px;}
#menu li a {display:block; float:left; height:58px; line-height:25px; background:#; color:#81726d; text-decoration:none; font-size:98%; font-weight:bold; padding:9px 30px 0 20px;}


#menu table {border-collapse:collapse; width:0; height:0; position:absolute; top:0; left:0;}

/* Default link styling */



/* Style the list OR link hover. Depends on which browser is used */

#menu li a:hover {z-index:200; position:relative;color:#fff; }
#menu li:hover {position:relative; z-index:200;}

#menu li:hover > a {color:#73aac9;}
#menu li:hover > a.sub {color:#73aac9;}

#menu li.current a {color:#73aac9;}

#menu li a.sub {background: #;}
#menu li.current a.sub {color:#6aa5c6; background:#f7f7f7;}

#menu :hover ul {left:15px; top:58px; width:170px; background:#444;}

/* keep the 'next' level invisible by placing it off screen. */
#menu ul, 
#menu :hover ul ul {position:absolute; left:-9999px; top:-9999px; width:0; height:0; margin:0; padding:0; list-style:none;color:#fff;}

#menu :hover ul :hover ul
{left:120px; top:-1px; background:#005f99; white-space:nowrap; width:100px; z-index:200; height:auto;color:#fff;}

#menu :hover ul li {margin:0; border-top:1px solid #fff;color:#fff;font-size:11px;}
#menu :hover ul li a {width:170px; padding:0; text-indent:10px; color:#fff; background:transparent  url(../images/menu.png);  height:30px; line-height:30px;
*background:#005f99;filter: alpha(opacity=75);  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=75); opacity:0.75;font-size:11px;}
#menu :hover ul li a.fly {background:transparent;}

#menu :hover ul :hover {background-color:#005f99; color:#fff;}
#menu :hover ul :hover a.fly {background-color:#005f99; color:#fff;}

#menu :hover ul li.currentsub a {background:#005f99; color:#fff;}
#menu :hover ul li.currentsub a.fly {background:#840 url(right-arrow.gif) no-repeat right center; color:#fff;}

#menu :hover ul :hover ul li a {width:100px; padding:0; text-indent:10px; background:#3e3e3e; color:#fff;}
#menu :hover ul :hover ul :hover {background-color:#005f99; color:#fff;}

#menu :hover ul :hover ul li.currentfly a,
#menu :hover ul :hover ul li.currentfly a:hover {background:#005f99; color:#fff;}

#menu h3 {
	font-size: 80%;
	font-style: italic;
	color:#b8b6b7;
	margin:0;
	padding:0;
	line-height:10px;
	font-weight:normal;
}
#menu h3:hover {
	color:#a6a4a5;
	
}
#logo{
	position:absolute;
	z-index:550;
	background-repeat: no-repeat;
	float:left;
	margin:0;
	padding:0;
	width: 176px;
	height: 92px;
}


/* submenu */
#submenu a, #submenu a:visited {
  text-decoration:none; 
  
  color:#000; 
  display:block; 
  width:12.8em; 
  height:1.5em; 
  border-bottom:1px dotted #fff;  
   color:#fff;
  padding:0.5em;
  }
#submenu a:hover {
  border-bottom:1px dotted #fff; 
  text-align:right;
  background-color:#005f99;
  color:#fff;
 
  }
 #submenu .current {
   display:block; 
  width:12.8em; 
  height:1.5em; 
  border-bottom:1px dotted #fff; 
  text-align:right;
  background-color:#005f99;
  color:#fff;
 padding:0.5em;
  }


/* contingut */

#Bodycopy{
padding-left:190px;
padding-right:100px;
padding-top:25px;
color:#939293;
font-size:98%;
line-height:19px;
height:150px;
}

#Bodycopy h1{
	font-size:138.5%;
	color:#005f99;
	text-transform: uppercase;
	line-height:0;
}

#product{
width:638px;
border:#ababab 1px solid;
padding:4px;
margin-bottom:10px;
background:#fff;
float:left;
position:relative;
}
#product img{

float:left;

}
#features{
padding:4px;
margin-left:4px;
background:#cbcbcb;
width:413px;
float:left;
height:155px;

}
#features p{
padding-top:20px;
padding-left:16px;
font-size:92%;
line-height:15px;
}

#select{
padding:4px;
margin-left:4px;
background:#005f99;
width:413px;
float:left;
height:155px;

}
#select p{
padding-top:20px;
padding-left:16px;
font-size:92%;
line-height:15px;
color:#fff;
}

.producto_recomendado {
	position:absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 60px;
	background-image: url(images/recomendado.png);
	background-repeat: no-repeat;
	background-position: 4px 4px;
}

.producto_recomendado_sello {
	position:absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 60px;
	background-image: url(images/recomendado_sello.png);
	background-repeat: no-repeat;
	background-position: 4px 4px;
}

/* form */
input, textarea {
	width: 150px;
	border: 0;
	background: #DEDEDE;
	color: #080808;
	padding: 2px;
	margin: 2px 0 10px 0;
	font: normal 11px;
	
	}
	
input.submit { 
	margin: 0 0 11px 0;
	padding:0 0;
	width: 14px;
	background-image:url(../images/enviar_off.gif);
	background-repeat:no-repeat;	
	cursor: pointer;
	height:18px;
	font-family:'Trebuchet MS', Helvetica, sans-serif;
	}

/* footer */
#footer{
height:40px;
float:none;
width:910px;
background-color:#005f99;
padding:20px;
}

#footer p{
font-size:11px;
color:#80afcc;
}
#footer a{
font-size:11px;
color:#80afcc;
text-decoration:none;
}
#footer a:hover{
font-size:11px;
color:#80afcc;
text-decoration:underline;
}

.verImagenes {
	position: absolute;
	z-index: 400;
	right: -1px;
	bottom: 1px;
	padding: 3px 5px;
	font-size:11px;


}
