body {
	margin: 0px;
	padding: 0px;
	font-family: helvetica, arial, tahoma, verdana, sans-serif;
	font-size: 14px;
}

img {
	margin: 0px;
	padding: 0px;
	border: 0px;
}

a {
	color: #9f2813;
	text-decoration: none;
}

h1 {
    color: #ffae00;
    font-size: 30px;
    font-weight: bold;
}

a:hover {
	text-decoration: underline;
}

#contener {
	width: 766px;
	margin: 0px auto;

}

#top_bar {
	height: 22px;
    line-height: 22px;
	overflow: hidden;
    background-color: #faf7e4;
    text-align: right;
    padding-right: 15px;
}
#top_bar img {
    display: block;
    float: left;
}

#top {
	height: 239px;
	background-image: url('../img/top.jpg');

}

#info_bar {
    height: 22px;
    line-height: 22px;
    background-color: #f8d998;
    border-top: 1px solid black;
    border-bottom: 1px solid black;
    padding-left: 20px;
    font-family: tahoma, arial, sans-serif;
}

#menu {
    float: left;
	width: 210px;
	background-image: url('../img/menu_bg.jpg');
	overflow: hidden;
    padding: 0px;
}

#menu img {

    display: block;
}

#menu a {
	color: #6e6e6e;
	text-decoration: none;
	padding: 5px;
	font-size: 14px;
	font-weight:bold;
}

#menu a:hover {
	text-decoration: underline;
}

#menu ul {
	margin: 0px;
    padding: 10px 0px 0px;
}

#menu li {
	width: 183px; /*193px;*/
    height: 22px; /*32px;*/
    padding: 5px;
    line-height: 22px;
    border: 1px solid #9c9c9c;
    background-image: url('../img/menu_pos_bg.jpg');
    list-style-type: none;
    margin: 4px 2px;
}

#content {
	overflow: auto;
	padding: 15px 0px 0px;
}
#content p {
	
}

#footer {
	width: auto;
	background-image: url('../img/foot_bg.jpg');
    background-repeat: no-repeat;
    background-position: top;
	height: 20px;
    padding: 25px 5px 0px;
	clear: both;
	text-align: left;
	vertical-align: bottom;
    font-family: verdana;
    font-size: 10px;
    color: #6c6c6c;
    font-weight: bold;
    position: relative;
}

#footer p {
    position: absolute;
    left: 545px;
    bottom: 15px;
}


/*galeria*/
#pagination {
	text-align:center;
	width: 240px;
	margin: 2px auto;
}

table#gallery_table {
    width: 100%;
	background-color: #ffffff;
	margin: 0px auto;
    text-align: center;
	padding: 0px;
	border-collapse: collapse;
}

table#gallery_table td {
	padding: 1px;
	margin: 0px;
}


.pagi_num {
	display: block;
	float: left;
	line-height: 18px;
	width: 18px;
	border: 1px solid gray;
	margin: 1px 5px;
}

.pagi_num:hover {
	background-color: #e4e4e4;
	border-color: black;
	text-decoration: none;
}

.pagi_arrow {
	display: block;
	float: left;
	margin: 1px 5px;
}

.pagi_selected {
	display: block;
	float: left;
	margin: 1px 5px;
	line-height: 18px;
	width: 18px;
}


p#contact {
	
}
