﻿body {
	font-family: Helvtica, Arial, "sans serif";
	margin: 0px;
	padding: 0px;
	background-image: url(images/texturaFondo.jpg);
	background-repeat: repeat-x;
	background-color: #4b3820;
}

img {
	border: none;
}

#langSelector a:hover {
	text-decoration: underline;
}

#mainTable {
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	width: 1000px;
}

#borderTopLeft {
	background-image: url(images/borderTopLeft.png);
	background-repeat: no-repeat;
	height: 63px;
}

#borderTop {
	background-image: url(images/borderTop.png);
	background-repeat: repeat-x;
	height: 63px;
}

#borderTopRight {
	background-image: url(images/borderTopRight.png);
	background-repeat: no-repeat;
	height: 63px;
}

/* Navigation bar */

#titleNames {
	background-repeat: no-repeat;
	width: 418px;
	height: 44px;
	white-space: nowrap;
}

#titleImage {
	position: absolute;
	top: 2px;
	left: 38px;
	height: 40px;
	width: 300px;
}

#navBar {
	width: 582px;
	height: 44px;
	background-image: url(images/navBarBg.png);
	background-repeat: no-repeat;
	white-space: nowrap;
}

#navBar img {
	position: absolute;
	top: 0px;
	height: 44px;
}

#navCeremonia {
	width: 130px; 
	left: 0px;
}

#navLugar {
	width: 131px; 
	left: 130px;
}

#navFotos {
	width: 86px; 
	left: 261px;
}

#navMesa {
	width: 173px; 
	left: 347px;
}

#mainContentCell {
	background-image: url(images/mainContentBg.png);
	min-height: 500px;
	background-color: rgb(255, 255, 252);
}

#mainContent {
	width: 100%;
	min-height: 500px;
	position: relative;
	font-size: 12px;
	color: #261306;
}

#mainContent a:link, #mainContent a:active, #mainContent a:visited, #mainContent a:hover {
	color: inherit;
	text-decoration: underline;	
}

#mainContent a:hover {
	color: #2b5fbe;
}

#borderLeft {
	background-image: url(images/borderLeft.png);
	background-repeat: repeat-y;
	padding: 0px;
	margin: 0px;
}

#borderRight {
	background-image: url(images/borderRight.png);
	background-repeat: repeat-y;
	padding: 0px;
	margin: 0px;
}

#borderBottomLeft {
	background-image: url(images/borderBottomLeft.png);
	background-repeat: no-repeat;
	height: 126px;
}

#borderBottom {
	background-image: url(images/borderBottom.png);
	background-repeat: repeat-x;
	height: 126px;
}

#borderBottomRight {
	background-image: url(images/borderBottomRight.png);
	background-repeat: no-repeat;
	height: 126px;
}

#langSelectorContainer {
	position: relative;
	height: 0px;
}
#langSelector {
	color: #68412a;
	position: absolute;
	top: -65px;
	left: 45px;
	text-align: right;
	width: 100%;
	font-size: 10px;
}

#langSelector a:link, #langSelector a:visited, #langSelector a:active, #langSelector a:hover {
	color: #68412a;
	font-size: 10px;
	text-decoration: none;
}

