html, body, div, form, fieldset, h1, h2, h3, h4, p, ul, li {
	margin: 0px;
	padding: 0px;
}
body {
	text-align: center;
	background-color: #000000;
	color: #FFFFFF;
	font: 0.8em Verdana, Arial, Helvetica, sans-serif;
}
a {
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
li {
	list-style: none;
}
img {
	border: none;
}

/* lay-out */
#page {
	width: 960px;
	margin: 0px auto;
}
#header {
}
#menu {
	float: left;
	width: 276px;
	margin: 10px 0px 100px 20px;
}
#contents {
	text-align: left;
	overflow: hidden;
	width: 590px;
	margin: 20px 0px 100px 356px;
}
#footer {
	clear: both;
}

/* header */
#header {
}
#header a:hover {
}
#header h1 {
	font-size: 2.6em;
	padding-top: 118px;
	font-weight: normal;
}

h2 {
	color: #8a0002;
	font-size: 1.6em;
	font-weight: normal;
}

/* menu */
#menu {
}
#menu ul {
	margin-bottom: 25px;
}
#menu li {
	border-bottom: 1px solid #bfbfbf;
	font-size: 1.4em;
	text-align: right;
}
#menu li.first {
	/* border-top: none; */
}
#menu li a {
	display: block;
	padding: 5px 0px;
}
#menu li a:hover {
	text-decoration: none;
	/* color: #8a0002; */
}
#menu img {
	margin-bottom: 14px;
	float: left;
}
#menu img.right{
	float: right;
}

/* contents */
#contents {
}
#contents h1 {
	color: #8a0002;
	font-size: 1.6em;
	margin: -6px 0px 20px;
	border-bottom: 2px solid #808080;
	padding-bottom: 6px;
}
#contents h1 .subtitle {
	font-size: 0.7em;
	display: block;
}
#contents h2 {
	font-weight: bold;
	margin: 20px 0px;
	font-size: 1.4em;
}
#contents ul {
}
#contents li {
	padding-left: 24px;
	background-image: url(../images/bullit.png);
	background-repeat: no-repeat;
	background-position: 10px 5px;
	text-align: justify;
	margin-bottom: 2px;
}
#contents p {
	text-align: justify;
	margin-bottom: 25px;
}

.photos {
	margin-top: 30px;
}
.photos img {
	margin-left: 12px;
	border: none;
}
.photos img.first {
	margin-left: 0px;
}

#bodegas_navigation {
}
#bodegas_navigation img {
	width: 11.8%;
	border: 1px solid #000000;
	margin-bottom: 20px;
}
#bodegas_navigation img:hover {
	border-color: #808080;
}


/* footer */
#footer {
	margin: 120px 0px 40px;
}
#footer a {
	color: #CCCCCC;
}
#footer p {
	font-size: 0.9em;
	margin: 4px 0px;
	color: #999999;
}
#footer p.links {
	margin: 60px 0px;
	color: #ffffff;
}
#footer p.links a {
	color: #ffffff;
}
#footer .jeronimodesign {
	margin: 60px 0px 20px;
	color: #444444;
	font-size: 0.8em;
}
#footer .jeronimodesign a {
	color: #777777;
}

/* form */
#block_error {
	margin-bottom: 28px;
}
fieldset {
	border: none;
	margin: 12px 0px;
}
#contents fieldset li {
	margin-bottom: 4px;
	background: none;
	padding-left: 0px;
}
fieldset label {
	display: block;
	float: left;
	width: 168px;
	margin-right: 4px;
	text-align: right;
}
fieldset strong {
	font-size: 0.8em;
}
fieldset input,
fieldset textarea {
	font: 1em Verdana, Arial, Helvetica, sans-serif;
	width: 320px;
}
fieldset input.button {
	width: auto;
}


/* SLIMBOX */
#lbOverlay {
	position: fixed;
	z-index: 9999;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	cursor: pointer;
}
#lbCenter, #lbBottomContainer {
	position: absolute;
	z-index: 9999;
	overflow: hidden;
	background-color: #fff;
}
.lbLoading {
	background: #fff url(../images/loading.gif) no-repeat center;
}
#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 4px solid #fff;
	background-repeat: no-repeat;
}
#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}
#lbPrevLink {
	left: 0;
}
#lbPrevLink:hover {
	background: transparent url(../images/prevlabel.gif) no-repeat 0 15%;
}
#lbNextLink {
	right: 0;
}
#lbNextLink:hover {
	background: transparent url(../images/nextlabel.gif) no-repeat 100% 15%;
}
#lbBottom {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border-top: 10px none #fff;
	border-right: 10px solid #fff;
	border-bottom: 4px solid #fff;
	border-left: 10px solid #fff;
}
#lbCloseLink {
	display: block;
	float: right;
	width: 48px;
	height: 22px;
	background: transparent url(../images/closelabel.gif) no-repeat center;
	margin: 5px 0;
	outline: none;
}
#lbCaption, #lbNumber {
	margin-right: 71px;
}
#lbCaption {
	font-weight: bold;
}
