*{margin:0; padding:0;}

body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #000000;
}

#container {
	width: 760px;
	border: 1px solid #CCCCCC;
	background-color: #FFFFFF;
	margin: 5px 5px 5px 5px;
	margin-left: auto;
	margin-right: auto;
	padding: 5px 5px 5px 5px;
}

#banner {
	margin: 0px 0px 5px 0px; 
	float: left;
	background-color: #000000;
}

	#banner h1{
		margin: 0px auto 0px auto;
		padding: 10px 0px 0px 0px;
		font-size: 1.3em;
		color: #fcdb00;
		text-align: center;
		visibility: hidden;
	}
	
		#logoHUM {
			float: left;
			clear: left;
			margin: 0px 35px 0px 0px;
			background-image: url(../imagenes/hum_logo.gif);
			background-repeat: no-repeat;
			background-color: #000000;
			width: 278px;
			height: 69px;
		}
	
			#link_HUM a{
				position: absolute;
				height: 69px;
				width: 278px;
				text-decoration: none;
			}
	
			#link_HUM a i{ visibility: hidden; }
	
		#logoOPPEN {
			float: right;
			clear: right;
			padding: 0px 5px 0px 0px;
			margin: 0px 0px 0px 35px;
			background-image: url(../imagenes/ophj_logo.gif);
			background-repeat: no-repeat;
			background-color: #000000;
			background-position: center;
			width: 172px;
			height: 69px;
		}
		
			#link_OPPEN a{
				position: absolute;
				height: 67px;
				width: 170px;
				text-decoration: none;
			}
			
			#link_OPPEN a i{ visibility: hidden; }
	
#banner2 {
	float: left;
	clear: both;
	margin: 5px 0px 5px 0px;
	background-image: url(../imagenes/HUMelefante.jpg);
	background-repeat: no-repeat;
	background-color: #000000;
	background-position: center;
	width: 760px;
	height: 216px;	
}

#banner2 #anuncio img{
	border: 0;
	float: right;
}

/**********************************/
/**** Menu de Pestaña Halfmoon ****/
/**********************************/

.halfmoon{
	margin: 0px 0px 0px 0px;
}

	.halfmoon ul{
		padding: 2px 9px 2px 5px;
		margin: 1px 0px 0px 0px;
		font: bold 12px Verdana;
		list-style-type: none;
		text-align: left; /*set to left, center, or right to align the menu as desired*/
		border-bottom: 1px solid #CCCCCC;
		clear: both;
	}

	.halfmoon li{
		display: inline;
		margin: 0px 0px 0px 0px;
	}

		.halfmoon li a{
			text-decoration: none;
			padding: 3px 9px 2px 5px;
			margin: 0px 0px 0px 0px;
			border-left: 1px solid #DDD;
			color: #666666;
			font-size: 13px;
			background: #EAEAEA url(../imagenes/tabright.gif) top right no-repeat;
		}
	
			.halfmoon li a:hover{
				background-color: #FFCC33;
				color: #000000;
			}

/**********************************/
/*Fin del menu de Pestaña Halfmoon*/
/**********************************/

/**********************************/
/****Contenido página de inicio****/
/**********************************/

#content {
	margin: 0px 0px 35px 0px;
	padding: 5px 5px 0px 5px;
	float: left;
	clear: both;
	width: 100%;
}

	#content h3{
		margin: 0px 0px 0px 0px;
		padding: 5px 0px 5px 40px;
		border: 1px solid #DDD;
		background-color: #EAEAEA;
		background-image: url(../imagenes/hum_logo2.gif);
		background-position: left;
		background-repeat: no-repeat;
		font-size: 0.8em;
		font-weight: bold;
	}
	
		#content h3 a{
			color: #000000;
			font-weight: bold;
			background-color: #EAEAEA;
		}

	#content p{
		margin: 0px 0px 0px 15px;
		padding: 15px 60px 0px 60px;
		line-height: 140%; /* Interlineado del párrafo */
		font-size: 0.8em;
		color: #555555;
	}

	#content img{
		float: right;
		padding-left: 7px;
		border: 0;
	}	
	
	#content a{
		font-size: 0.95em;
		text-decoration: none;
		font-weight: bold;
		color: #ED8F03;
	}

		#content a:hover{
			color: #000000;
			background-color: #FFCC33;
		}
	
/**********************************/
/**Fin Contenido página de inicio**/
/**********************************/

/**********************************/
/****Noticias página de inicio****/
/**********************************/

#noticias {
	margin: 0px 0px 55px 0px;
	padding: 0px 0px 0px 0px;
	float: right;
	clear: right;
	width: 32%;
}
	
	#noticias_texto_postit{
		background-image: url(../imagenes/PosIt.png);
		width: 243px ;
		height: 241px;
		background-repeat: no-repeat;
	}
	
	#noticias p{
		margin: 0px 0px 0px 0px;
		padding: 100px 10px 5px 20px;
		line-height: 140%; /* Interlineado del párrafo */
		font-size: 0.7em;
		color: #333333;
	}
	
	#noticias a{
		font-size: 0.95em;
		text-decoration: none;
		font-weight: bold;
		color: #ED8F03;
	}

		#noticias a:hover{
			color: #000000;
			background-color: #FFCC33;
		}
	



/**********************************/
/*************Footer***************/
/**********************************/

#footer {
	border-top: 1px solid #CCCCCC;
	font-size: 0.6em;
	clear: both;
	padding: 5px;
	margin: 0px;
	text-align: center;
	color: #888888;
}

	#footer a{
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
		font-size: 0.95em;
		text-decoration: none;
		color: #ED8F03;
	}

		#footer  a:hover{
			color: #000000;
			background-color: #FFCC33;
		}

/**********************************/
/**********Fin Footer**************/
/**********************************/