@charset "utf-8";

body {

	background-image: url(../../imagenes/fondo-rinotec.jpg);

	background-position: center center;

	margin: 0px;

	background-attachment: fixed;

}

#centrar{

	width: 816px;

	height: 524px;

	position: absolute;

	top: 50%; /*taba en 50 */

	left: 50%;

	margin-top: -264px;

	margin-left: -409px;

}

#centrar-menu {
	margin-left:auto;
	margin-right:auto;
	height: 30px;
	width: 770px;
	text-align: center;

}

#menu {

	background-image: url(../../imagenes/fondo-menu.jpg);

	background-repeat:  repeat-x;

	height: 30px;

	width: 100%;

	font: 14px Verdana, Arial, Helvetica, sans-serif;

	color: #FFFFFF;

	clear: both;

}

#menu ul {

	list-style-type: none;

	margin: 0px auto;

	padding-top: 3px;

	padding-bottom: 0px;

}

#menu ul li.nivel1 {

	float: left;

	width: auto;

	margin-right: 4px;

	text-align: center;

	padding: 0px 9px; /* estaba en 12 */

}

#menu ul li.nivel2 { /* esto hice yo.... */

	float: left;

	width: auto;

	text-align: center;
}




#menu ul li a {

	display: block;

	text-decoration: none;

	padding: 4px;

	position: relative;

	color: #FFFFFF;

}

#menu ul li:hover {

	position: relative;

	background-color:#A21E0A;

}
												  
#menu ul li a:hover, #menu ul li:hover a.nivel1,  { 

	position: relative;

}
						/*agregue yo nivel2*/
#menu ul li a.nivel1, #menu ul li a.nivel2 {display: block!important; display:none;

position: relative;

}

/*esta linea de abajo agregue entera */
#menu ul li:hover  ul.nivel2, #menu ul li a:hover  ul.nivel2{display: block;
position: absolute;left: 0px; /* -20 */
}
#menu ul li ul li a:hover ul.nivel3, #menu ul li ul li:hover ul.nivel3 {display: block;
position: absolute;
left: 120px!important;left: 120px;
top:-3px!important;top: -21px;
}

#menu ul li ul {

	display: none;

	margin-left:0px;

	padding-left:0px;

	font: 12px Verdana, Arial, Helvetica, sans-serif;

	color: #FFFFFF;

}

#menu ul li:hover .nivel3 {display:none} /* esto agregue yo... solucione tema de subcategoria !! */

#menu ul li a:hover ul, #menu ul li:hover ul {

	display: block;

	position: absolute;

	left: 0px;

}

#menu ul li ul li a {

	width: 110px; /* 120 */

	padding: 6px 4px 8px;

	border-top-color: #AD200C;

	background-color: #842218;

	border-top-width: thin;

	border-top-style: dotted;

	text-align: left;

}



#menu ul li ul li a:hover {

	position: relative;

	background-color: #842218;

	color: #FC9D75;

}

table.falsa {border-collapse:collapse;

border:0px;

float: left;

position: relative;

}



#encabezado {

	margin: 12px;

	width: 790px;

	height: 75px;

}

#contenido {

	height: 360px;

	width: 780px;

	margin-right: auto;

	margin-left: auto;

	margin-top: 20px;

	margin-bottom: 16px;

}

#texto {

	background-color: #606567;

	float: right;

	height: 360px;

	width: 520px;

	padding-left: 10px;

	padding-right: 10px;

}

#texto-arti {

	background-color: #606567;

	float: right;

	height: 360px;

	width: 760px;

	padding-left: 10px;

	padding-right: 10px;

}
#texto_lista {

	float: left;
	overflow:auto;
	height: 280px;

	width: 520px;
}

#texto_lista_cat {

	float: left;
	overflow:auto;
	height: 247px;
	width: 520px;
}

#art-list {

	float: left;
	overflow:auto;
	height: 247px;
	width: 760px;
}
#texto-scroll {

	height: 240px;

	width: 480px; /*480 */

	overflow: auto;

	float: none;

	clear: both;

}
#texto-scroll-caja-izq {

	height: 100px;

	width: 200px;

	float: left;

	clear: both;

}
#texto-scroll-caja-der {

	height: 100px;

	width: 200px;

	float: right;

	clear: both;

}

#imagen {

	float: left;

}

h1 {

	font: lighter normal 24px Verdana, Arial, Helvetica, sans-serif;

	color: #BDBDBD;

	text-align: left;

	display: block;

	border-bottom-width: 2px;

	border-bottom-style: solid;

	border-bottom-color: #BDBDBD;

	width: 100%;

	text-indent: 0px;

	margin: 0px;

	padding: 30px 0px 0px;

	margin-bottom: 12px;

	clear: both;

}

#idioma {

	height: 70px;	/* 50 */

	width: 120px;

	float: right;

	margin-top: 2px; /* taba en 20 */

}

.txt-idioma a {

	font: 9px Verdana, Arial, Helvetica, sans-serif;

	color: #999999;

	text-decoration: none;

}

.txt-idioma a:hover {

	text-decoration: underline;

}

.txt-plano {

	font: normal 12px Verdana, Arial, Helvetica, sans-serif;

	color: #FFFFFF;

	text-align: left;

}

.txt-plano a {

	font: normal 12px Verdana, Arial, Helvetica, sans-serif;

	color: #BDBDBD;

	text-align: left;

}

.txt-cuadro-tit {

	font: bold normal 10px Verdana, Arial, Helvetica, sans-serif;

	color: #FFFFFF;

	text-align: center;

	vertical-align: middle;

}

.txt-cuadro-tit1 {

	font: bold normal 13px Verdana, Arial, Helvetica, sans-serif;

	color: #FFFFFF;

	vertical-align: bottom;

}



.txt-cuadro2 {

	font: normal 10px Verdana, Arial, Helvetica, sans-serif;

	color: #CCCCCC;

	vertical-align: middle;

}







.txt-planotit {

	font: bold normal 12px Verdana, Arial, Helvetica, sans-serif;

	color: #FFFFFF;

	text-align: left;

}

.txt-cuadro {

	font: normal 10px Verdana, Arial, Helvetica, sans-serif;

	color: #CCCCCC;

	text-align: center;

	vertical-align: middle;

}

.txt-cuadro-celeste {

	font: bold normal 12px Verdana, Arial, Helvetica, sans-serif;
	color: #CCCCCC;
	text-align: center;
}

.txt-tit-cuadro-celeste {
	background-color:#494949;
	font: bold normal 12px Verdana, Arial, Helvetica, sans-serif;
	color: #CCCCCC;
	text-align: center;
	height: 30px;
}

.txt-cuadro-verde {
	font: bold normal 12px Verdana, Arial, Helvetica, sans-serif;
	color: #CCCCCC;
	text-align: center;
	vertical-align: middle;
}

.txt-cuadro-verde-titu {

	font: bold normal 12px Verdana, Arial, Helvetica, sans-serif;

	color: #CCCCCC;
	text-align: center;
	vertical-align: top;
}
.txt-cuadro-naranja {
	font: bold 11px Verdana, Arial, Helvetica, sans-serif;
	color: #333;
	text-align: left;
	vertical-align: middle;
}

input:focus, textarea:focus {
	background-color:#FFC
}

.boton, .boton:visited, .boton:hover, .boton:focus {
	font-size:10px;
	font-family:Verdana,Helvetica;
	font-weight:bold;
	color:white;
	background-color:#999;
	border:0px;
	width:75px;
	height:19px;
}


.boton:active{
	top:1px;
	border:thin #000;
}

.txt-cuadro-amarillo {

	font: bold normal 12px Verdana, Arial, Helvetica, sans-serif;

	color: #FFF48E;

	text-align: center;

	vertical-align: bottom;

}

.txt-cuadro-rosa {

	font: bold normal 12px Verdana, Arial, Helvetica, sans-serif;

	color: #F3B1CD;

	text-align: center;

	vertical-align: bottom;

}

.txt-tit-links {

	font-family: Verdana, Arial, Helvetica, sans-serif;

}













#flash {

	float: left;

	width: 550px;

}





p {

	font: normal 12px Verdana, Arial, Helvetica, sans-serif;

	color: #FFFFFF;

	margin-top: 0px;

}

p a {

	font: normal 12px Verdana, Arial, Helvetica, sans-serif;

	color: #FFFFFF;

	text-decoration: underline;

}

p a:hover {

	text-decoration: none;

}



ul {

	font: normal 12px Verdana, Arial, Helvetica, sans-serif;

	color: #FFFFFF;

	list-style: square;

	margin-right: auto;

}

.lista {

	width: 200px;

	margin-right: auto;

	margin-left: auto;

}

.lista ul {

	list-style: square inside;

	padding-right: 0px;

	padding-bottom: 0px;

	padding-left: 0px;

	margin: 30px 0px 0px;

	line-height: 20px;

}



.celda-tit {

	background-image: url(../../imagenes/fondo-celda.jpg);

	background-repeat: no-repeat;

	background-position: left center;

	height: 20px;

	width: 168px;

	padding-left: 20px;

}

.celda-titlinks {

	background-image: url(../../imagenes/linea-celda-org.jpg);

	background-repeat: no-repeat;

	background-position: left center;

	height: 20px;

	width: 250px; /* 168 */

	padding-left: 20px;

}



.celda1 {

	padding-top: 4px;

	padding-bottom: 4px;

}

#flash-present {

	width: 820px;

	height: 540px;

	position: absolute;

	top: 50%;

	left: 50%;

	margin-top: -270px; /* 50% del alto*/

	margin-left: -410px;

}

.tabla-incoterms {

	border-top-width: 1px;

	border-right-width: 1px;

	border-bottom-width: 1px;

	border-left-width: 1px;

	border-right-style: solid;

	border-bottom-style: solid;

	border-top-color: #333333;

	border-right-color: #333333;

	border-bottom-color: #333333;

	border-left-color: #333333;

	padding: 4px;

}



.incoterms {

	font: bold normal 11px Verdana, Arial, Helvetica, sans-serif;

	color: #FFFFFF;

	vertical-align: bottom;

}

.tabla-contenedores {

	border-top-width: 1px;

	border-right-width: 1px;

	border-bottom-width: 1px;

	border-left-width: 1px;

	border-right-style: solid;

	border-bottom-style: solid;

	border-top-color: #333333;

	border-right-color: #333333;

	border-bottom-color: #333333;

	border-left-color: #333333;

	margin-bottom: 4px;

	padding: 4px;

}

#tabla_idioma td {

	padding-top: 2px;

	padding-bottom: 2px;

}
/* CSS LIGHTBOX */
#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(images/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }


a img { border:none}
/* --- INICIO CATALOGO CLIENTE --- */
#foto-cata {
	float:left;
	width:80px;
	height:80px;
	border:solid thin #333;
}

#texto-cod, #texto-art{
	float:left;
	width:350px;
	height:25px;
	margin-left:15px;
}
#texto-cod, #texto-art, #texto-desc{
	font-family:Verdana, Geneva, sans-serif
}

#texto-cod{
	font-size:10px;
	color:#000;
}

#texto-art, #texto-desc{
	font-size:13px;
	color: #BDBDBD;
}
#texto-art {
	text-transform:uppercase;
	font-weight:bold;
}

#texto-desc {
	float:left;
	width:395px;
	color:#FFF;
	text-align:justify;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 15px;
/*	height:40px;*/
}

/* --- FIN CATALOGO CLIENTE --- */

.linea-solida {
}
.clear {
	clear:both;
}

