* {
	padding:0;
	margin:0;
}
body {
	font:normal 12px "Trebuchet MS", Arial, Helvetica, sans-serif;
	background-color:#666
}
a {
	text-decoration:none;
	outline:none;
}
a span {
	cursor:pointer;
}
img {
	border:none;
	vertical-align:middle;
}
a:hover {
	text-decoration:underline;
}
.on a {
	text-decoration:none;
	cursor:default
}
a:focus{ outline:none;}
ol, ul {
	list-style-position:inside;
}
.floatFix { 
	clear:both;
    height:0;
    font-size: 0px;
    line-height: 0px;
	overflow:hidden
}
.fltL {
	float:left;
	display:inline
}
.fltR {
	float:right;
	display:inline	
}
.fltC {
	display:inline-block	
}
fieldset {
	padding:5px 7px;
	border:#666 solid 1px;
	text-transform:uppercase;
}
input, textarea {
	padding:5px 8px;
	font-weight:bold;
	border:#ccc solid 1px;
	background-color:#FFF
}
textarea {
	min-height:138px;
}
legend {
	padding:2px 5px;
	font-weight:bold;
	font-size:14px;
}
.formError {
	color: #FF0000; font-weight:bold; display:none;
}
.fieldsetError{
	background:#FFFFCC;
	border-color:#990000 !important;
	color:#990000;
}
.fieldsetError legend{
	color:#990000 !important;
}
.fieldsetError input, .fieldsetError select{
	background:url(../img/bgInputError.gif) repeat-x #fff;
	border-color:#CC0000;
	color:#990000;
}

.btnComun { background:#1ac2da; text-decoration:none; color:#000; text-transform:uppercase; font:bold 14px Arial, Helvetica, sans-serif;  }
.btnComun span { display:inline-block; margin-left:2px;  padding:8px 8px 8px 6px; }
.btnComun span img{ margin:-3px 5px 0 0; }
.btnComun:hover { background:#000000; color:#1ac2da; text-decoration:none !important }
.btnComun:hover span {  }
/*/////////ESTRUCTURA///////*/
#main {
	width:974px;
	margin:auto;

}
/*TOP*/
#bgTop{ 
	display:none
}
#top {
	width:973px;
	overflow:hidden;
	margin:0;
	background:url(../img/bgTop.jpg) no-repeat left -25px ;
}
#top h1{
	float:left;
	width:590px;
	height:130px;
	margin:10px 0 0 15px;
}
#top h1 span{
	display:none
}
.topDatos{
	float:right;
	display:inline;
	text-align:right;
	padding:8px;
	width:315px;
	margin-right:2px;
}
.topDatos strong{
	font-size:13px; padding-top:12px;
}
.topDatos a{
	color:#000 !important;
	font-size:13px; font-weight:bold
}
.topDatos a:hover{
	text-decoration:underline;
}
.topLinks{ height:38px; padding-top:5px; float:right;}
.topLinks a{ color:#333; background:url(../img/BtnTopLinks.png); width:92px; height:16px; padding-top:4px; font-weight:900; font-size:10px; display:block; float:right; text-align:center; text-transform:uppercase; text-decoration:none; margin-left:8px;}
.topLinks a:hover{ color:#999;}
.menuLang {
	width:280px;
	margin:-80px 0 0 720px;
	text-align:center
}
.menuLang a{
	display:inline-block;
}
.menuLang span{
	display:none
}
.menuLang a:hover span {
  position: absolute;
  margin:25px 0 0 -10px;
  display: block;
  background: #333;
  color:#FFF;
  border: 1px solid #000;
  padding:2px 6px;
}
.btnEs { width:42px; height:42px; background:url(../img/icon/langEs.png) no-repeat }
.btnPt { width:42px; height:42px; background:url(../img/icon/langPt.png) no-repeat}
.btnEn { width:42px; height:42px; background:url(../img/icon/langEn.png) no-repeat}
.btnIt { width:42px; height:42px; background:url(../img/icon/langIt.png); display:none !important }
.btnDe { width:42px; height:42px; background:url(../img/icon/langDe.png) no-repeat}

.topBuscar  {
	float:right;
	display:none;
	width:288px;
	height:28px;
	margin-right:15px;
}
.topBuscar input {
	width:225px; height:16px; padding:7px 14px; border:0; float:left;
	background:url(../img/bgInputBuscar.gif); color:#333;
}
.btnBuscar{
	float:left;
	width:35px; height:30px; background:url(../img/btnBuscar.png);
}
.btnBuscar span{
	display:none
}
/*MENU*/
#menu {
	width:974px;
	margin-top:5px;
	overflow:hidden;
	background-color:#666666;
}
#menu ul{
	list-style:none;
}
#menu li{
	float:left
}
#menu ul a{
	display:inline-block;
	text-align:center;
	width:158.3px;
	color:#000;
	font:bold 13pt "Trebuchet MS", Arial, Helvetica, sans-serif;
	outline:none;
	height:22px;
	padding:10px 0 0;
	vertical-align:bottom;
	margin-right:4px;
	background-color:#fff
}
#menu a:hover, #menu .on a{
	color:#000 !important;
	cursor:pointer !important;
	text-decoration:none;
	background-color:#DBDBDB
}
#menuD {
	width:974px;
	overflow:hidden;
	text-align:center;
	background-color:#666666;
}
#menuD ul{
	list-style:none;
}
#menuD li{
	float:left;
}
#menuD ul a{
	float:left;
	padding-top:5px;
	width:320.5px;
	color:#000;
	height:42px;
	font:bold 25pt Arial, Helvetica, sans-serif;
	outline:none;
	margin-right:4px;
	background-color:#DBDBDB
}
#menuD a:hover, #menuD .on a {
	color:#6CF !important;
	cursor:pointer !important;
	text-decoration:none;
}
/*SUBMENU*/
.subMenuW {
	position:absolute;
	width:308px;
	margin-left:-95px;
	z-index:30;
	padding:0 !important;
}
.subMenuW ul{
	position:absolute;
	width:308px;
	z-index:31;
	padding:0 !important;
	margin:0 0 0 300px;
}
.subMenuW li{
	float:none !important; 
}
.subMenuW .btnCerrarS{
	position:absolute; 
	margin:-7px 0 0 300px; z-index:5; 
}
.subMenuW .icon{
	position:absolute; margin:7px 0 0 -7px; z-index:5
}
#menu .subMenuW a{
	display:block;
	float:none;
	margin:0 !important;
	border-right:#000000 solid 2px !important;
	border-left:#000000 solid 2px !important;  
	border-top:#000000 solid 1px; 
	border-bottom:#000000 solid 1px; 
	background-color:#659f17;
	height:auto !important;
	padding:0px !important;
	color:#000000 !important;
	font-size:14px;
	width:300px;
}
.subMenuW a span{
	display:block;
	padding:4px 10px !important;
}
#menu .subMenuW a:hover, #menu .subMenuW .on a{
	color:#fff !important;
}
.off { opacity:.4 }
.subMenuImg {
	opacity:.7 }
.subMenuImg:hover, #menu .subMenuW .on .subMenuImg {
	opacity:1  }
.subMenuPadre a{
	font-size:20px !important;
}
/*/////////PRINCIPAL///////*/
#principal {
	width:970px;
	padding:5px 0 10px;
	background:#666;	
}
#cont {
	background:#666;
}
/*/////////NAVEGADOR///////*/
.nav {
	clear:left;
	margin:5px 3px 0px 3px;
	text-align:center;
	padding:4px;
	height:18px;
} 
.nav a, .nav strong, .nav span {
	font-size: 11px;
	text-decoration:none;
	color:#bfbfbf;
	border: #bfbfbf solid 1px;
	padding: 2px 5px;
	margin-right: 1px;
	font-weight:bold;
}
.nav a:hover {
	color: #fff !important;
	background-color:#bfbfbf;
}
.nav strong {
	color: #fff;
	background-color:#bfbfbf;
}
.nav span {
	color:#999999  !important;
	border:solid 1px #999999  !important;
}
/*/////////CONTACTO///////*/
.contactoForm {
	float:right;
	width:600px;
	background-color:#1ac2da;
	margin:15px 0;
	padding:5px 0 5px 17px
}
.contactoFormDer {
	float:left;
	width:270px;
	margin-left:10px;
	display:inline;	
}
.contactoFormIzq {
	float:left;
	width:270px;
}
.contactoDatos {
	float:left;
	width:250px;
	color:#000;
	padding:15px 25px 15px 25px;
	text-align:left;
}
.contactoForm fieldset{
	border-color:#e7bf2c
}
.contactoForm legend{
	color:#000
}
.contactoForm .btnComun{
	background-color:#659f17
}
.contactoForm .btnComun:hover{
	background-color:#000;
	color:#659f17
}
/*/////////TOOLTIP///////*/
.ToolTipMsg{
	font:normal 10px Arial, Helvetica, sans-serif;
	border:1px solid #cccca2;
	color:#000000;
	background-color:#feffd2;
	padding:2px;
}
.ToolTipMsgNormal{
	font:normal 11px Arial, Helvetica, sans-serif;
	border:1px solid #cccca2;
	color:#000000;
	background-color:#feffd2;
	padding:2px 3px;
	text-align:left;
}

/*///////////PIE///////*/
#pie {
	width:970px;
	background-color:#3A3A3A
}
#pieCont {
	color:#fff;
}
.pieLinks ul{
	list-style:none;
	background-color:#1ac2da;
	padding:5px 0;
	text-align:center
}
.pieLinks li{
	display:inline
}
.pieLinks ul a{
	display:inline-block;
	padding:3px 40px;
	text-align:center;
	color:#000;
	font:bold 13px "Trebuchet MS", Arial, Helvetica, sans-serif;
	outline:none;
	height:12px;
	text-transform:uppercase;
	border-right:2px solid #000;
}
.pieLinks li:last-child a{
	border-right:none;
}
.pieLinks a:hover {
	color:#fff !important;
	cursor:pointer !important;
	text-decoration:none;
}
.pieMenu {
	padding:0 5px;
	color:#565656;
	height:38px;
	overflow:hidden;
	clear:left;
	border-bottom:#CCC solid 2px;
	text-align:center
}
.pieMenu li{
	list-style:none;
	display:inline;
}
.pieMenu a{
	color:#fff;
	text-transform:uppercase;
	border-right:#CCC solid 2px;
	font-size:12px;
	display:inline-block;
	font-weight:bold;
	padding:14px 20px 0;
	height:23px
}
.pieMenu a:hover{
	color:#FFF;
	background-color:#000;
	text-decoration:none !important;
}
.pieMenuD {
	float:left;
	height:48px;
	position:absolute;
	text-align:center;
	border-bottom:#CCC solid 2px;
}
.pieMenuD li{
	list-style:none;
	float:left
}
.pieMenuD a{
	color:#fff;
	font-size:25px;
	text-transform:uppercase;
	border-right:#CCC solid 2px;
	display:inline-block;
	font-weight:bold;
	padding:15px 51px 0;
	height:33px;
}
.pieMenuD a:hover{
	color:#000;
	background-color:#fff;
	text-decoration:none !important;
}
.logoPie{
	width:250px;
	height:65px; 
	float:left;
	display:inline;
	margin-top:15px;
}
.pieDatos{
	float:right;
	z-index:15;
	position:relative;
	display:inline;
	text-align:right;
	padding:8px;
	width:360px;
	margin-top:16px;
	min-height:65px;
	background:url(../img/bgPieDatos.gif) top left no-repeat #359a00
}
.pieDatos strong{
	font-size:16px; padding-top:12px;
}
.pieDatos a{
	color:#fff !important;
	font-size:15px
}
.pieDatos a:hover{
	text-decoration:underline;
}
.loginLogo {
	width:71px;
	height:47px;
	float:right;
	clear:both;
	display:inline;
	margin:5px;
	background:url(../img/logoLogin.png) no-repeat;
}
.loginLogo span{ display:none; }
/*/////////POPUPS///////*/
.loaderGeneral{
	position:absolute;
	text-align:center;
	font-weight:bold;
	visbility:hidden;
	font-size:16px;
	top:-5000px;
	left:0px;
	z-index:1001;
	color:#FFFFFF;
}
.loaderCuadroProductoConsulta{
	display:none;
}
.popBg {
	background-color:#000;
	position:absolute;
	z-index:10;
	top:0px;
	left:0px;
	width:100%;
	display:none;
}
.popLayA {
	position:absolute;
	top:-1000px;
	left:0;
	z-index:100;
}
.popBg430 {
	padding:14px 5px;
	width:430px;
	background-color:#FFF
}
.popBg520 {
	padding:14px 5px;
	width:520px;
	background-color:#FFF
}
.popBg700 {
	padding:14px 5px;
	width:700px;
	background-color:#FFF
}
.popTit {
	color:#333333;
	font-size:18px;
	font-weight:bold;
	margin:0 14px 8px 14px;
	padding:4px 0 10px 0;
}
.popCont {
	clear:both;
	margin:5px 15px 15px 15px;
}
.popCol {
	float:left;
	width:240px
}
.popCont fieldset{
	border:#EEEEEE solid 1px;
	padding:3px 0 5px 0;
	margin:0 3px 3px 0;
	text-align:center;
	overflow:hidden;
	width:230px;
	float:left;
	display:inline;
}
.popCont legend{
	font-weight:bold
}

.popCont input{
	width:200px;
}
.popCont select{
	width:200px;
	margin-bottom:4px;
}
.textarea{
	padding:5px 8px !important;
	width:432px !important;	
}
.textarea textarea{
	width:432px !important;
}
.btnCerrar {
	width:26px; height:26px;
	padding:0;
	margin:-12px -12px 0 0;
	background:url(../img/btnCerrarPop.png) top;
}
.btnCerrar span{
	display:none
}
.btnCerrar:hover {
	background-position:bottom
}
¿