/*	
   
/*	Reset browsers default styling
	----------------------------------------------------*/
   
	html, body, div, span, 
	h1, h2, 
	a, acronym,
	font, img,
	ul, li,
	fieldset, form, label, legend, button {
		margin: 0; padding: 0;
		border: 0; outline: 0;
		font-size: 100.01%; vertical-align: baseline;
		background: transparent; }   
	ul { list-style: none; }
	blockquote, q { quotes: none; }
	:focus, :active { outline: 0; }
	textarea { overflow:auto; }
	.cleared { clear:both;}

/*	Generic
	----------------------------------------------------*/
	html { background-color:#fff;}
	body { background: url(bg_head.jpg) no-repeat center 0;
		color: #000;
		text-align: center;
		font-family: Verdana, Geneva, sans-serif;
		font-size: 65.5%;
		word-spacing: 0.1em; }
		
	#centrado { width: 850px; margin: 0 auto; text-align: left; font-size: 1.14em; line-height: 1.4em; }
	#main { width:600px; float:left; margin:20px 20px 20px 0;}
	#sidebars { float:left; width:200px;}


	a, a:visited {color: #000; text-decoration: underline;}
	a:hover {color:#F00; text-decoration:none; }

	h1 { font-size: 1.3em; }
   	h1 strong {display:none;}
	
	acronym { cursor: help; letter-spacing: 0.1em; font-variant: small-caps; }
	a acronym { cursor: pointer; }
	sup { font-size: 0.8em; line-height: 0; }
	
	input, textarea { border: 1px solid #DBD0CD; clear: both; color: #666; float: left; font-family: Baskerville,'palatino linotype','times new roman',serif; font-style: italic; line-height: 1.3em; margin: 0 0 5px 0; padding: 4px; }
	label { clear: left; float: left; margin: 0 10px 0 0; }
	
	.topMeta { font-size:10px}
	.topContent { padding:10px 0 30px 0}
	.topTitle, .topTitle a, .topTitle a:visited { color: #ff0000;}
	h2 { font-size:24px; padding:8px 10px; background-color:#FFF; font-family:Georgia, "Times New Roman", Times, serif;}
	ul.recent_posts li { padding:2px 0;}
	
	#main img.left { float:left; padding:0 10px 10px 0;}
	#main img.right { float:right; padding:0 0 10px 10px;}
	#main img.center { display:block; }
   
	/*	Header
		----------------------------------------------------*/
	   
		#header {padding-top:170px;}
   
	/*	Warm Welcome - Top Block (the stuff under the header)
		----------------------------------------------------*/
	   	#categorias { height:25px; border-bottom:solid 1px #710c84;}
		#categorias ul li { float:left; margin:0 3px 0 0;}
		#categorias ul li a, #categorias ul li a:visited { background-color:#710c84; color:#fff;padding:3px 20px; display:block; text-decoration:none;}
		#categorias ul li a:hover { background-color:#000; color:#fff}
	   
	
      
	/*	Footer
		----------------------------------------------------*/
   
		#footer { padding: 25px; margin: 50px 0 50px 0;   background-color:#fff; padding:12px;}

