* {
	margin:0px;
	padding:0px;
	font-family:arial;
	font-size:12px;
}

a img {
	border:0px;
}

img {
	border:0;
	padding:0;
	margin:0;
}

body {
	text-align:center;
	width:99%; 
	background-color:#ebebeb;
	background-image:url(../images/fondo_general.png);
	background-repeat:repeat-x;
}

#main_container {
	width:940px;
	margin:0 auto;
	text-align:center;
}

#header_img {
	background-image: url("../images/header.png");
	height:6px;
	margin-top:10px;
	overflow:hidden; /*ie6*/
	font-size:6px;
}

#footer_dnewmedia{
	height:118px;
	width:940px;
	
}

#footer_dnewmedia div#footer_dnewmedia_left{
	background-image: url("../images/footer_dnewmedia_left.jpg");
	height:118px;
	width:6px;
	float:left;
}

#footer_dnewmedia div#footer_dnewmedia_center{
	background-image: url("../images/footer_dnewmedia_fondo.jpg");
	height:118px;
	width:928px;
	float:left;
}

#footer_dnewmedia div#footer_dnewmedia_right{
	background-image: url("../images/footer_dnewmedia_right.jpg");
	height:118px;
	width:6px;
	float:right;
}

#logo {
	background-image: url("../images/logo_top.png");
	width:221px;
	height:110px;
	float:left;
	overflow:hidden; /*ie6*/
}

#menu {
	float:left;
	width:694px;
	background-image: url("../images/fondo_header.gif");
	height:110px;
	text-align:left;
	font-size:12px;
	overflow:hidden;
}

#borde_menu_derecha {
	float:right;
	width:7px;
	background-image: url("../images/menu_top_derecha.gif");
	height:110px;
	text-align:left;
}

#black_container {
	background-color:#000000;	
	width:940px;
}

a {
	text-decoration:none;
	color:black;
}

a:hover {
	color:#d97218;
	/*	color:#cc6633; */
}

#menu_superior {
	margin-top:10px;
	height:25px;
	line-height:25px;
	margin-bottom:45px;
	width:100%;
	text-align:right;
	vertical-align:middle;

}

#menu_superior input.search {
	border:0;
	margin:0;
	padding:0;
	position:relative;
	top:-8px;
	background:transparent;
	color:#dedede;
	width:92px;
	font-size:10px;
}
#menu_inferior {
	height:30px;
	color:#dedede;
	/*font-weight:bold;*/
}

#menu_inferior span.boton{
	margin-right:43px;
}

#menu_inferior span.boton a{
	color:#dedede;
}

#menu_inferior span.boton a:hover {
	color:#cc6633;
}
#menu_superior div#botonera {
	float:left;
	width:552px;
}
#menu_superior div#botonera p a{
	font-size:11px;
}

#menu_superior div#search_menu {
	float:right;
	height:25px;
	background-image: url("../images/search_centro.gif");
}
#menu_superior div#search_menu form {
	height:25px;
}

#header {
	width:922px;
	height:110px;
	margin-left:10px;
	margin-right:10px;
}


div#footer {
	width:919px;
	height:76px;
	margin-left:10px;
	margin-right:10px;
	margin-top:10px
}

div#footer div#footer_left {
	float:left;
	width:8px;
	height:76px;
	background-image:url("../images/left_footer.png");
}

div#footer div#footer_middle{
	float:left;
	width:906px;
	height:76px;
	background-image:url("../images/middle_footer.png");
	text-align:right;
	line-height:73px;
	float:left;
	color:#999999;
	font-size:12px;
}

div#footer div#footer_middle div#footer_content_left {
	float:left;
	text-align:left;
	background-image:url(../images/separador_footer.png);
	background-position:right center;
	background-repeat:no-repeat;
	line-height:20px;
	padding-bottom:9px;
	padding-top:26px;
	text-align:left;
	width:300px;
	margin-left:15px;
}

div#footer div#footer_middle div#footer_content_left a:hover{ 
	color:#cc6633;
}

div#footer div#footer_middle div#footer_content_right {
	float:right;
}

div#footer div#footer_middle div#footer_content_right a:hover{ 
	color:#cc6633;
}

a.onBlack {
	color:#999999;
}

div#footer div#footer_right{
	float:right;
	width:5px;
	height:76px;
	background-image:url("../images/right_footer.png");
}

.hidden {
	display:none;
}

.invisible {
	visibility:hidden;
}

.show {
	display:block;
}

.visible {
	visibility:visible;
}

h1 {
	font-family: "Trebuchet MS";
	font-size:22px;
	margin-bottom:22px;
}

#naranja{
	color:#d97218;

}