@charset "utf-8";

body {
	margin:0;
	padding:0;
	background-color:#000000;
	padding:0;
	margin:0;
	font-size: 11px;
	font-family: Tahoma;
}

/* Menu */

#menu {
	width: 990px;
	height: 47px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #252E33;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	text-transform: uppercase;
	text-decoration: none;
	color: #F9F9F9;
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	background-image: url(images/lin.gif);
	background-repeat: no-repeat;
	padding: 17px 20px 0 20px;
}

#menu a:hover {
	color: #FF0000;
}

#menu .first a {
	background: none;
}

.especial {
	font-family: Tahoma;
	font-size: 10px;
	color: #999999;
	background-color: #000000;
	height: 20px;
}
.destacado {
	font-family: Tahoma;
	font-size: 10px;
	color: #999999;
}





.footer {
	font-family: Tahoma;
	font-size: 10px;
	color: #CCCCCC;
	background-color: #252E33;
}


   #content {
	text-align:left;
	margin:auto;
	background-color:#000000;
	width:990px;
   } 

   #cabecera {
	width: 990px;
	height:100px;
	background-image: url(images/background_top.jpg);
   } 


   #contenido {
	width:990px;
	float:left;
	background-color:#ccc;
   } 

   #pie {
	clear:both;
	width:660px;
	height:90px;
	background-image: url(images/foo.gif);
   } 
#footer {
	clear:left;
	width:990px;
	height:80px;
	background-image: url(images/foo.gif);
   } 
