#header {
	background: url(images/headerHome.png) no-repeat;
}

#header object {
	position: absolute;
	margin-top: 60px;
}

*html #header object {
	margin: 60px 0px 0px -4px;
}

#nav_bar {
	margin: -95px 0em 0em 225px;
	padding: 0em;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	display: block;
	/*display: none;*/
	position: absolute;
}

*html #nav_bar{
	margin: 22px 0px 0px -3px;
}

#home {
	border-top: 1px solid white;
	margin: 0em 0em 0em -10px;
	padding: 0px;
	width: 565px;
	height: 236px;
}

#home em {
	font-weight: bold;
	font-style: normal;
}

#publicidad {
	width: 175px;
	margin: 1px 10px 0px 0px;
	height: 255px;
	float: right;
	background: white;
}

*html #publicidad{
	margin: 1px 2px 0px 0px;
}

#content {
	background: none;
}

.destacado {
	/*border: 1px solid silver;*/
	width: 237px;
	margin: 4px 5px 4px 5px;
	clear: right;
	float: left;
	font-family: Trebuchet MS;
	height: 200px;
}

.destacado h2 {
	background: #f70;
	color: #fff;
	text-align: center;
	margin: 0em;
	padding: 0.25em 0.5em 0.25em 0.5em;
	line-height: 1em;
	font-size: 100%;
	text-transform: uppercase;
}

.destacado h3 {
	color: #666;
	margin: 0px 0em 0em 0em;
	padding: 0.1em 0.5em 0.1em 0.5em;
	font-size: 75%;
}

.destacado p {
	font-size: 95%;
	text-align: left;
	margin: 0em;
	padding: 0.25em;
	color: gray;
}

.destacado p em {
	color: orange;
	font-weight: bold;
	font-style: normal;
}

.destacado img {
	border: none;
}