/* ----- BASICS ELEMENTS ------------------------------------------------------------------------------------------------- */
body {
	font-family: Verdana;
	color: #000;
	font-size: 12px;
	background-color: #fff; 
	margin: 0px; 
	padding: 0px;
	text-align: center;	
}

div, img, p, h1, h2, h3 {
	margin: 0px;
	padding: 0px;
	border: none;
}

ul {
	list-style-image: url("layout/list.gif");
	list-style-type: disc;
}

a:link { 
	text-decoration: none; 
	color: #000;
}

a:visited { 
	text-decoration: none; 
	color: #000;
}

a:hover, a:active { 
	text-decoration: underline; 
	color: #527118;
}

/* ----- LAYOUT ------------------------------------------------------------------------------------------------------ */

#container {
	width: 774px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	padding-top: 0px;
	text-align: left;
	position: relative;
}

#flags {
	width: 764px;
	text-align: right;
	margin-top: 10px;
	padding-right: 10px;
}

#menuBox {
	margin-top: 10px;
	position:relative;
}

#headerBox {
	width: 774px;
	height: 240px;
}

#titleBox {
	width: 734px;
	height: 42px;
	font-family: arial;
	font-size: 16px;
	font-weight: bold;
	
	color: #000;
	background: transparent url('layout/title_bg.png') left top;
	padding-left: 40px;
	padding-top: 12px;
}

#contentBox {
	padding: 20px 0px 10px 0px;
	width: 770px;
	min-height: 35em; 
	height: auto;
	border-color: #d8d7d3;
	border-style: solid;
	border-width: 0 2px 0 2px;
	background: #fefdeb url("layout/content_bg.gif") repeat-y 35px 0px;
}

/* for Internet Explorer */
/*\*/
* html #contentBox {
	height: 35em;
}

#supportingText {
	padding-left: 190px;
	padding-right: 50px;
	width: 530px;
	position: relative;
}

#footer {
	width: 774px;
	height: 75px;
	font-size: 11px;
	color: #fff;
	text-align: center;
	background: #000 url('layout/footer.gif') no-repeat left bottom;
	border-top: 1px solid #d8d7d3;
}

#footer ul li {
	display: inline;
	padding: 0px;
	margin: 0px;
	font-size: 14px;
	text-transform: uppercase;
	margin-right: 55px;
}

#footer ul li a:link { 
  text-decoration: none; 
  color: #fff;
}

#footer ul li a:visited { 
  text-decoration: none; 
  color: #fff;
}

#footer ul li a:hover, ul#menu li a:active { 
  text-decoration: underline; 
  color: #fff;
}

#footer span {
	float: right;
	padding-right: 20px;
	margin-top: 18px;
}

#copyright {
	text-align: center;
	font-size: 10px;
	margin-top: 10px;
	margin-bottom:10px;
}

/* ----- OFERTA ------------------------------------------------------------------------------------------------ */

#oferta {
	margin-left: 70px;
	margin-top: 20px;
}

#oferta .product {
	float: left;
	padding: 4px;
	margin: 0px 20px 20px 0px;
	width: 173px;
	text-align: center;
	background-color: #e1e0c5;
	border: 4px solid #fff;
}

/*.product + .product  + .product {
	background: transparent url("layout/line_horizontal.gif") no-repeat center top;
}*/

/*.productP {
	background: transparent url(layout/line_vertical.gif) no-repeat;
	padding-left: 26px;
}*/

#oferta .product img {
	border: 3px solid #fefdeb;
}

/* ----- GALERIA ----------------------------------------------------------------------------------------------- */

#galeria {
	margin-left: 70px;
}

#galeria .product {
	float: left;
	padding: 4px;
	margin: 0px 20px 20px 0px;
	width: 173px;
	text-align: center;
	background-color: #e1e0c5;
	border: 4px solid #fff;
}

/*.product + .product  + .product {
	background: transparent url("layout/line_horizontal.gif") no-repeat center top;
}*/

/*.productP {
	background: transparent url(layout/line_vertical.gif) no-repeat;
	padding-left: 26px;
}*/

#galeria .product img {
	border: 3px solid #fefdeb;
}

/* ----- OTHER ------------------------------------------------------------------------------------------------- */

h2 {
	font-size: 12px;
}

.p1 {
	text-align: justify;
	padding-bottom:15px;
}

.p1 a {
	text-decoration: underline;
}

.p1 a:hover {
	text-decoration: none;
}

.p2 {
	text-align: justify;
	padding-bottom: 20px;
}

.p3 {
	padding-bottom: 20px;
}

.a-center { text-align: center; }

.a-right { text-align: right; }

.a-left { text-align: left; }

.a-justify { text-align: justify; }

.fixBox {
	clear: both;
	line-height: 0px;
	height: 0px;
}

/* -------------- FORM -----------*/
form {
  margin: 0px;
  padding: 0px
}

input {
  margin: 0px;
  padding: 2px;
  border: 1px solid black;
  background-color: #fff;
}

.inputBox input {
  margin: 0px;
  padding: 2px;
  border: none;
  background-color: transparent;
}

textarea {
  margin: 0px;
  padding: 2px;
  border: 1px solid black;
  background-color: #fff;
}