/*
  $Id: stylesheet.css,v 1.56 2003/06/30 20:04:02 hpdl Exp $

  osCommerce, Open Source E-Commerce Solutions
  http://www.oscommerce.com

  Copyright (c) 2003 osCommerce

  Released under the GNU General Public License
*/

/*
author: cesar alvarez
email: manantialdigital@gmail.com
web: http://www.manantialdigital.com/
version: 1.0 [june 2006]
*/


/* general ---------- */
* {
  margin: 0;
  padding: 0;
}

body {
  background: #ccc url("../img/bg-container.png") repeat-y top center;
  color: #fff;
  font: 13px/18px arial, helvetica, sans-serif;
  text-align: center;
}

table, td {
  font: 13px/18px arial, helvetica, sans-serif;
}

a {
  color: #999;
}

ul, ol {
  margin: 8px 0 0 24px;
}

p {
  margin-top: 8px;
  text-align: justify;
}

h3 {
  margin-top: 18px;
}

/* information pages ---------- */
body.white {
  background: #ccc url("../img/bg-container2.png") repeat-y top center;
  color: #333;
  font: 13px/18px arial, helvetica, sans-serif;
}

.white a {
  color: #333;
}

span.green {
  color: #00cc00;
  text-decoration: underline;
}

.white #content a {
  color: #0000ff;
}

/* blocks ---------- */
#container {
  margin: 0 auto;
  text-align: center;
  width: 790px;
}

#header {
  position: relative;
  background: #B4090F;
  height: 75px;
  top: 0;
  left: 0;
  text-align: left;
}

#header .infoBoxHeading {
  color: #B4090F;
}

#sidebar {
	padding: 40px 0 80px 8px;	
  width: 172px;
  float: left;
 	text-align: left;
}

#content {
	padding-top: 40px;
  width: 609px;
  float: right;
 	text-align: left;  
}

#footer {
  margin: 0 auto;	
  background: #111;
  width: 790px;
  clear: both;
}


/* logo ----- */
h1 {
  position: relative;
  top: 0;
  left: 0;
  width: 440px;
  background: #B4090F url('../img/bg-logo.gif') no-repeat;
  text-indent: -9000px;
}

h1 a {
  display: block;
  height: 75px;
  background: #B4090F url('../img/bg-logo.gif') no-repeat;
}


/* text ----- */
#text {
  padding: 0 20px;
  margin-left: 20px;
  margin-bottom: 20px;  
}

#text h2 {
  padding: 0 0 10px 0;
  margin: 0;
  letter-spacing: -1px;
  font-weight: normal;
}


/* intro ----- */
#intro {
  background: url('../img/bg-intro.png') no-repeat top left;
  width: 590px;
  height: 300px;
  margin-left: 20px;
  margin-bottom: 20px;  
}

#intro h2 {
  color: #b4090f;
  letter-spacing: -1px;
  font-weight: normal;
  padding: 40px 0 0 20px;
}

#intro p {
  width: 180px;
  color: #333;
  padding-left: 20px;
}

/* compra ----- */
#compra {
  background: url('../img/bg-compra.png') no-repeat top left;
  width: 291px;
  height: 301px;
  float: left;
  margin-left: 20px;
  padding-top: 104px;
  font-size: 12px;  
}

#compra h2 {
  color: #fff;
  letter-spacing: -1px;
  font-weight: normal;
  padding: 40px 0 0 20px;
}

#compra p {
  width: 210px;
  color: #fff;
  padding-left: 20px;
}

#compra a {
  color: #fff;
  font-weight: bold;
}

/* visita ----- */
#visita {
  background: url('../img/bg-visita.png') no-repeat top left;
  width: 299px;
  height: 301px;
  float: right;
  padding-top: 120px;  
  font-size: 12px;
}

#visita h2 {
  color: #fff;
  letter-spacing: -1px;
  font-weight: normal;
  padding: 40px 0 0 60px;
}

#visita p {
  width: 150px;
  color: #fff;
  padding-left: 60px;
}

#visita a {
  color: #fff;
  font-weight: bold;
  padding-top: 30px;
}


/* sidebar ----- */

.white #sidebar a {
  color: #666;
}

#sidebar a {
  color: #fff;
}

ul.nav h2 {
  padding: 0 0 10px 10px ;
  margin: 0;
  letter-spacing: -1px;
  font-weight: normal;
  width: 165px;    
}

ul.nav {
  list-style-type: none;
  margin: 0 0 40px 5px;
  padding: 0;
}

.nav li a {
  line-height: 24px;
  display: block;
  width: 165px;
  padding: 2px 0 0 10px;  
}

.nav li a:hover {
  color: #999;
}


/* breadcrumbs and shop links ----- */
.breadcrumbs {
  width: 40%;
  float: left;
  padding: 4px 10px;
}

.shoplinks {
  width: 40%;
  float: right;
  text-align: right;
  padding: 4px 10px;
}

/* footer ----- */
.legal {
  width: 150px;
  float: left;
  padding: 4px 10px;
  text-align: left;
}

.credits {
  width: 150px;
  float: right;
  text-align: right;
  padding: 4px 10px;
}


/* others ----- */
.clear {
  clear: both;
}

.infoBoxHeading {
  font-size: 14px;
  font-weight: bold;
}

/* contact ----- */
table#contact {
  margin-top: 10px;
  width: 70%;
}

#contact td {
  width: 40%;
  text-align: left;
  vertical-align: top;
  padding-bottom: 20px;
}


/* content ----- */
#content em {
  color: #ee0000;
  font-style: normal;
}

#content strong {
  color: #0000ff;
  font-weight: normal;
}

#flags {
	position: absolute;
	top: 20px;
	right: 10px;
	width: 80px;
	height: 50px;
	z-index: 3;
}
