


a img {
	border: 0 none;
}

.cleaner {
	clear: both;
	display: block;
	width: 100%;
	height: 1px;
	font-size: 0;
	background-color: #F6900A;
}

abbr, acronym {
	cursor: help;	
}


#header p, 
#header hr, 
#gallery h2,
#menu hr,
#menu p,
#footer {
	position: absolute;
	top: -5000px;
	left: -5000px;
}

#global {
	width: 980px;
	margin: 0 auto;
	border-right: 2px solid #969696;
	border-bottom: 2px solid #969696;
	border-left: 2px solid #969696;
	background-color: #F6900A;
}

#header p {
	margin: 0; padding: 0;
}




html, body {
	background-image: url(/tpl/bg-body.jpg);
	margin: 0;
	padding: 0;
	font: 1em sans-serif;
}
body {
}

#global {
	min-height: 600px;
	background: transparent url(/tpl/bg-global.png) repeat-y left;
	border-bottom: 4px solid #F6900A;
}

#header {
	
}
	#header img {
		position: absolute;
		z-index: 99;
		top: 25px;
		background: #878684 url(bg-header.jpg) repeat-y right;
		/*padding: 7px 66px 7px 67px;*/ /* center */
		padding: 7px 113px 7px 20px; /* left */
		border-top:  5px solid #F6900A;
		border-bottom:  5px solid #F6900A;
	}


#content, #menu {
	display: block;
	float: right;
}
#content {
	width: 750px;
	margin-left: 5px;
	margin-top: 25px;
	border-top: 5px solid #F6900A;
}
	#content div.content, #content img.content, #gallery ul{
		display: block;
		float: left;
	}
	#content div.content {
		background-color: #000;
		width: 720px;
		height: 305px;
		padding: 25px 5px 25px 25px;
		border-top: 5px solid #F6900A;
	}
		div.content h1 {
			margin: 0;
			padding: 0;
			color: #F6900A;
			font-size: 20px;
		}
		div.content div {
			height: 280px;
			margin-top: 20px;
			padding-right: 20px;
			overflow: auto;
		}
		div.content div.push {
			margin-right: 140px;
		}
			div.content div h2 {
				color: #F6900A;
				font-size: 16px;
				font-style: italic;
			}
			div.content div p {
				margin-top: 10px;
			}
			div.content div p, div.content div li {
				color: #fff;
				font-size: 14px;
				line-height: 16px;
			}
			div.content div table {
				width: 100%;
				_width: 95%;
			}
				div.content div td {
					width: 25%;
					text-align: center;
				}
			#aenor1, #aenor2 {
				position: absolute;
				margin-top: 25px;
				margin-left: 625px;
			}
			#aenor2 {
				margin-top: 165px;
			}
			
			div.content div.ref p {
				display: block;
				width: 25%;
				float: left;
			}
				div.content div.ref p span {
					color: #D97F09;
					font-weight: bold;
				}
			
	
	div.gallery {
	}
		div.gallery ul {
			border-top: 5px solid #F6900A;
			margin: 0;
			padding: 0;
			list-style: none;
			position: absolute;
			top: 495px;
		}
			div.gallery li {
				float: left;
			}

#menu {
	background: transparent url(/medias/10/10-detalle.jpg) no-repeat bottom left;
	display: block;
	height: 370px; 
	width: 225px;
	margin-top: 155px;
	padding-bottom: 75px;
	/*overflow: auto;*/
}
	#menu ul, #menu li {
		margin: 0;
		padding: 0;
		list-style: none;
		background-color: #fff;
	}
		#menu li {
			
		}
			#menu li a {
				font-variant: small-caps;
				margin-left: 20px;
				padding-left: 20px;
				width: 185px;
				display: block;
				color: #000;
				text-decoration: none;
				background: #fff url(bg-menu-li-a.png) no-repeat top left;
				font-size: 16px;
				line-height: 18px;
				font-weight: bold;
				color: #7B99BB;
			}
			#menu li li {
				/*background-color: #fff;*/
				margin: 0;
				padding: 0;
				height: 14px;
			}
				#menu li li a {
					font-variant: normal;
					margin-left: 70px;
					padding-left: 20px;
					width: 135px;
					background: transparent url(bg-menu-li-li-a.png) no-repeat top left;
					font-size: 12px;
					line-height: 12px;
					font-weight: normal;
					color: #666;
				}
				
				
				#menu li a strong, #menu li a:hover {
					color: #000;
				}


#footer {
	
}


