@charset "utf-8";
body {
	margin: 0px;
	padding: 0px;
	font-family: "Lucida Sans Unicode", Tahoma, Verdana;
	background-color: #514131;
	color: #382118;
	background-image: url(../img/bodyBg.jpg);
	background-repeat: no-repeat;
}

img, div { 
behavior: url(iepngfix.htc); 
}

#holder {
	margin: auto;
	width: 760px;
}
#submenu {
	background-image: url(../img/submenuBG.jpg);
	background-repeat: no-repeat;
	height: 30px;
}
#submenu li {
	display: inline;
	list-style-type: none;
	font-size: 12px;
	color: #514131;
	font-weight: normal;
	margin-left: 5px;
}
#submenu ul {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}



#header {
	height: 280px;
	background-image: url(../img/headerBG.jpg);
	background-repeat: no-repeat;
	position: relative;
	z-index: -1;
}
#headerText {
	position:absolute;
	left:583px;
	top:80px;
	width:137px;
	height:177px;
	z-index:1;
}
#headerText p {
	font-size: 10px;
	margin: 0px;
	padding: 0px;
}

#menu li {
	display: inline;
	list-style-type: none;
	font-size: 12px;
	color: #514131;
	font-weight: normal;
	margin-left: 5px;
}
#menu ul {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#menu {
	height: 30px;
	background-image: url(../img/menuBG.jpg);
	background-repeat: no-repeat;
}


#content {
	background-image: url(../img/contentBg.jpg);
	background-repeat: no-repeat;
	background-color: #DACDA0;
}
#content p {
	font-size: 12px;
	margin: 0px;
	padding: 0px;
}
#content  h1 {
	margin: 0px;
	font-size: 16px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
}
#content h2 {
	font-size: 14px;
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#contenido {
	width: 500px;
	padding: 10px;
	margin-left: 20px;
	background-image: url(../img/trans.png);
	background-repeat: repeat;
}
#contenido_item {
	width: 700px;
	padding: 10px;
	margin-left: 20px;
	background-image: url(../img/trans.png);
	background-repeat: repeat;
}

#barra {
	float: right;
	width: 155px;
	margin-right: 20px;
	padding: 10px;
	background-image: url(../img/trans.png);
	background-repeat: repeat;
}


#pie {
	background-image: url(../img/pieBg.jpg);
	background-repeat: no-repeat;
	height: 150px;
	text-align: center;
	clear: both;
	margin-bottom: 20px;
	padding-top: 10px;
	background-position: bottom;
	background-color: #DACDA0;
}
#pie p {
	margin: 0px;
	padding: 0px;
	font-size: 10px;
}
#pie img {
	margin-right: 10px;
	margin-left: 10px;
}

.menuSep {
	margin-left: 5px;
}
.imgLeft {
	background-color: #514131;
	padding: 4px;
	float: left;
	margin-right: 10px;
	margin-top: 4px;
}
.imgGal{
	background-color: #514131;
	padding: 4px;
	float: left;
	margin-right: 10px;
	margin-top: 4px;
}
.center {
	text-align: center;
}


.item {
	clear: left;
}
.item_item {
	clear: left;
}
.clear {
	clear: left;
	height: 2px;
}

.h1Dec {
	background-image: url(../img/h1Dec.png);
	background-repeat: no-repeat;
	background-position: right;
	width: 100%;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #514131;
	margin-bottom: 10px;
	border-top-width: thin;
	border-top-style: dotted;
	border-top-color: #514131;
	margin-top: 10px;
	clear: left;
}
.sep {
	background-color: #514132;
	height: 1px;
	clear: both;
}


a  {
	color: #5B6B2C;
}
a:hover  {
	text-decoration: underline;
	color: #007B76;
}
a:visited {
	color: #5B6B2C;
}
.formItem {
	background-color: #C1AE88;
	color: #FFFFFF;
}
#formGuest {
	margin-top: 30px;
	margin-bottom: 30px;
}
#contenido_item label {
	font-size: 14px;
	width: 200px;
	display: block;
}
#contenido_item form {
	margin-top: 30px;
}
.tablaTitulo {
	font-weight: bold;
	color: #E2D7AC;
	background-color: #5A4436;
}
.tablaContenido {
	background-color: #CDC29D;
}
