* {
	padding:0;
	margin:0;
}
body {
	color:#000000;
	background:url(../img/bgSite.gif) #0d1627 center;
	font:normal 12px Arial, Helvetica, sans-serif;
}
a {
	text-decoration:none;
	outline:none;
	color:#333;
}
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;}
.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:#fff solid 1px;
	text-transform:uppercase;
}
input, textarea {
	padding:5px 8px;
	font-weight:bold;
	border:#ccc solid 1px;
	background:url(../img/bgInput.gif) bottom repeat-x;
}
textarea {
	min-height:138px;
}
legend {
	padding:2px 5px;
	font-weight:bold;
	font-size:10px;
	color:#523f38;
}
.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:url(../img/bgBtnComun.png) no-repeat top left; text-decoration:none; color:#333333; text-transform:uppercase; font:bold 11px Arial, Helvetica, sans-serif;  }
.btnComun span { display:inline-block; margin-left:2px; height:22px; padding:8px 8px 0 6px; background:url(../img/bgBtnComun.png) no-repeat top right;}
.btnComun span img{ margin:-3px 5px 0 0; }
.btnComun:hover { background-position:bottom left; color:#000000; text-decoration:none !important }
.btnComun:hover span { background-position:bottom right; }
/*/////////ESTRUCTURA///////*/
#main{ }
/*TOP*/
#bgTop{ 
	display:none
}
#top {
	height:158px;
	width:943px;
	margin:0 auto;
	background:url(../img/bgTop.jpg) bottom no-repeat;
}
#top h1{
	float:left;
	width:224px;
	height:100px;
	margin:0 0 10px 1px;
	clear:left;
}
#top h1 span{
	display:none
}
.topLinks{ display:none}
.topLinks li{ list-style:none; display:inline}
.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;}
.topBar {
	clear:both;
	background-color:#1b2a3b;
	width:941px;
	padding-top:7px;
	margin:15px auto 0;
	position:relative;
	border-top:#FFF solid 1px
}
.topBar h2{
	float:left;
	font-size:16px;
	color:#FFF;
	padding:2px 0 0 0;
	margin-left:15px
}
.menuLang {
	float:left; margin:1px 7px;
}
.menuLang a{
	float:left; margin-right:4px;
	border:#FFF solid 1px
}
.menuLang span{
	display:none
}
.es { width:21px; height:16px; background:url(../img/lang/es.gif) top }
.pt { width:21px; height:16px; background:url(../img/lang/pt.gif) top }
.en { width:21px; height:16px; background:url(../img/lang/en.gif) top }
.es:hover { background-position: bottom !important }
.pt:hover { background-position: bottom !important }
.en:hover { background-position: bottom !important }
.topBuscar  {
	float:right;
	display:inline;
	width:220px;
	height:28px;
	margin-right:6px
}
.topBuscar input {
	width:165px; height:12px; padding:4px 10px; float:left;
	color:#000; border:#000 1px solid; margin-left:8px; font-size:11px
}
.btnBuscar{
	float:left;
	width:24px; height:24px; background:url(../img/btnBuscar.gif);
}
.btnBuscar span{
	display:none
}
/*MENU*/
#menu {
	width:941px;
	margin:0 auto;
	height:34px;
	overflow:hidden;
	border-top:1px solid #4affff;
	border-bottom:1px solid #4affff;
	background:url(../img/bgMenu.gif) repeat-x;
}
#menu ul{
	list-style:none;
}
#menu li{
	float:left
}
#menu ul a{
	display:inline-block;
	padding:10px 12px 0 12px;
	height:24px;
	border-right:#1b2a3b solid 1px;
	color:#0d1627;
	font:bold 13px Arial, Helvetica, sans-serif;
	outline:none;
	background:url(../img/bgMenuOn.gif) repeat-x top;
}
#menu a:hover, #menu .on a, #menu .on{
	color:#FFFFFF !important;
	cursor:pointer !important;
	text-decoration:none;
	background-position:bottom
}
#menu li:last-child a{
	border-right:none;
}
/*SUBMENU*/
.subMenuW {
	position:absolute;
	width:300px;
	margin-left:-95px;
	z-index:30;
	background:url(../img/alpha80.png);
	padding:0 !important;
}
.subMenuW ul{
	position:absolute;
	width:300px;
	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; 
	width:300px;
	height:auto;
	padding:0px !important;
	background-image:url(../img/alpha80.png) !important;
	background-repeat:repeat !important;
	color:#000000 !important;
	font-size:14px
}
.subMenuW a span{
	display:block;
	padding:4px 10px !important;
}
#menu .subMenuW a:hover, #menu .subMenuW .on {
	background-image:url(../img/bgMenuOn.png) !important;
	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 {
	margin:0 auto;
	width:943px;
	background:#fff;
}
#cont {
	margin:0 auto;
}
/*/////////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;
	border-left:#fff solid 1px;
	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 input{
	width:220px	
}
.contactoForm select{
	text-transform:none;
	width:240px;
	margin-bottom:4px
}

/*///////////PIE///////*/
#pie {
	width:943px;
	margin:0 auto;
	border-top:2px solid #FF9900;
	background:#B3B2B2 url(../img/bgPie.gif) repeat-x;
}
#pieCont {
	color:#666666;
	width:943px;
	margin:0 auto;
}
.pieMenu {
	padding:4px 0;
	text-align:center
}
#pieCont a{
	color:#000;
	font-size:11px;
	font-weight:bold;
	padding:2px 6px;
}
#pieCont a:hover{
	color:#666;
	color:#FFF;
	text-decoration:none !important;
}
.logoPie{
	width:146px;
	height:65px;
	margin-right:12px;
	float:left;
	display:inline;
}
.pieDatos{
	float:left;
	display:inline;
	width:400px;
	color:#523f38;
	margin-top:8px
}
.pieDatos strong{
	font-size:16px; padding-top:12px;
}
.pieDatos a:hover{
	color:#333 !important;
	text-decoration:underline;
	background:none !important;
}
.loginLogo {
	width:50px;
	height:20px;
	float:right;
	display:inline;
	margin-top:26px;
	background:url(../img/logoLogin.png) no-repeat;
}
.loginLogo:hover{
	background-color:#FFF
}
.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;
}
.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
}
/*BUSQUEDA*/
.solapasComun {
	padding:4px 14px;
}
.solapasComunCont{
	border-top:#ccc solid 1px;
	margin:0 14px;
	clear:left
}
.solapasComun li{
	float:left;
	margin-left:8px;
	list-style:none
}
.solapasComun a {
	display:block;
	position:relative;
	text-decoration:none;	
	color:#999999;	
	border:#ccc solid 1px;
	background-color:#F9F9F9;
	border-bottom:none;
	padding:6px 14px;
	text-align:center;
	font-size:14px;
}
.solapasComun a:hover{
	background-color:#FFFFFF;
	color:#333333
}
.solapasComun .on a {
	margin-bottom:-1px;
	padding-bottom:7px;
	color:#333333;
	background-color:#FFFFFF;
}

.busquedaItem {
	margin:5px 10px;
	padding:5px;
	border-bottom:#F4F4F4 solid 1px
}
.busquedaItem img{
	float:left; margin:5px 10px
}
.busquedaItem h5{
	font-size:12px;
	padding-top:5px
}
.busquedaItem h4{
	font-size:21px;
}
.busquedaItem a{
	text-decoration:none
}
.busquedaItem .descripcion {
	padding:3px
}
.busquedaItem .datos {
	padding:3px
}
.busquedaLink {
	font-size:12px
}
.busquedaItem {
	margin:5px 10px;
	padding:5px;
	border-bottom:#F4F4F4 solid 1px
}
.busquedaItem img{
	float:left; margin:5px 10px
}
.busquedaItem h5{
	font-size:12px;
	padding-top:5px
}
.busquedaItem h4{
	font-size:21px;
}
.busquedaItem a{
	text-decoration:none
}
.busquedaItem .descripcion {
	padding:3px
}
.busquedaItem .datos {
	padding:3px;
	float:right;
	color:#999999;
	font-weight:bold
}
.busquedaItem .datos img{
	float:none; margin:0
}
.busquedaLink {
	font-size:12px;
	color:#069
}
.busquedaItemDes {
	margin:5px 10px;
	padding:5px;
	border:#FFFF99 solid 1px;
	background-color:#FEFFF0
}
.busquedaItemDes img{
	float:left; margin:5px 10px
}
.busquedaItemDes h5{
	font-size:14px;
	padding-top:5px
}
.busquedaItemDes h4{
	font-size:22px;
}
.busquedaItemDes a{
	text-decoration:none
}
.busquedaItemDes .descripcion {
	padding:3px
}
.busquedaItemDes .datos {
	padding:3px
}
.busquedaResumen h6{
	font-size:15px;
	border-bottom:#CCCCCC solid 1px;
	margin:10px 16px 6px 16px;
}
.busquedaResumen p{
	font-size:13px;
	padding:3px 20px;
	margin-bottom:6px
}
.busquedaResumen p a{
	font-size:10px;
}
.busquedaMensaje {
	font-size:14px;
	text-align:center;
	padding:25px
}