/** Hoja de estilos para el sitio de Unity Restored
	Template Principal
	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;
}
/*** 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: 630px;
	bottom: 0;
	right: 0;
	overflow: hidden;
	}
	#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;
}
#menu_s ul {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
}
/*** End Sub_Menu ***/
#banner {
	width: 841px;
	background-color: #4979C5;
	overflow: hidden;
}
	#banner embed {
		float: left;
		width: 600px;
	}
	#banner #slogan {
		float: right;
		width: 235px;
	}
/*** Container ***/
#container {
	width: 100%;
	overflow: auto;
	font-size: 1.3em;
	line-height: 1.4;
	color: #333;
	background-color: #0698F7;
}	
	#container h2 {
		margin: 0;
		padding: 0;
		border: 0;
	}
	#container ul {
		list-style-image: url(images/bullet.gif);
		margin-left: 20px;
		margin-right: 10px;
		padding-left: 10px;
	}
	#container ul li { 
		line-height: 1.3em;
		margin-top: 0;
		margin-bottom: 3px;
		padding-top: 0;
	}
	#container a {
		color: #0089CF;
		text-decoration: none;
		padding-bottom: 1px;
		border-bottom: 1px dotted #0089CF;
	}
		#container a:hover {
			border-bottom-style: solid;
		}
/*** 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 address a {
			text-decoration: none;
			padding-bottom: 1px;
			color: #fff;
			border-bottom: 1px dotted #fff;
		}
			#footer address a:hover {
				border-bottom: 1px solid #fff;
			}
/*** Showcase div's ***/
#using, #know, #help {
	width: 280px;
	float: left;	
	height: 595px;
}

	#using { background: #0072bc; }
	#using h2 {
		text-indent: -1000px;
		margin: 0;
		padding: 0;
		width: 280px;
		height: 64px;		
	}
		h2#using_eng {
			background: url(images/using_porn.gif) no-repeat;	
		}
		h2#using_spanish {
			background: url(images/using_spanish.jpg) no-repeat;
		}
	#using h2 a {
		display: block;
		height: 64px;
		border: none;
		outline: none;
	}
		#using h2 a:hover {
			border: none;
		}
	#know { background: #0085cb; }
	#know h2 {
		text-indent: -1000px;
		margin: 0;
		padding: 0;
		width: 280px;
		height: 64px;		
	}
		h2#know_eng {
			background: url(images/know.gif) no-repeat;
		}
		h2#know_esp {
			background: url(images/know_spanish.jpg) no-repeat;
		}
	#know h2 a {
		display: block;
		height: 64px;
		border: none;
		outline: none;
	}
		#know h2 a:hover {
			border: none;
		}
	#help { background: #0698f7; }
	#help h2 {
		text-indent: -1000px;
		margin: 0;
		padding: 0;
		width: 280px;
		height: 64px;		
	}
		h2#help_eng {
			background: url(images/help.gif) no-repeat;
		}
		h2#help_esp {
			background: url(images/help_spanish.jpg) no-repeat;
		}
	#help h2 a {
		display: block;
		height: 64px;
		border: none;
		outline: none;
	}
		#help h2 a:hover {
			border: none;
		}
/** Style div content **/
.tabsContents {
	width: 240px;
	padding: 5px;
	overflow: auto;
	margin: auto;
	background-color: #fff;	
	font: 1.1em Arial, sans-serif;
	color: #00497F;
}
	.tabsContents h3, .tabsContents h4 { font-size: 1.0em; }
	#using .tabsContents {
		height: 370px;
	}
	#know .tabsContents {
		height: 432px;
	}
	#help .tabsContents {
		height: 454px;
	}
	.tabsContents img {
		margin: auto;
		display: block;
	}
/** Styles tab's **/
.normal, .selected {
	font: 1.0em/1.4 Arial, sans-serif;
	width: 240px;
	padding: 2px 5px;
	margin: auto;
}
.normal {
	color: #333;	
	background: url(images/bg_normal.gif) repeat-y;
}
.selected {
	font-weight: bold;
	color: #fff;
	background-color: #358ECB;
}
.bar {
	margin: auto;
	width: 250px;
}