@charset "utf-8";
/* CSS Document */
/*Creado por Jorge Fuentes*/

/*RESET*/
html, body, div, span, object, h1, h2, h3, h4, h5, h6, 
p, a, img, ol, ul, li, form, label, table, tbody, tfoot, thead, tr, th, td, dl, dt, dd {
	font-weight:normal;
	font-style:normal;
	font-family:"Times New Roman", Times, serif;
	border:none;
}
img {
	margin:0px;
	padding:0px;
	border:none;
}
body {
	line-height: 1em;
	color: black;
	margin:0px;
	padding:opx;
	bottom:0%;
	top:0%;
	left:0%;
	right:0%;
}
ol, ul {
	list-style: none;
}
table {
	border-collapse: separate;
	border-spacing: 0;
}
/* FIN RESET*/

/*GENERALES*/
body{
	background-image:url(../images/neo-oils_bkgnd.jpg);
	background-attachment:fixed;
	background-position:top center;
	background-attachment:fixed;
	background-color:#666666;
	background-repeat:no-repeat;
}
.clear{
	clear:both;
}
.caja_gral{
	width:800px;
	margin-left:auto;
	margin-right:auto;
}
a {
	color:#AA2D2D;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	text-decoration:none;
	text-align:left;
}
a:hover {
	text-decoration:underline;
}
h1{
	font-family:"Trebuchet MS", Geneva, verdana, Arial;
	font-size:30px;
	font-weight:bold;
	font-style:normal;
	color:#666666;
	text-align:left;
}
h2{
	font-family:"Trebuchet MS", Geneva, verdana, Arial;
	font-size:16px;
	font-weight:bold;
	font-style:normal;
	color:#666666;
	text-align:left;
}
h3{
	font-family:"Trebuchet MS", Geneva, verdana, Arial;
	font-size:16px;
	font-weight:bold;
	font-style:normal;
	color:#666666;
	text-align:left;
}
p{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:1.7em;
	font-weight:normal;
	font-style:normal;
	color:#666666;
	text-align:left;
}
.imagen_flotante{
	float:left;
	margin:0px;
	padding-right:15px;
}
.flotar_der{
	float:right;
}
.margen_iz{
	width:30px;
	height:280px;
	float:left;
}
.margen_der{
	width:30px;
	height:480px;
	float:right;
}

/*FIN GENERALES*/

/*HEADER*/
.header{
	top:1px;
	width:100%;
	height:40px;
	padding-top:1px;
	margin: 0px;
}
.menu_01{
	position:absolute;
	width:800px;
	left:inherit;
	top:30px;
	height: 39px;
}
/*.logo{
	float:left;
	position:absolute;
	background-image:url(../images/logo.png);
	background-repeat:no-repeat;
	width:255px;
	height:130px;
	font-size:18px;
	top:4px;
}*/



/*Superfish NavBar*/
/*** ESSENTIAL STYLES ***/
.sf-menu, .sf-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
}
.sf-menu {
	line-height:	1.0;
	width:800px;
	height:30px;
}
.sf-menu ul {
	position:		absolute;
	top:			-999em;
	
	/*Ancho Izquierdo para calzar menu desplegable con inicial*/
	 /*Para Internet Eplorer*/
	/width:			10.5em; 
}
.sf-menu ul li {
	width:			190px;/*Ancho sub menu*/
}
.sf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	float:			right;
	position:		relative;
}
.sf-menu a {
	display:		block;
	position:		relative;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left:			0;
	top:			1.8em; /* Para coincidir el margen del menu desplegable con el inicial*/
	z-index:		99;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}

/*** DEMO SKIN ***/
.sf-menu {
	float:			right;
	margin-bottom:	1em;
}
.sf-menu a {
	/*border:	.1em solid   #4D4D4D;*/
	/*border-left:.3em #666666 solid;*/
	/*background-image:url(../images/button_01.jpg);*/
	padding: 		.5em .8em;/*Alto de Menu*/
	text-decoration:none;
	font-family:"Trebuchet MS", Geneva, verdana, Arial;
	font-size:13px;
	font-weight:700;
	vertical-align:baseline;
	/*background-color:#B0A285;*/
}
.sf-menu a img{
	border:none;
	float:left;
	margin-right:2px;
	position:relative;
	padding-bottom:8px;
}
.sf-menu a:hover {
	background-image:url(../images/button_mark.gif);/*Este es el aque manda cuando esta "Sobre"*/
	text-decoration:underline;
	/*text-decoration:underline;*/
	/*background-color:#DACFAC;*/
	background-repeat:no-repeat;
	/*border-left:.3em  #E3E077 solid;	*/
}
.sf-menu a, .sf-menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	color:#FFFFFF;
}
.sf-menu li {
	/*background:url(../images/button_01.jpg);*/
}
.sf-menu li li {
	/*background:url(../images/button_01.jpg);*/
}
.sf-menu li li li {
	/*background:url(../images/button_01.jpg);*/
}
.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
	/*background: url(../images/button_02.jpg) 100;*/
	outline:		0;
}



/*** shadows for all but IE6 ***/
.sf-shadow ul {
	/*background: url(../images/shadow.png) no-repeat bottom right;*/
	background-color:#000000;
	filter: alpha(opacity=70);
	opacity: .7;
	-moz-opacity:0.7;
	padding: 0 8px 9px 0;
	-moz-border-radius-bottomleft: 17px;
	-moz-border-radius-topright: 17px;
	-webkit-border-top-right-radius: 17px;
	-webkit-border-bottom-left-radius: 17px;
}
.sf-shadow ul.sf-shadow-off {
	background: transparent;
}
/*** adding the class sf-navbar in addition to sf-menu creates an all-horizontal nav-bar menu ***/
.sf-navbar {
	background: #00CC66;
	height:			2.5em;
	padding-bottom:	2.5em;
	position:		relative;
	width:100%;
}
.sf-navbar li {
	/*background:		#AABDE6;*/
	position:		static;
}
.sf-navbar a {
	border-top:		none;
}
.sf-navbar li ul {
	width:			44em; /*IE6 soils itself without this*/
}
.sf-navbar li li {
	/*background:		#BDD2FF;*/
	position:		relative;
}
.sf-navbar li li ul {
	width:			13em;
}
.sf-navbar li li li {
	width:			100%;
}
.sf-navbar ul li {
	width:			15px;;
	float:			left;
}
.sf-navbar a, .sf-navbar a:visited {
	border:			none;
}
.sf-navbar li.current {
	/*background:		#BDD2FF;*/
}
.sf-navbar li:hover,
.sf-navbar li.sfHover,
.sf-navbar li li.current,
.sf-navbar a:focus, .sf-navbar a:hover, .sf-navbar a:active {
	/*background:		#BDD2FF;*/
}
.sf-navbar ul li:hover,
.sf-navbar ul li.sfHover,
ul.sf-navbar ul li:hover li,
ul.sf-navbar ul li.sfHover li,
.sf-navbar ul a:focus, .sf-navbar ul a:hover, .sf-navbar ul a:active {
	/*background-image:url(../images/button_02.jpg);*//*Cuando esté presionado el boton*/
	
}
ul.sf-navbar li li li:hover,
ul.sf-navbar li li li.sfHover,
.sf-navbar li li.current li.current,
.sf-navbar ul li li a:focus, .sf-navbar ul li li a:hover, .sf-navbar ul li li a:active {
	/*background-image:url(../images/button_02.jpg);*//*Cuando el botón este presionado*/
	
}
ul.sf-navbar .current ul,
ul.sf-navbar ul li:hover ul,
ul.sf-navbar ul li.sfHover ul {
	left:			0;
	top:			2.5em; /* match top ul list item height */
}
ul.sf-navbar .current ul ul {
	top: 			-999em;
}

.sf-navbar li li.current > a {
	font-weight:	bold;
}

/*** point all arrows down ***/
/* point right for anchors in subs */
.sf-navbar ul .sf-sub-indicator { background-position: -10px -100px; }
.sf-navbar ul a > .sf-sub-indicator { background-position: 0 -100px; }
/* apply hovers to modern browsers */
.sf-navbar ul a:focus > .sf-sub-indicator,
.sf-navbar ul a:hover > .sf-sub-indicator,
.sf-navbar ul a:active > .sf-sub-indicator,
.sf-navbar ul li:hover > a > .sf-sub-indicator,
.sf-navbar ul li.sfHover > a > .sf-sub-indicator {
	background-position: -10px -100px; /* arrow hovers for modern browsers*/
}

/*** remove shadow on first submenu ***/
.sf-navbar > li > ul {
	background: transparent;
	padding: 0;
	-moz-border-radius-bottomleft: 0;
	-moz-border-radius-topright: 0;
	-webkit-border-top-right-radius: 0;
	-webkit-border-bottom-left-radius: 0;
}


/*Fin Superfish Nav Bar*/
/*Fin Superfish Nav Bar*/
/*Fin Superfish Nav Bar*/
/*Fin Superfish Nav Bar*/

/*Menu ING ESP y carro*/

#ing_esp{
	position:absolute;
	width:200px;
	top:0px;
}
#ing_esp li{
	color:#E9E9E9;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	float:left;
	padding:3px;
	font-weight:normal;
	text-decoration:none;
}
#ing_esp li a{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	text-decoration:none;
	color:#FFFFFF;
}
#ing_esp li a:hover{
	text-decoration:underline;
}
#ing_esp li a:visited{
	color:#FFFFFF;
}
#carro{
	clear:both;
	text-align:right;
	padding:1px;
	position:absolute;
	top: 1px;
	left:680px;
	height:14px;
}
#carro li{
}
#carro li a{
	color:#FFFFFF;
	font-size:14px;
	font-weight:normal;
	font-family:"Trebuchet MS", Geneva, verdana, Arial;
	text-decoration:none;
}
#carro li a img{
	border:none;
	padding:0px;
	margin:0px;
	float:none;
}
#carro li a:hover{
	font-family:"Trebuchet MS", Geneva, verdana, Arial;
	text-decoration:underline;
}
.textos_carro{
	font-family:verdana, geneva, tahoma, "trebuchet MS", arial;
	font-size:12px;
	color:#333333;
}
.textos_carro a{
	font-family:verdana, geneva, tahoma, "trebuchet MS", arial;
	font-size:12px;
	color:#333333;
	text-decoration:none;
}
.textos_carro a:hover{
	text-decoration:underline;
}
.texto_tacama_carro p{
	font:verdana, geneva, tahoma, "trebuchet MS", arial;
	font-size:16px;
	font-weight:bold;
	color:#9F0000;
}
.textos_carro_condiciones{
	color:#006600;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;	
}
/*FIN HEADER*/

/*CUERPO*/
.cuerpo{
	margin-top:20px;
	padding-bottom:25px;
	z-index:0;
	background-image:url(../images/fondo_cuerpo.png);
	background-repeat:no-repeat;
	background-position:bottom;
	margin-left: 0px;
}

.cuerpo ul{
	font-family:"Trebuchet MS", Geneva, verdana, Arial;
	font-size:11px;
	margin-left:0px;
	color:#4D4D4D;
}
.cuerpo ul li{
	font-family:inherit;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333333;
	margin-top:5px;
	margin-left:1px;
	margin-bottom:5px;
}
.cuerpo ul li a{
	font-family:verdana, geneva, tahoma, "trebuchet MS", arial;
	font-size:11px;
	color:#990000;
	text-decoration:none;
}
.cuerpo ul li a img{
	border:0px;
	padding: 0px;
}
.cuerpo ul li a:hover{
	text-decoration:underline;
	color:#999900;
}
#agregar_carro{
	width:15px;
	height:15px;
	display:block;
}
#agregar_carro a{
	background-image:url(../images/carro.gif);
}
#agregar_carro a span{
	display:none;
}
.margen{
	height:25px;
}
.flash{
	float:left;
}
.separacion_caja_01{
	height:20px;
	width:auto;
	margin: 0px;
}
.caja_tacama{
	padding:0px;
	margin: 0px;
	background:url(../images/fondo_caja_01.jpg) top right no-repeat;
	border: #000000 solid 11px;
	height:500px;
	padding-right: 15px;
}
.caja_tacama h1{
	color:#9FAD3E;
	font-family:"Times New Roman", Times, serif;
	font-size:35px;
	margin-left: 0px;
	line-height: 0.8em;
}
.caja_tacama h3{
	color:#9FAD3E;
	font-family:"Times New Roman", Times, serif;
	font-size:20px;
	margin-left: 0px;
}
.caja_tacama h4{
	color:#9FAD3E;
	font-family:"Times New Roman", Times, serif;
	font-size:28px;
	margin-left: 0px;
	line-height: 0.8em;
	font-weight:bold;
}
.caja_01{
	margin: 0px;
	background:url(../images/fondo_caja_02.jpg) top right no-repeat;
	border: #000000 solid 11px;
	height:500px;
	padding-right: 15px;
	background-color: #FFFFFF;
}
.caja_01 h1{
	color:#9FAD3E;
	font-family:"Times New Roman", Times, serif;
	font-size:35px;
	margin-left: 0px;
	line-height: 0.8em;
}
.caja_01 h3{
	color:#9FAD3E;
	font-family:"Times New Roman", Times, serif;
	font-size:20px;
	margin-left: 0px;
	line-height: 1em;
}
.caja_01 h4{
	color:#9FAD3E;
	font-family:"Times New Roman", Times, serif;
	font-size:25px;
	margin-left: 0px;
	font-weight:bold;
	line-height: 1em;
}
.caja_01 p, h2, h3{
/*	color:#FFFFFF;*/
}
.caja_carro{
	padding-left:40px;
	padding-right:40px;
	padding-top:0px;
	padding-bottom:10px;
	margin: 0px;
	background:url(../images/fondo_caja_01.jpg) top right no-repeat;
	border: #000000 solid 11px;
	background-color:#ffffff;
}
.caja_02{
	padding:0px;
	margin: 0px;
	background:url(../images/fondo_caja_01.jpg) top right no-repeat;
	border: #000000 solid 11px;
	background-color:#ffffff;
	padding-bottom: 5px;
}
.caja_02 h1{
	color:#9FAD3E;
	font-family:"Times New Roman", Times, serif;
	font-size:30px;
	margin-left: 370px;
}
.texto{
	margin-left:25px;
	margin-right:25px;
}
.texto_con_foto{
	width:380px;
	padding-right:0px;
	overflow:auto;
	height:360px;
}
.texto_con_foto_02{
	width:380px;
	padding-right:10px;
	margin-left: 370px;
}
.menu_int{
}
.menu_int a{
	font-family:verdana, geneva, tahoma, "trebuchet MS", arial;
	font-size:11px;
	color:#666666;
	text-decoration:none;
	margin-left:5px;
	margin-right::5px;
}
.menu_int a:hover{
	color:#800000;
	text-decoration:underline;
}
#uno, #dos, #tres, #cuatro, #cinco, #seis{
	width:380px;
	padding-right:10px;
	margin-left: 0px;
	overflow:auto;
	height:340px;
}
h3 img{
	border:0px;
	padding:0px;
	margin: 0px;
}


/*FIN CUERPO*/

/*Footer*/
.footer{
	height:80px;
	position:relative;
	width:100%;
	bottom:0%;
	left:0%;
	clear:both;
}
.margen_footer{
	height:1px;
	margin: 0px;
}
.titulo_foot{
	font-size:24px;
	font-family:"Times New Roman", Times, serif;
	color:#65697A;
}
.texto_foot{
	color:#65697A;
	font-style:normal;
	font-size:11px;
	font-family:verdana, geneva, tahoma, "trebuchet MS", arial;
	line-height:4em;
	padding-top:5px;
	line-height:14px;
}

/*FIN FOOTER*/
