body{
	background-image: url(grf/top_superior.jpg);
	background-repeat: repeat-x;
	background-color: #e6e6e1;
	font-family: verdana;
}

a{
	text-decoration: none;
}	

#paginador a{
	color: white;
	text-decoration: none;
}	

#paginador a:hover{
	color: black;
}	

#cabecera_izquierda{
	background-image: url(grf/top1.jpg);
	background-position: right top;
	background-repeat: no-repeat;
	width: 100%;
	height: 100%;
	font-size: 1px;
}

#cabecera_derecha{
	background-image: url(grf/top2.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	width: 100%;
	height: 100%;
	font-size: 1px;
}



#pie{
	background-image: url(grf/pie.jpg);
	background-repeat: no-repeat;
	color: white;
	font-family: "Trebuchet MS";
	font-size: 12px;
	padding-top: 15px;
	height: 79px;
}

#pie a{
	color: white;
}

#pie a:hover{
	color: #be8a0c;
}

#menu{
	background-image: url(grf/menu.jpg);
	background-repeat: no-repeat;
	color: white;
	font-family: Arial;
	height: 386px;
	width: 190px;	
}

.menu_item a{
	background-image: url();
	padding-left: 14px;
	padding-top: 3px;
	padding-right: 4px;	
	//padding-right: 2px;		
	padding-bottom: 4px;	
	color: #cbf9bf;
	font-size: 10px;
	text-decoration: none;
}

.menu_item a:hover{
	color: white;
	background-image: url(grf/fondo_item.jpg);
}



#firma a{
	position: relative; 
	left:450px;
	top: -5px;
	font-size: 10px;
	color: gray;
	text-decorarion: none;
}

#firma a:hover{
	color: green;
}

