body {margin: 0; padding: 0; background: #DEA369}


* {margin: 0; padding: 0; border: 0; font-family:  Arial, Helvetica, sans-serif}


/*----------------------------------------------Basic styles------------------------------------------------*/

h1, h2, h3, h4 {font-family: Georgia, Georgia, serif; margin: 15px 0 0 5px; color: #fff; font-weight: normal; text-decoration: none}
h1 em, h2 em, h3 em, h4 em {font-family: Georgia, Georgia, serif; font-weight: normal}  /* italic words in titles */

h1 {
	position: absolute;
	right: 0px;
	top: 15px;
	font-size: 2.25em;
	letter-spacing: 0.1em;
	line-height: 1.00em;
	padding-right: 10px;
	border-right: 15px solid #fff;
	height: 67px;
}
h1:first-letter {font-family: Georgia, Georgia, serif; font-size: 2.25em} /* styles the first letter of the main title to make it large */

p#tagline {
	position: absolute;
	right: 0px;
	top: 125px;
	font-style: italic;
	color: #993300;
	font-size: 0.9em;
}  /* sits under main title */

h2 {font-size: 1.30em; letter-spacing: 0.05em}

p, ul, ol {
	margin: 10px 10px 0 7px;
	font-size: 0.7em;
	line-height: 1.6em;
	color: #000;
	letter-spacing: 0.05em;
	text-align: justify;
}

code {font-family: monospace; font-size: 1.20em; color: #E20000}

p span {font-size: 1.50em; font-weight: bold} /* shouting words */

a:link {
	color: #792533;
	font-weight: normal;
	text-decoration: none;
	border-bottom-width: thick;
	border-top-style: none;
	border-bottom-style: none;
	border-bottom-color: #792533;
	border-left-width: thick;
	border-left-style: none;
	border-left-color: #000000;
}

a:visited {
	color: #792533;
	font-weight: normal;
	text-decoration: none;
	border-bottom-width: thick;
	border-top-style: none;
	border-bottom-style: none;
	border-bottom-color: #792533;
	border-left-width: thick;
	border-left-style: none;
	border-left-color: #000000;
}

a:hover {
	color: #FFFFFF;
	border-color: #fff;
}

a:active {
	color: #792533;
	border-color: #fff;
}

ul {list-style: inside square} /* general lists */

acronym {font-weight: bold; border-bottom: 1px dashed #000; cursor: help}


/*-----------------------------------------------Layout DIVS------------------------------------------------*/

#container {  /* keeps everything together */
	position: relative;
	margin: 0 auto;
	background: url(images/bkgrnd2.gif) 0 0 repeat-y #E6E1D1;  /* Important image, do not remove */
	overflow: visible;
	background-color: #DEA369;
	width: 620px;
	height: auto;
}
#container3 {  /* keeps everything together */
	background: url(images/elcafeti.flv) 0 0 no-repeat #E6E1D1;
	background-color: #DEA369;
	position: absolute;
	height: 100%;
	width: 100%;
}
#txt {
}


#hdr {  /* div containing h1, nav and grapes image */
	float: left;
	width: 620px;
	height: 200px;
	background: url(images/logo2.jpg) 0 0 no-repeat #E6E1D1  /* Image of Grapes */;
}

#lftcol {   /* left column */
	position: absolute;
	left: 0px;
	top: 200px;
	margin-left: 50px;  /* leave this so that background image lines up with edge of this div */
	width: 200px;
	background: transparent;
	overflow: visible;
	height: 375px;
}

#rgtcol {
	float: right;
	width: 370px;
	padding-bottom: 30px;
	background: transparent;
	overflow: auto;
	height: auto;
}  /* right column */

#bttmbar {
	float: right;
	text-align: center;
	font-size: 10px;
	height: 50px;
	line-height: 4em;
	width: 570px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #DEA369;
	background: #fff;
}

#bttmbar p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-align: center;

}

#quote {    /* Quote box in left column */
	float: left;
	margin: 5px 0 10px 5px;
	padding: 5px 0;
	width: 188px;
	text-align: left;
	height: 240px;
}

#quote p {
	color: #444;
	font-size: 0.8em;
	font-weight: bold;
	line-height: normal;
	margin-top: 5px;
	vertical-align: text-bottom;
}  /* Quote box text */

/*---------------------------------------------Main Navigation-----------------------------------------------*/

ul#nav {   /* navigation list */
	margin: 53px 0 20px 0; /* the 53px is where the nav begins (margin top) */
	padding: 0;
	list-style: none inside
}
	
ul#nav li {float: left;	display: block}

ul#nav li a {
	width: 170px;
	margin: 3px 0 0 0;  /* a little top margin */
	border: 0;
	border-left: 10px solid #DEA369;
	padding: 8px 5px;
	font-family: Georgia, Georgia, serif;
	font-weight: normal;
	text-decoration: none;
	display: block;
	color: #450F1F;
	background: #E6E1D1
}

ul#nav li a#current {border-color: #fff}   /* current page, move id in the xhtml when creating a new page */

ul#nav li a:hover {background: #DEA369; color: #fff}


#navbar
{
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 10px;
}

#navbar a
{
	font-size: 0.8em;
	background-color: inherit;
	color: #E7E1D1;
	text-decoration: none;
	padding: 0px 10px;
}

#navbar a:hover
{
	background-color: inherit;
	color: #999999;
}
#content
{
	background-color: #DEA369;
	color: inherit;
	padding: 10px;
	width: 500px;
	height: 300px;
	border: 4px solid #E7E1D1;
	margin-top: 15px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

#content h3
{
	font-size: 0.7em;
}

#content p
{
	font-size: 0.6em;
	margin-bottom: 20px;
}

#content a
{
	background-color: inherit;
	color: #fff;
	text-decoration: none;
}

#content a:hover
{
	background-color: inherit;
	color: #999;
}

.image
{
	border: solid #E7E1D1;
	border-top: 34px;
	border-left: 50px;
	border-bottom: 34px;
	border-right: 50px;
}
#footer
{
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	background-color: inherit;
	color: #fff;
}

#footer p
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-bottom: 5px;
	text-align: center;
	color: #000000;
}

#footer a
{
	color: #fff;
	background-color: inherit;
	text-decoration: none;
}

#footer a:hover
{
	color: #999;
	background-color: inherit;
}
#wrapper
{
	margin-left: auto;
	margin-right: auto;
	width: 800px;
	height: auto;
	color: #fff;
	text-align: center;
	background-color: #DEA369;
}

#header
{
	background-repeat: no-repeat;
	height: 40px;
	padding-top: 10px;
}	
.imagePaella {
	border: solid #E7E1D1;
	border-top: 10px;
	border-left: 2px;
	border-bottom: 5px;
	border-right: 2px;
}
#quote2 {
	float: left;
	margin: 5px 0 5px 5px;
	width: 180px;
	text-align: left;
	height: 55px;
}
#wrapper #flashmovie {
	background-image: url(images/inici2.gif);
	background-repeat: no-repeat;
	background-position: center;
	height: 352px;
	width: 602px;
	margin: auto;
	border: 15px solid #E7E1D1;
}

#content2 {
	background-color: #E6E1D1;
	color: inherit;
	padding: 10px;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	text-align: center;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-right-width: 15px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
}
.textevermell {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	color: #993300;
	font-weight: bold;
}
.bodymenu {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #000000;
}
.texteform {


	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #993300;
	font-weight: normal;
}
.titular {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	color: #000000;
	font-weight: bold;
}
.peufoto {


	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #000000;
}
#ken {
	float: left;
	width: 180px;
	background: transparent;
	overflow: hidden;
	padding-bottom: 1px;
}
#marianne {
	float: right;
	width: 180px;
	background: transparent;
	overflow: hidden;
	padding-bottom: 1px;
}#planell {
	float: left;
	width: 360px;
	background: transparent;
	margin-right: 3px;
	margin-left: 1px;
	overflow: hidden;
}
.planell {

	float: left;
	width: 360px;
	background: transparent;
	margin-right: 5px;
	margin-left: 5px;
	overflow: hidden;
}
.bodega {



	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #DEA369;
	font-weight: normal;
}
#galeria {
	float: left;
	width: 570px;
	background: transparent;
	overflow: hidden;
	padding-left: 60px;
}

/*----------galeria---------*/
ul#gallery {
  padding:0; 
  margin:0; 
  width:555.37px; 
  height:416.53px; 
  position:relative; 
  background:#888 url(images/quote.gif);
  }
#gallery li {
  list-style-type:none; 
  width:79.34px; 
  height:59.5px; 
  float:left; 
  z-index:100;
  }
#gallery li.lft {
  float:left; 
  clear:left;
  }
#gallery li.rgt {
  float:right; 
  clear:right;
  }
#gallery a {
	position:relative;
	width:79.34px;
	height:59.5px;
	display:block;
	float:left;
	z-index:100;
	cursor:default;
  }
#gallery a img {
	position:relative;
	width:76.85px;
	height:57.03px;
	border:1px solid #888;
	z-index:100;
	background-image: url(images/quote.gif);
  }
#gallery a:hover {
	width:198.34px;
	height:148.76px;
	padding:133.88px 178.51px;
	position:absolute;
	left:0;
	top:0;
	z-index:20;
  }
#gallery a:hover img {
  background:#eee; 
  position:relative; 
  width:198.34px; 
  height:148.76px; 
  border:0; 
  z-index:20;
  }
#gallery a:active, #gallery a:focus {
  background:transparent; 
  width:396.69px; 
  height:297.52px; 
  padding:59.5px 79.34px; 
  position:absolute; 
  left:0; 
  top:0; 
  z-index:10;
  }
#gallery a:active img, #gallery a:focus img {
  background:#eee; 
  position:relative; 
  width:396.69px; 
  height:296.28px; 
  border:0; 
  z-index:10;
  }
/* hack for Internet Explorer */
#gallery li.pad {
	height:0;
	display:block;
	margin-top:-2.48px;
	width:555.37px;
	font-size:0;
  }

/* hack for Opera 7+ */
@media all and (min-width:0px)
{
#gallery a:hover {
  background:#888; 
  width:396.69px; 
  height:297.52px; 
  padding:59.5px 79.34px; 
  position:absolute; 
  left:0; 
  top:0; 
  z-index:10;
  }
#gallery a:hover img {
  background:#aaa; 
  position:relative; 
  width:396.69px; 
  height:297.52px; 
  border:0; 
  z-index:10;
  }
}
#rgtcolgallery {
	float: right;
	width: 370px;
	padding-bottom: 30px;
	background: transparent;
	overflow: hidden;
	height: 370px;
}
#menu30 {
	background-color: #E6E1D1;
	color: inherit;
	padding: 5px;
	height: 20px;
	position: relative;
	text-align: center;
	width: 90px;
	margin-left: 10px;
	left: 15px;
	top: 20px;
}
.textedivmenu {


	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.7em;
	color: #993300;
	font-weight: bold;
}
.img {
	padding: 0px 10px 25px 0px;
}

#menu35 {
	background-color: #E6E1D1;
	color: inherit;
	padding: 5px;
	height: 20px;
	position: relative;
	text-align: center;
	width: 90px;
	margin-left: 15px;
	margin-top: 5px;
	left: 30px;
	top: 20px;
}
#menu45 {
	background-color: #E6E1D1;
	color: inherit;
	padding: 5px;
	height: 20px;
	position: relative;
	text-align: center;
	width: 90px;
	margin-left: 20px;
	margin-top: 5px;
	left: 175px;
	top: -50px;
}
#menu55 {
	background-color: #E6E1D1;
	color: inherit;
	padding: 5px;
	height: 20px;
	position: relative;
	text-align: center;
	width: 90px;
	margin-left: 25px;
	margin-top: 5px;
	left: 190px;
	top: -50px;
}
#container2 {
	position: relative;
	margin: 0 auto;
	width: 620px;
	background: url(images/elcafeti.flv) 0 0 no-repeat #E6E1D1;  /* Important image, do not remove */
	overflow: hidden;
	background-color: #DEA369;
}
#menu {
	margin-top: 55px;



}
#menu ul {
}
#menu li {
	display: inline;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding-right: 5px;

}
#foot {
	text-align: center;
	font-size: 11px;
	height: 4em;
	line-height: 4em;
	width: 620px;
	color: #000000;
	background-color: #DEA369;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
}
#lftrgt {
	height: 0px;
	margin-bottom: 12px;
}
#rgtcarta {
	float: right;
	width: 370px;
	padding-bottom: 30px;
	background: transparent;
	height: 450px;
}
#Direccion {
	position:absolute;
	width:166px;
	height:83px;
	z-index:1;
	left: 251px;
	top: 154px;
}
#AmpliarMapa {
	position:absolute;
	width:53px;
	height:21px;
	z-index:1;
	left: 410px;
	top: 965px;
	font-size: 0.9em;
}
#AmpliarMapaCat {
	position:absolute;
	width:52px;
	height:16px;
	z-index:1;
	left: 406px;
	top: 1189px;
	font-size: 0.9em;
}
#AmpliarMapaEng {
	position:absolute;
	width:50px;
	height:18px;
	z-index:1;
	left: 413px;
	top: 787px;
	font-size: 0.9em;
}




#text {
	font-size: 11px;
	text-align: center;
	padding: 8px;
	background-color: #DEA369;
	margin-top: 35px;
	margin-bottom: 30px;
}
#container #hdr #idioma {
	width: 170px;
	position: absolute;
	top: 170px;
	right: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
p#tagline2 {
	position: absolute;
	right: 0px;
	top: 125px;
	font-style: italic;
	color: #993300;
	font-size: 0.9em;
}


#container #hdr #idioma li {
	display: inline;
	padding-left: 7px;

}


.texteblau {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	color: #0000CC;
	font-weight: bold;
}
.reproducir {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.8em;
	color: #000000;
}
.adorn {
	padding: 10px 0px 10px 0px;
}
.textevermellCopia {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #792533;
	font-weight: bold;
}
.flash {
	border: 1px solid #660000;

}
.ny {
	border: 1px solid #993300;
}
#contentcapdany {
	margin-top: 10px;

}
#contentnewyear {
	background-color: #E6E1D1;
	color: inherit;
	padding: 10px;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	text-align: center;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-right-width: 15px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	background-image: url(images/bknwyear.jpg);
	background-repeat: no-repeat;
}
#txtcapdany {
	padding-right: 20px;

}
.img2 {
	border: 1px solid #792533;

}
#clients {
	padding-left: 7px;
	text-align: center;


}
#foto {
	width: 87px;
	float: left;
}

.clients {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	letter-spacing: 1px;
}
