 /* ----------------------------------------------
   HTML ELEMENTS
------------------------------------------------- */ 

/* Top Elements */
* {
	margin: 0;
	padding: 0;
	outline: 0;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 18px;
	color: #666;
}

body {
	background: #F0F0F2 url(../images/bg.gif) repeat-x;
	font: 10px 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
	color: #333; 
	text-align: left;	
}
p {
	font-family:"Lucida Sans Unicode", "Lucida Grande", "sans-serif normal";
	font-size:13px;
	line-height: 18px;
}

/* links */
a, a:visited {	
	color: #09F;
	background: inherit;
	text-decoration: none;
}
a:hover {
	color: #999;
	background: inherit;
	text-decoration: underline;
	font-size: 10px;
}

/* headers */
h1, h2, h3 {
	font-family: 'Trebuchet MS', 'Helvetica Neue', Arial, Sans-serif;
	font-weight: Bold; 	
	padding: 10px;		
	color:  #666;	
}
h1 {
	font-size: 2.2em;		
}
h2 {
	font-size:  14px;
	color: #666;
}
h3 {
	font-size: 18px;
	font-weight: normal;
	padding: 16px 10px 4px 10px;
	text-align: left;
	color: #666;
	text-decoration: underline;
}

h4 {
	font-size: 18px;
	font-weight: normal;
	padding: 16px 10px 4px 10px;
	text-align: left;
	color: #999;
	text-decoration: none;
	line-height: 20px;
}

/* Paragraph */
p {
	padding: 12px 10px;
	text-align: justify;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Geneva, Verdana, sans-serif; font-size:13px;
}

/* Lists */
ul, ol {
	margin: 10px 20px;
	padding: 0 20px;	
}
ul { list-style: none; }

dl { padding: 10px; margin: 0; }

dt {
  font-weight: bold;
  color: #666;
}
dd {
  padding-left: 25px; 
}

/* images */
img {
	
   border: 1px solid  #333;
	padding: 7px;
}
img.float-right {
  	margin: 5px 0px 10px 10px;  
}
img.float-left {
  	margin: 5px 10px 10px 0px;
}

code {
  	margin: 5px 0;
  	padding: 15px;
  	text-align: left;
  	display: block;
  	overflow: auto;  
  	font: 500 1em/1.5em 'Lucida Console', 'Courier New', monospace ;
  	/* white-space: pre; */
  	border: 1px solid  #333; 
}
acronym {
  cursor: help;
  border-bottom: 1px dotted #333;
}
blockquote {
	margin: 15px 10px;
 	padding: 5px 7px 5px 40px;  	
   font-weight: normal;
	font-size: 17px;
	line-height: 1.6em;
	font-style: italic;
	font-family: Georgia, 'Times New Roman', Times, serif;		
	color: #0F9;	
	border: 1px solid #999; 
	background: #F0FFD2 7px 10px;
}

/* start - table */
table {
	border-collapse: collapse;
	margin: 15px 10px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: 0;
	border-right-style: 0;
	border-bottom-style: 0;
	border-left-style: 0;
}
th {
	height: 38px;
	padding-left: 12px;
	padding-right: 12px;
	color: #fff;
	text-align: left;
	background:  #0C3;	
	border-width: 1px;
  	border-style: solid;
  	border-color: #999;	
}
tr {
	height: 34px;
	background: #fff;
}
td {
	padding-left: 11px;
	padding-right: 11px;
	border: 1px solid #999;	
}	
/* end - table */

/* form elements */
form {
	margin: 15px 10px; 
	padding: 5px 10px 20px 10px;
	border: 1px solid  #999; 
	background: #999; 	
}
label {
	display: block;
	font-weight: bold;
	margin: 8px 0 5px 0;
	color: #895F30;
}
input, textarea, select {
	padding: 4px;
	color: #666666;		
	background: #fff;
	
  	border-width: 1px;
  	border-style: solid;
  	border-color: #999;
	font: normal 11px Verdana, sans-serif;
}
textarea {
	width: 400px;	
	height: 100px;
	display: block;	
}
input.button { 
	font: bold 12px Arial, Sans-serif; 
	height: 30px;
	margin: 0;
	padding: 2px 3px; 
	color: #fff;
	background: ;
	
	border-width: 1px;
  	border-style: solid;
  	border-color: #999;
}


/********************************************
   LAYOUT
********************************************/ 
#wrap {
	position: relative;
	width: 920px;
	background: url(../images/wrap.png) repeat-y center top;
	margin: 35px auto;
}
#content-wrap {
	position: relative;
	clear: both;
	float: left;	
	width: 920px;	
	padding: 25px 0; 	
	background: url(../images/content.png) repeat-y;	
}
#header {
	position: relative;
	width: 920px;
	height: 205px;
	background: url(../images/header.png) no-repeat;	
	color: #fff;	
	padding: 0;	
	margin: 0;
	border:0;
}
#header h1#logo-text a {
	position: absolute;
	margin: 0;
	padding: 0;
	border:0;
	font: bold 56px 'Trebuchet MS', 'Helvetica Neue', Arial, Sans-serif;
	letter-spacing: -3px;
	text-decoration: none;
	color: #fff;
	/* change the values of top and left to adjust the position of the logo*/
	top: 49px;
	left: 55px;
	width: 798px;
	height: 146px;
}
#header p#slogan {
	position: absolute;
	margin: 0; padding: 0;
	font: bold 15px 'Trebuchet MS', 'Helvetica Neue', Arial, Sans-serif;
	color: #D6EBAB;
	letter-spacing: -0.5px;
	
	/* change the values of top and left to adjust the position of the slogan*/
	top: 122px; left: 135px;		
}


/* Navigation */
#nav {
	clear: both;	
	padding: 0;	margin: 0;
	width: 920px;
	height: 50px;
	background:url(../images/nav.png) no-repeat;		
}
#nav ul {
	float: left;
	list-style: none;	
	margin: 0;
	padding: 0 0 0 40px;			
	height: 50px;	
}
#nav ul li {
	display: inline;
	margin: 0; padding: 0;
}
#nav ul li a {
	display: block;
	float: left;
	width: auto;
	margin: 0;
	padding: 0 14px;
	color: #fff;
	font: bold 16px/50px 'Trebuchet MS', 'Helvetica Neue', Arial, sans-serif;
	text-decoration: none;	
	letter-spacing: -0.5px;
}
#nav ul li a:hover, 
#nav ul li a:active {
	color: #93DAFF ;	
}
#nav ul li#current a {	
	background: #0c4e80 url(../images/pointer.gif) no-repeat center bottom;	
	color: #93DAFF;
}

#wrap p.sidemenu{ background: url(../images/content.png) repeat-y}

/* Main Column */
#main {
	float: left;
	width: 525px;
	padding: 0;
	margin: 0 0 0 45px;
	display: inline;
	text-align: left;
}
#main h2 {
	color: #666;
	padding: 10px 0 5px 5px;
	margin-left: 5px;
	letter-spacing: -1px;
	border-bottom: 1px solid #999;
	text-align: left;
	font-family: 'Trebuchet MS', 'Helvetica Neue', Arial, Sans-serif;
	font-size: 24px;
	font-weight: bold;
}
#main h2 a {
	color: #333;
	text-decoration: none;		
}


#sidebar {
	text-align:left;
	float: right;
	width: 270px;
	padding: 0; 
	margin: 0 45px 0 0;
	display: inline;	
}
#sidebar h3 {
	color: #999;
	text-transform: none;
	padding: 10px 0 2px 0;
	margin: 10px 0 0 10px;
	font-family: 'Trebuchet MS', 'Helvetica Neue', Arial, Sans-serif;
	font-size: 20px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}

/* sidebar menu */
#sidebar .sidemenu { 
	margin: 5px 10px 8px 7px; padding: 0;
	text-decoration: none;		
	border-top: 1px solid #999;
}
#sidebar .sidemenu li {
	list-style: none;
	margin: 0;
	padding: 7px 10px; 			
	border-bottom: 1px solid  #999;	
}
* html body #sidebar .sidemenu li { 
	height: 1%;
}
#sidebar .sidemenu li a {
	text-decoration: none;	
	color: #999;
}
#sidebar .sidemenu li a span {
	color: #999;	
	font-size: .9em;
	
	font-family: Georgia, 'Times New Roman', Times, serif;
	font-style: italic;
	font-weight: normal;		
}

#sidebar .sidemenu li a:hover {	
	color: #C00;		
}
#sidebar .sidemenu ul { margin: 0 0 0 5px; padding: 0; }
#sidebar .sidemenu ul li {
	 border: none; }



/* footer */
#footer-wrap {
	clear: both;
	width: 920px;
	text-align: left;
	padding: 0;
	margin: 0;
	background-image: url(../images/footer-bottom.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}

#footer-content {
	width: 920px;
	background: url(../images/content.png) no-repeat;	
	padding: 0px 0 35px 0;
}

#footer-wrap p {
	padding:10px 0;
	text-align: center;
}
#footer-wrap h3 {
	color: #145F94; 
	margin: 0;
	padding: 5px 0 5px 10px; 
	text-transform: uppercase;
}
#footer-wrap a:hover { 
	color: #000; 
	text-decoration: none;
}

#footer-columns {
	background:url(../images/content.png) repeat-y
	color: #888;
	margin: 0 auto; 
	padding: 0;	
	width: 800px;		
}
#footer-columns ul {
	list-style: none;
	margin: 0; 
	padding: 0;	
	border-top: 1px solid #333;
}
#footer-columns li {
	border-bottom: 1px solid  #333;		
}
#footer-columns li a {
	display: block;
	font-weight: normal;
	padding: 8px 0 8px 10px;
	width: 96%;
	color: #666666;	
}

#footer-columns .col3, .col3-center {
	float: left;
	width: 32%;
}
#footer-columns .col3-center { 
	margin: 0 15px; 
}

/* bottom */
#footer-bottom {
	clear: both;
	color: #555;
	margin: 0 auto;
	width: 920px;
	padding: 15px 0 10px 0;
	font-size: 0.95em;
	text-align: center;
	background-image: url(../images/footer-bottom.png);
	background-repeat: repeat-y;
}
#footer-bottom a { color: #306495; }

/* postmeta */
.post-footer {
	padding: 8px 5px; 
	margin: 5px 10px 10px 10px;	
	color: #039;
	border: 1px solid  #333; 
	background: #F0FFD2;
}
.post-footer .date{ margin: 0 10px 0 5px;	}
.post-footer a.comments { margin: 0 10px 0 5px;	}
.post-footer a.readmore { margin: 0 10px 0 5px;	}

.post-info { font-size: .95em; padding: 0 10px; margin-left: 2px; color: #A98D76; }
.post-info a, .post-info a:visited { color: #9C652E; }

/* alignment classes */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right { text-align: right; }

/* clearing */
.clearer { clear: both; }
.clear {	display:inline-block; }
.clear:after {
	display:block; 
	visibility:hidden; 
	clear:both; 
	height:0; 
	content: "."; 
}
#wrap #content-wrap #main ul li h5 {
	font-size: 12px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: capitalize;
	color: #999;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin: 0px;
	height: 0px;
	width: 0px;
}
.ww {
	text-align: left;
}
#wrap #content-wrap #main ul li h2 {
	font-size: 16px;
	text-align: left;
	word-spacing: normal;
	letter-spacing: normal;
	white-space: normal;
}
#wrap #content-wrap #sidebar .sidemenu li a {
	color: #1D8AC9;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 13px;
}
#wrap #content-wrap #sidebar .sidemenu li h4 {
	

}
#wrap #content-wrap #main ul li1 {
	text-align: left;
}
#wrap #content-wrap #main ul li {
}
.recaudacion {
	font-size: 9px;
	color: #666;
}
#wrap #content-wrap #main p a {
	font-family: "Lucida Console", Monaco, monospace;
}
#wrap #content-wrap #main p a {
	font-size: 10px;
}
#wrap #content-wrap #main p a {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
#wrap #content-wrap #main p a {
	font-size: 13px;
}
.small {
	font-variant: small-caps;
	font-size: 13px;
}
#wrap #content-wrap #main p sup {
	font-size: 9px;
}
#wrap #content-wrap #main p em {
	font-size: 13px;
}
p spam.tit {
	font-weight: bold;
	color: #626C71;
	font-size: 14px;
	margin-right: 14px;
}

p {
	font-size: 13px;
	color: #666;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
}
.Cuadro_Grafico {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 13px;
	font-weight: bolder;
	color: #666;
}
.Titulo_Tipo {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 14px;
	font-weight: bolder;
	color: #666;
}
.Titulos_Subtema {
	font-size: 16px;
	font-weight: bolder;
}
