/*	--------------------------------------------------
	THEME 1 - BLUE
	--------------------------------------------------*/
	
/* -- HeadLines -- */		

	h2, h3 a, h4, h5, h6{color:rgb(41, 128, 185)}
	.sidebar h3{ color:rgb(102, 102, 102)}
	.acerca h3{ color:rgb(41, 128, 185)}
	.headTop h1 a{ color:rgb(0,0,0)}
	
/* -- Links -- */	
	a, a:link{color:rgb(41, 128, 185)}
	a:visited{color:rgb(41, 128, 185)}
	a:active{color:rgb(41, 128, 185)}
	a:hover{color:rgbrgb(41, 128, 185)}

/* -- Buttons -- */	
	.button, .formContacto input[type="submit"], .comment-button {background-color:rgb(41, 128, 185)}	
	
/* -- Pagination -- */		
	.pagination .current { background-color:rgb(41, 128, 185)}
 
/* -- Text -- */	
	 ::selection{background:rgb(41, 128, 185)}
	 ::-moz-selection{background:rgb(41, 128, 185)}
	
/* -- Menu -- */	
	.menu li a, .menuLista li a{ background-color:rgb(41, 128, 185)}
 
/* -- Misc -- */
	.footer{ color:rgb(255,255,255); background-color:rgb(41, 128, 185)}
 	table thead,
	.footer a{ color:rgb(255,255,255); font-weight:bold}