body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background:url(imagenes/fondo_princ.jpg) repeat-x top #000000;
	font-family: "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", sans-serif, arial;
	font-size: 11px; 
} 
/*estructura*/
div#container_center { 
     position: absolute; z-index:0;
	 left: 50%; 
     width: 900px; 
     margin-left: -450px; 
} 
div#buscador{
	position: absolute;
	height:36px;
	left: 590px;
	width: 310px;
	top: 35px;
	z-index:2;
 } 
div#submen_izq{ position:absolute; top:101px; left:-124px; width:124px; height:34px; margin:0px; padding:0px;
background:url(imagenes/fond_submen_izq.jpg) left top no-repeat}
div#submen_der{ position:absolute; top:101px; left:900px; width:124px; height:34px; margin:0px; padding:0px;
background:url(imagenes/fond_submen_der.jpg) left top no-repeat}

a.menuserv{margin:0px; padding:0px; font-size:9px}
#nosub a:hover, #nosub, #nosub a {text-decoration:none}

.buttonBus {
	width:69px;
	height:25px;
	color:#FFF;
	padding:2px 5px;
	background:url(imagenes/bot_busca.gif) no-repeat left top;
	cursor:pointer;
	border:none;
}
.buttonBus:hover {
	color:#FDBE15;
	background-position:left bottom;
}
.buttonVot {
	width:69px;
	height:26px;
	color:#FFF;
	padding:2px 5px;
	background:url(imagenes/bot_votar.gif) no-repeat left top;
	cursor:pointer;
	border:none;
}
.buttonVot:hover {
	color:#FDBE15;
	background-position:left bottom;
}
