/*  
Theme Name: 
Theme URI: 
Description: 
Version: 1.0
Author: Leandro Amato
Author URI: http://duttopr.com
*/

*, body { margin: 0; padding: 0; }
body { font: 11px "Lucida Grande","Lucida Sans Unicode",geneva,verdana,sans-serif; text-align: center; color: #444;}

hr { clear: both; visibility: hidden; }
ol, ul { list-style: none; }

h1, h2, h3, h4 { font-family: sans-serif; }

a { text-decoration: none; color: #00a9ea; }
a:hover { text-decoration: underline; }

#contenedor { width: 750px; margin: 20px auto; text-align: left; }

#header { margin-bottom: 20px; }
	#header h1 { width: 193px; height: 116px; float: left; text-indent: -9999px; background: url(img/logo.gif) no-repeat;}
		#header h1 a { display: block; width: 193px; height: 116px; }
	#header div { width: 300px; float: right; text-align: right; padding-top: 40px;}
		
#contenido { width: 500px; float: left; }
	#contenido #banner { width: 500px; height: 300px; text-indent: -9999px; background: url(img/banner.jpg) no-repeat; margin-bottom: 20px; }
	#contenido h2 { font-size: 25px; color: #666; }
	#contenido .pagina h2 { margin-bottom: 15px; border-bottom: 2px #eee solid; }
	#contenido h3 { font-size: 18px; color: #999; margin-bottom: 15px;}
	#contenido h4 { font-size: 18px; color: #999; margin-bottom: 10px; }

	#contenido .post { margin-bottom: 20px; }
	#contenido .post p, #contenido .post ul , #contenido .post ol  { margin-bottom: 15px; }
	#contenido .post ul , #contenido .post ol  { padding: 0 50px; }
	#contenido .post ul  { list-style-type: square; }
	#contenido .post ol  { list-style-type: decimal-leading-zero; }
		#contenido li { padding: 3px 0; }
	
#menu { width: 220px; float: right; }
	#menu div { margin-bottom: 20px; }
		#menu div a { color: #1D5393; }
		#menu div h2 { font: bold 20px sans-serif; color: #999; margin-bottom: 5px; border-bottom: 1px #999 solid;}
		#menu div li { padding: 3px 0; border-bottom: 1px #999 dotted; }
	
		#menu #botones li { padding: 0; border: none; margin-bottom: 10px; text-indent: -9999px; }
			#menu #botones li a { display: block; width: 220px; height: 48px; }
			#menu #botones li.claves a { background: url(img/boton-claves.gif) no-repeat; }
			#menu #botones li.preguntas a { background: url(img/boton-preguntas.gif) no-repeat; }
			#menu #botones li.ciudad a { background: url(img/boton-ciudad.gif) no-repeat; }
		
		#menu #minibotones li { background: url(img/bg-boton.gif) no-repeat; height: 25px; border: none; line-height: 25px; padding: 0 0 0 10px; margin-bottom: 10px; }
			#menu #minibotones li a { color: #fff; font: bold 11px sans-serif; }
		
#footer { margin-top: 30px; border-top: 5px #eee solid; padding-top: 10px; font-size: .9em; color: #999;}
