/* Begin Typography & Colors */
body {
   font-size: 62.5%; /* Resets 1em to 10px */
   font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
   color: #333;
   text-align: left;
}

small {
   font-family: Arial, Helvetica, Sans-Serif;
   font-size: 0.9em;
   line-height: 1.5em;
}

h1, h2, h3 {
   font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
   font-weight: bold;
}

h1 {
   font-size: 4em;
   text-align: center;
}

h2 {
   font-size: 1.6em;
}

h2.pagetitle {
   font-size: 1.6em;
}

#title h2 {
   font-size: 1.6em;
   text-align: center;
}

h3 {
   font-size: 1.3em;
}

h1, h1 a, h1 a:hover, h1 a:visited, .description {
   text-decoration: none;
   color: #000000; /*white;*/
}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
   color: #333;
}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, cite {
   text-decoration: none;
}

small, .nocomments, .postmetadata, blockquote, strike {
   color: #777;
}

code {
   font: 1.1em 'Courier New', Courier, Fixed;
}

acronym, abbr, span.caps
{
   font-size: 0.9em;
   letter-spacing: .07em;
}

a, h1 a:hover, h2 a:hover, h3 a:hover {
   color: #06c;
   text-decoration: none;
}

a:hover {
   color: #147;
   text-decoration: underline;
}

/* End Typography & Colors */



/* Begin Structure */
body {
   margin: 0;
   padding: 0; 
}

/* End Structure */



/*	Begin Headers */
h1 {
   padding-top: 5px;
   margin: 0;
}


#title h2 {
   padding-top: 0px;
}

h2.pagetitle {
   margin-top: 30px;
   text-align: center;
}

#title h2 {
   margin: 0;
   padding: 0;
}

.entry ul li:before {
   content: "\00BB \0020";
}

ol li {
   list-style: decimal outside;
}

/* End Entry Lists */

#imagen
{
   text-align: center;
}

#imagen img{

   width: 100px;
}

#buscador {

   text-align: center;
   margin:0 auto 0 auto;
   width:390px;
}

#feeds {
   text-align: left;
   margin:10px auto 0 auto;
   width:992px;

}
#column1{
   float:left;
   width:495px;
}
#column2{
   float:right;
   width:495px;
}

#feeds h1{
   text-align: left;
   font-size: 1.9em;
}
.feed h1 {
   text-align: left;
   font-size:1.8em;
}
.feed {
   margin: 10px 10px 10px 10px;
}
.item {
   margin: 0 0 0 10px;
}
.item h2{
   margin: 5px 0 0 0;
}
.item p{
   margin: 0 0 0 0;
}

div#navbar2 {
   position: fixed;
   bottom: 0;
   height: 20px;
   width: 100%;
   border-top: solid #000 1px;
   border-bottom: solid #000 1px;
   background-color: #336699;
}
div#navbar2 ul {
   text-align: center;
   margin: 0px;
   padding: 0px;
   font-family: Arial, Helvetica, sans-serif;
   font-size: small;
   color: #FFF;
   line-height: 20px;
   white-space: nowrap;
}
div#navbar2 li {
   list-style-type: none;
   display: inline;
}
div#navbar2 li a {
   text-decoration: none;
   padding: 7px 10px;
   color: #FFF;
}
div#navbar2 lia:link {
   color: #FFF;
}
div#navbar2 lia:visited {
   color: #CCC;
}
div#navbar2 lia:hover {
   font-weight: bold;
   color: #FFF;
   background-color: #3366FF;
}

#green {
   margin: 20px auto 20px auto;
   text-align: center;
   width: 1000px;
   clear: both;
}
