@CHARSET "UTF-8";


   .blqDay{
      border-bottom: 5px solid #039;
      margin: 0 0 4em 0;
   }
      h2.blqDayTtl{
         font-family: Georgia, Times, serif;
         font-size: 2em;
         border-bottom: 1px solid #039;
         padding-bottom: 5px;
         margin: 0 0 1em 0;
         color: #039;
      }


   /*- Bloque para los posts -*/
   .post{
      border-bottom: 1px solid #666;
      margin-bottom: 3em;
   }
      .post .top{
         margin: 0px;
      }
         .post .top small{
            font-size: 0.9em;
            color: #999;
         }
      
      .post h2{
         font-size: 1.7em;
         font-weight: bold;
         margin: 0 0 .5em 0;
      }
         .post h2 a{
            color: #C00;
            text-decoration: none;
         }
            .post h2 a:hover{
               text-decoration: underline;
            }
      .post .entry{

      }
      .post .meta{
         position: relative;
         height: 20px;
         line-height: 20px;
         font-size: 0.9em;
         margin: 0px;
      }
         .post .meta span{
            position: absolute;
            display: block;
            top: 0px;
         }
            .post .meta span a{
               color: #666;
            }
            .post .meta .cats{
               left: 0px;
               text-transform: uppercase;
            }
            .post .meta .comments{
               text-align: right;
               right: 0px;
            }
            .post .meta .comments span{
               position: relative;
               display: inline;
            }


#navArchive{
   background: #E37373;   
}
   #navArchive li a{
      display: block;
      height: 40px;
      color: #FFF;
      text-decoration: none;
      width: 195px;
      padding: 5px 20px;
   }
      #navArchive li a:hover{
         background: #C00;
      }
   
   #navArchive li a small{
       font-family: Georgia, Times, serif;
       font-size: .9em;
       font-style: italic;
   }
   #navArchive li a strong{
      margin: 0px -15px;
      padding: 0px 15px;
      display: block;
      font-size: 1.4em;
      height: 22px;
      line-height: 22px;
      background: url(/wp-content/themes/infovera/share/img/nav_icons.gif) no-repeat;      
   }
   
   #navArchivePrev{
      float: left;
      text-align: left;
   }
      #navArchive #navArchivePrev a strong{
         background-position: left -0px;
      }
         #navArchive #navArchivePrev a:hover strong{
            background-position: left -44px;
         }

   #navArchiveNext{
      float: right;
      text-align: right;
   }
      #navArchive #navArchiveNext a strong{
         background-position: right -22px;
      }
         #navArchive #navArchiveNext a:hover strong{
            background-position: right -66px;
         }














