/*---------------|||||||||||General------------------------------------------------------*/

body {
	text-align: center;
	background-image: url(img/fondo-general.jpg);
	font-family: 'Tahoma';
	color: #000000;
	font-size: 12px;
	background-repeat: repeat-x;
	background-color: #D8E8FA;
	background-position: top;
	margin-top: 0px;
}

h1, h2, h3 { font-family: 'Tahoma';}
	
h1 {
	padding: 4px 0;
	font-size: 140%;
	color: #fff;
}
		
h2{
	margin: 0px;
	padding-top: 10px;
	font-size: 18px;
	font-weight: normal;
}

h3 {

	margin: 0px;
	padding-top: 10px;
	font-size: 13px;
	font-weight: normal;
}

p{
	padding-bottom: 12px;
	font-size: 11px;
	margin-top: 0px;
	margin-bottom: 0px;
}

ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.espacio10 {
	padding-left: 10px;
}

/* Links */

a:link { text-decoration : none; border: 0px;} 
a:active {
	color : #FF9900;
	text-decoration: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
} 
a:visited { text-decoration : none; color : #FF9900; border: 0px;} 
a:hover { text-decoration : none; color : #FF9900; border: 0px;}
.negritas{
	font-weight: bold;
}
.naranja{
	color: #FF9900;
	font-weight: bold;
}

/*---------------|||||||||||Wrapper------------------------------------------------------*/

#wrapper {
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	width: 760px;
	text-align: left;
	background-color: #D8E8FA;
	background-image: url(img/fondo-nubes.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

/*---------------|||||||||||Head------------------------------------------------------*/

#head {
	height: 88px;
	background-image: url(img/fdo-cabezal.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin-top: 108px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-color: #000000;
	vertical-align: middle;
}

/*---------------|||||||||||mainNav------------------------------------------------------*/

#mainNav {
	width: 680px;
	float: left;
	background-image: url(img/f-menu.gif);
	height: 54px;
	padding-left: 80px;
}

#mainNav ul {  
	list-style:none;
	margin:0;
	padding:0;
}
#mainNav ul li {
	padding:0;
	float:left;}

#mainNav ul li a {
	display:block;
	width:148px;
	height:54px;  
	text-decoration:none;
}
#mainNav ul li a:hover {
	background-position:bottom;
}
#mainNav ul li a span {
	display:none;
}
#home { background-image:url(img/boton-home.gif);}
#rubros { background-image:url(img/boton-rubros.gif);}
#productos { background-image:url(img/boton-productos.gif);}
#ubicacion { background-image:url(img/boton-ubicacion.gif);}
#contacto {	background-image:url(img/boton-contacto.gif);}


/*---------------|||||||||||Content------------------------------------------------------*/

#content {
	width: 738px;
	float: right;
	background-image: url(img/fdo-c.gif);
	padding-right: 11px;
	padding-left: 11px;
	text-align: center;
	background-color: #000000;
}

/*---------------|||||||||||Buscador------------------------------------------------------*/

#buscador{
	height: 70px;
	width: 678px;
	margin: 10px;
	padding-top: 10px;
	padding-right: 20px;
	padding-left: 20px;
	text-align: left;
	background-color: #000000;
}

#buscador p{
	color: #FFFFFF;
}

#buscador h2{
	color: #FFFFFF;
}

.inputselector {

	font-size:12px;
	font-family:Tahoma, Verdana, Arial, Sans-Serif;
	height:18px;
	padding-left:5px;
	padding-right:5px;
	padding-bottom:1px;
	color: #ffffff;
	border:1px solid #f38528;
	background-color: #f38528;
	background-image: url(img/fdo-login-bton.gif);
	background-repeat: repeat-x;
	background-position: left top;
}

#search{
	height: 70px;
	width: 210px;
	float: right;
}

/*---------------|||||||||||Productos------------------------------------------------------*/

#producto{
	width: 678px;
	margin: 10px;
	padding-right: 20px;
	padding-left: 20px;
	text-align: left;
	vertical-align: bottom;
	background-color:#FFFFFF;
}

#producto h2{
	font: 1.8em/1.8em Arial, Helvetica, sans-serif;
	text-align: left;
	text-indent: 10px;
	height: 45px;
	color: #FFAA00;
}

#producto .img{
	float: left;
}

#descripcion{
	height: 60px;
	width: 330px;
	float: left;
	padding-top: 50px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FF9900;
}
#calculo{
	width: 330px;
	float: left;
	padding-top: 10px;
}
.input-calculo {
	font-size:10px;
	font-family:Tahoma;
	height:14px;
	padding-left:5px;
	padding-right:5px;
	color: #ffffff;
	border:1px solid #f38528;
	background-color: #f38528;
}
.input-cantidad {
	font-size:10px;
	font-family:Tahoma;
	height:14px;
	padding-left:5px;
	padding-right:5px;
	margin:0;
	color: #ffffff;
	border:1px solid #f38528;
	background-color: #f38528;
}
#opciones{
	height: 26px;
	width: 330px;
	float: left;
	margin-bottom:15px;
}
#opciones ul {  
	list-style:none;
	margin:0;
	padding:0;
}
#opciones ul li {
	padding:0;
	float:left;}

#opciones ul li a {
	display:block;
	width:160px;
	height:23px;  
	text-decoration:none;
}
#opciones ul li a:hover {
	background-position:left bottom;
}
#opciones ul li a span {
	display:none;
}
#ver-carrito {
	background-image:url(img/boton-ver-carrito.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#agregar {
	background-image:url(img/boton-agregar.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

/*---------------|||||||||||Login------------------------------------------------------*/

#login {
	width: 375px;
	float: right;
	margin-right: 9px;
	height: 40px;
	font-family: 'Tahoma';
	color: #FFFFFF;
	font-size: 11px;
	margin-top: 30px;
}

#login .bold{
	color: #FF9900;
	font-weight: bold;
}

#login a:link { text-decoration : none; color : #FFFFFF; border: 0px;} 
#login a:active {
	color : #FFFFFF;
	text-decoration: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
} 
#login a:visited { text-decoration : none; color : #FF9900; border: 0px;} 
#login a:hover { text-decoration : none; color : #FF9900; border: 0px;}

.inputButton-Small {
	font-size:10px;
	font-family:Tahoma, Verdana, Arial, Sans-Serif;
	height:18px;
	padding-left:5px;
	padding-right:5px;
	color: #ffffff;
	border:1px solid #f38528;
	background-color: #f38528;
	background-image: url(img/fdo-login-bton.gif);
	background-repeat: repeat-x;
	background-position: left top;

}
.input {
	font-size:11px;
	border: none;
	border-top: 1px solid #9d9d9d;
	border-left: 1px solid #9d9d9d;
	margin-right:7px;
	margin-left:0px;
	width:80px;
	font-family: Tahoma;
	color: #333333;
}


/*---------------|||||||||||Footer------------------------------------------------------*/

#footer {
	clear: both;
	height: 53px;
	background-image: url(img/foot.gif);
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #000000;
	font-family: Tahoma;
	font-size: 11px;
	color: #FFFFFF;
	margin: 0px;
	padding-top: 15px;
	padding-right: 15px;
	padding-left: 15px;
	text-align: right;
}

#compra {
	width: 177px;
	float: left;
	height: 33px;
}

#compra ul {  
	list-style:none;
	margin:0;
	padding:0;
}
#compra ul li {
	padding:0;
	float:left;}

#compra ul li a {
	display:block;
	width:177px;
	height:33px;  
	text-decoration:none;
}
#compra ul li a:hover {
	background-position:bottom;
}
#compra ul li a span {
	display:none;
}
#bcompra { background-image:url(img/boton-compra-online.gif);}
.oferta {
	font-weight: bold;
	color: #FF0000;
}
.tachado {
	text-decoration: line-through;
}
.errores {
	color:#FF0000;
}
#pdf {
	text-align:right;
	padding: 10px;
}