body {
	margin: 0px;
	padding: 0px;
	font-family: arial, helvetica, tahoma, verdana;
	font-size: 14px;
	background-color: #e9e9e9;
}

img {
	margin: 0px;
	padding: 0px;
	border: 0px;
}

a {
	color: #515151;
	text-decoration: none;
}

p {
	margin: 0px;
	padding: 0px;
}

a:hover {
	text-decoration: underline;
}

#contener {
	width: 970px;
	margin: 0px auto;
	background-color: white;
}


#top {
	height: 246px;
	background-image: url('../img/top.png');
	position: relative;
	color: white;
	font-weight: bold;
}

#top_upper_text {
	position: absolute;
	top: 25px;
	left: 15px;
	text-transform: uppercase;
}

#top_lower_text {
	position: absolute;
	top: 47px;
	left: 35px;
	text-transform: uppercase;
}

#menu {
	text-align: center;
	overflow: hidden;
	text-transform: uppercase;
}

#menu a {
	color: white;
	text-decoration: none;
	padding: 5px;
	font-size: 14px;
	font-weight: normal;
}

#menu a:hover {
	text-decoration: underline;
}

#menu_1 { position: absolute; top: 88px; left: 532px; }
#menu_2 { position: absolute; top: 138px; left: 564px; }
#menu_3 { position: absolute; top: 186px; left: 598px; }

#left {
	float: left;
	background-image: url('../img/left.png');
	background-position: bottom;
	height: 387px;
	width: 330px;
	clear: left;
}


#left img {
	display: block;
	margin: 0px auto;
	
}

#right {
	float: right;
	background-image: url('../img/right.png');
	height: 330px;
	width: 285px;
}

#content {
	min-height: 300px;
	overflow: hidden;
	padding: 50px 10px 0px;
}

#content h1 {
	font-size: 20px;
}

#content p {
	margin-bottom: 5px;
}

#footer {
	width: auto;
	background-image: url('../img/bottom_bg.png');
	height: 65px;
	clear: both;
	text-align: center;
	vertical-align: bottom;
}

#footer p {
	clear: left;
	width: 100%;
	font-size: 10px;
	color: #515151;
	font-weight: bold;
	font-family: verdana;
	line-height: 30px;
}

#copy {
	width: 300px;
	float: left;
	line-height: 30px;
	vertical-align: middle;
	padding-left: 11px;
	font-size: 11px;
	color: #666666;
	overflow: hidden;
}

/*galeria*/
#pagination {
	text-align:center;
	margin: 2px auto;
}

table#gallery_table {
	background-color: #ffffff;
	margin: 0px;
	padding: 0px;
	border-collapse: separate;
}

#gallery_table td {
	padding: 0px;
	margin: 0px;
}

#gallery_table img {
	border: 2px solid #c4c4c4;
	margin: 0px;
}

#gallery_table img:hover {
	border: 2px solid #858585;
}

.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;
}
