/*	--------------------------------------------------
	THEME 1 - BLACK
	--------------------------------------------------*/
	
/* -- HeadLines -- */		
	h2, h3 a, h4, h5, h6{color:rgb(0,0,0)}
	.sidebar h3{ color:rgb(0,0,0)}
	.headTop h1 a, .acerca h3{ color:rgb(0,0,0)}
	
/* -- Links -- */	
	a, a:link{color:rgb(0,0,0)}
	a:visited{color:rgb(0,0,0)}
	a:active{color:rgb(0,0,0)}
	a:hover{color:rgbrgb(0,0,0)}

/* -- Buttons -- */	
	.button, .formContacto input[type="submit"]{background-color:rgb(0,0,0)}	
	
/* -- Pagination -- */		
	.pagination .current { background-color:rgb(0,0,0)}
 
/* -- Text -- */	
	 ::selection{background:rgb(0,0,0)}
	 ::-moz-selection{background:rgb(0,0,0)}
	
/* -- Menu -- */	
	.menu li a, .menuLista li a{ background-color:rgb(0,0,0)}
 
/* -- Misc -- */
	.footer{ color:rgb(255,255,255); background-color:rgb(0,0,0)}
 	table thead,
	.footer a{ color:rgb(255,255,255); font-weight:bold}
	
/* -- Texto gris -- */
	.postList .postText, font, .postText span {color:rgb(100,100,100)!important} 