/** Hoja de estilos para el sitio de Unity Restored
	Luis Pirir <luispirir@gmail.com>
**/
body {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 62.5%;
	text-align: center;
	background: #E5F2F6 url(../images/bg_site.gif) repeat-x;
}

/*** Layouts ***/
/*** Wrapper ***/
#wrap {
	margin: auto;
	text-align: left;
	width: 841px;
	border-left: 1px solid #9dd1eb;
	border-right: 1px solid #9dd1eb;
	height: 100%;
}
/*** Header ***/
#header {
	width: 100%;
	height: 64px; 
	background: url(../images/bgheader.gif) repeat-x;
	position: relative;
	border-top: 1px solid #9dd1eb;
}
	#header h1 {			
			margin: 0;
			padding: 0;			
			width: 195px;
			height: 63px;
			text-indent: -1000px;
	}
		h1#eng {
			background: url(../images/logo.gif) no-repeat;
		}	
		h1#esp {
			background: url(../images/logo_spanish.jpg) no-repeat;
		}
		#header h1 a {
			display: block;
			width: 195px;
			height: 63px;
			outline: none;
		}
	/** Posicionando la imagen de la cruz **/
	#header #logo_cruz {
		position: absolute;
		right: -54px;
		_right: -55px;
		top: 0;
	}
	/** Top Menu and Search Box **/
	#header #topMenu {
		width: 600px;
		position: absolute;
		top: 5px;
		right: 0;
		overflow: hidden;
		height: 25px;
		z-index: 100;
		_height: 30px;
	}
	#topMenu #search {
		float: right;
		width: 200px;
		height: 30px;
		margin-right: 20px;
		_margin-right: 6px;
	}
		#header #search form {
			margin: 0;
			padding: 0;
			height: 25px;
			display: inline-block;
			line-height: 25px;
			vertical-align: middle;
		}
			#header #search #s {
				background: url(../images/bg_search.gif) no-repeat;
				width: 128px;
				height: 20px;
				border: none;
				padding-top: 5px;
				padding-left: 5px;
				font: 1.2em Tahoma, sans-serif;
				color: #747474;
				margin: 0;
			}
			#header #search .button {
				margin: 0;
				border: none;
				background: transparent;
				color: #fff;
				font: 1.1em Tahoma, sans-serif;
				height: 25px;
			}

		/*** Top Menu ***/
		#topMenu ul {
			list-style: none;
			margin: 0;
			padding: 0;
			float: right;
			height: 25px;
			_height: 30px;
		}
			#topMenu li {
				float: left;
				font: 1.1em Tahoma, Lucida, sans-serif;
				line-height: 25px;
				_line-height: 30px;
				vertical-align: middle;
				margin-right: 2px;
				padding-right: 3px;
				padding-left: 3px;
			}
				#topMenu li a {
					color: #fff;
					display: block;
					padding: 0 3px;
					text-decoration: none;
				}
					#topMenu li a:hover {
						background-color: #00A0E4;
					}				
			/*** End Top Menu ***/
/*** Menu ***/
#menu {
	position: absolute;
	height: 20px;
	width: 635px;
	_width: 645px;
	w\idth: 640px;
	bottom: -1px;
	right: 0;
	overflow: hidden;
	}
	*+html #menu {
		width: 640px;
	}
	#menu ul {
		float: left;
		list-style: none;
		margin: 0;
		padding: 0;
		text-align: center;
	}
		#menu ul li {
			float: left;
			font: 1.1em Tahoma, Lucida, Georgia, sans-serif;			
			border-right: 1px solid #88bfd8;
		}
			#menu ul li a {
				display: block;
				padding: 3px;
				text-decoration: none;
				color: #fff;				
			}
			#menu ul li a:hover {
				background-color: #88bfd8;
			}			
/*** End Menu***/
/*** Sub_Menu ***/
#menu_s {
	width: 840px;
	height: 18px;	
	background: url(../images/menu_s.gif) repeat-x;
	border-right: 1px solid #f4d13a;
	border-left: 1px solid #f4d13a;
	_text-align: center;
}
	#menu_s ul {
		list-style: none;
		margin: 0 auto;
		padding: 0;
		overflow: hidden;
		display: table;
		_width: 70%;
	}
		#menu_s ul li {
			float: left;
			margin-right: 5px;
			padding: 1px 3px;
			display: table-cell;
			text-align: center;
		}
			#menu_s ul li a {
				display: block;
				color: #fff;
				padding: 0 3px;
				font: 1.1em Tahoma, sans-serif;
				line-height: 16px;
				vertical-align: middle;
				text-decoration: none;
			}
				#menu_s ul li a:hover {	
					background-color: #88bfd8;
				}
/*** End Sub_Menu ***/
/*** Footer ***/
#footer {
	width: 841px;
	height: 28px;
	background: url(../images/bg_footer.gif) repeat-x;
}
	#footer address {
		font-style: normal;		
		height: 12px;		
		padding-top: 8px;
		font: 1.1em Tahoma, sans-serif;		
		color: #fff;
		text-align: center;
	}
	#footer a {
		text-decoration: none;
		color: #fff;
		border-bottom: 1px solid #fff;
		margin-top: -1px;
	}
