#navbar-iframe {
   height: 0px;
   visibility:hidden;
   display:none;
}
#space-for-ie {
   height: 0px;
   visibility:hidden;
   display:none;
   margin:0px;
   padding:0px;
}
* {
margin: 0px;
padding: 0px;
}

body {
  background:#ededed;
  margin:0;
  padding: 0px;
  font: 12px Arial,"Trebuchet MS",Trebuchet,Verdana,Georgia,Sans-Serif;
  text-align: left;
  color: #000;
  }
a:link {
  color:#CD0000;
  text-decoration:none;
  }
a:visited {
  color:#CD7000;
  text-decoration:none;
  }
a:hover {
  color:#666;
  text-decoration:none;
  }
a img {
  border-width:0;
  }


/* Head
----------------------------------------------- */
  #head {
    background:url('http://avantnet.googlepages.com/head.jpg') no-repeat center top #C1131C;
    color:#fff;
    width: 100%;
    height: 64px;
    margin: 0 auto 0px;
    }
.blogtitle h1 {
    color:#fff;
    }

/* Menu
----------------------------------------------- */
#menu {
  background: url('http://avantnet.googlepages.com/menubg.jpg') no-repeat center #C1131C;
  width: 100%; 
  border: none;
  margin: 0 auto;
  padding: 0px;
  height: 24px;
  float: none;
  text-align: center;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: bold;
  display: block;
}

#menu ul, li {
  border:none;
  list-style-type: none;
  line-height: 24px;
}
 
#menu ul {
  width:800px;
  margin:0 auto;
  padding: 0px;
  float: center;
  display: block;
}
 
#menu li {
  margin: 0px;
  padding:0px;
  width:160px;
  float: left;
  height:24px;
}
 
#menu a {
  background: url('http://avantnet.googlepages.com/menu.jpg') no-repeat center top #fff;
  display: block;
  padding: 0px;
  line-height:24px;
  border-top:1px solid #aaa;
}
#menu a.active {
  background: #fff;
  border-top:2px solid #aaa;
  }

#menu a:hover {
  color:#eee;
  background: url('http://avantnet.googlepages.com/stripe.jpg') repeat center top #ededed;
  }


/* Label Menu
----------------------------------------------- */
#labelmenu {
  background: url('http://avantnet.googlepages.com/content.jpg') repeat-y center top;
  width: 100%; 
  border: none;
  margin: 0 auto 1px;
  padding: 0px;
  height: 24px;
  float: none;
  text-align: center;
  text-transform: uppercase;
  font-size: 9px;
  font-weight: bold;
  display: block;
}

#labelmenu ul, li {
  border:none;
  list-style-type: none;
  line-height: 24px;
}
 
#labelmenu ul {
  width:800px;
  margin:0 auto;
  padding: 0px;
  float: center;
  display: block;
}
 
#labelmenu li {
  margin: 0px;
  padding:0px;
  width:88px;
  float: left;
  height:24px;
}
#labelmenu a {
  background: #fff;
  display: block;
  border:none;
  padding: 0px;
  line-height:24px;
}
#labelmenu a:hover {
  color:#eee;
  background: url('http://avantnet.googlepages.com/stripe.jpg') repeat center top #ededed;
}

/* ---------------------------------------------------
			Portada		
------------------------------------------------------ */

/* DestacatPortada
----------------------------------------------- */
#destacatportada {
  font-size:1em;
  width:420px;
  float:right;
  display:block;
  padding:0px;
}
#destacatportada h4 {
  font-size:1.2em;
  line-height: 1.2em;
  text-align:left;
}
#destacatportada h3 a {
  color:#000;
  font-size:1.2em;
}
#destacatportada ul {
  padding:2px;
  border:1px solid #aaa;
  color:#666;
}
#destacatportada li {
  margin:4px;
}
#destacatportada p {
  line-height: 1.2em;
}
#destacatportada img {
  width:400px;
  float:none;
  background:#eee;
  border:1px solid #aaa;
}

/* ---------------------------------------------------
			RSS Google API		
------------------------------------------------------ */
#feedControl {
  width:420px;
  font-size:1em;
  font-weight:bold;
  }
  #feedControl .gf-snippet {
    font-size: 1em;
    color: #000;
    line-height: 1em;
    font-weight: normal;
  }
  #feedControl .gf-author {
    display:none;
  }
  #feedControl .gf-spacer {
    display:none;
  }
  #feedControl .gf-relativePublishedDate {
    display:none;
  }
  #feedControl .gfc-results {
  font-size:1em;
  }
  #feedControl .gfc-result {
  font-size:18px;
  border:1px solid #aaa;
  -webkit-border-radius: 8px;
  -opera-border-radius: 8px;
  -moz-border-radius: 8px;
  }
  #feedControl .gfc-resultsHeader .gfc-title {
  }
  #feedControl .gf-title {
  padding-bottom:20px;
  font-size:18px;
}


/* Main
----------------------------------------------- */
@media all {
  #content {
    width:100%;
    background: url('http://avantnet.googlepages.com/content.jpg') repeat-y center top;
    margin:0 auto;
    overflow:hidden;
    padding: 0px;
    float:none;
    }
  #content2 {
    width: 820px;
    margin:0 auto;
    float:none;
    }
  #main {
    width:460px;
    float:left;
    }
  #sidebar {
    width:340px;
    float:right;
    }
    #sidebar2 {
    width:320px;
    }
  }
@media handheld {
  #content {
    width:90%;
    }
  #main {
    width:100%;
    float:none;
    }
  #sidebar {
    width:100%;
    float:none;
    }
  }

/* Headings
----------------------------------------------- */
h1 {
  font-size:0.8em;
  text-align:center;
  margin:20px;
  border:1px solid #ededed;
  width:90%;
  float:center;
  text-transform:uppercase;
}

h2 {
  color:#666;
  text-align:center;
  font-size:1.2em;
}
h3 {
  color:#666;
  text-align:center;
  font-size:1.2em;
  line-height:1.4em;
}

/* Posts
----------------------------------------------- */
@media all {
  .date-header {
  padding-top:15px;
  color: #bebebe;
  margin:0;
  margin-top:5px;
  font: "Trebuchet MS",Trebuchet,Verdana,Arial,Sans-Serif;
  font-size:1em;
  line-height:1em;
  padding-left:25px;
  text-transform: uppercase;
    }
  .post {
    }
  }
.post-title {
  border-top:1px solid #aaa;
  padding:0px;
  margin-top:24px;
  margin-left:20px;
  font-size: 2em;
  line-height:1em;
  color:#000;
  }
.post-title a {
  text-decoration:none;
  color:#CD0000;
  }
.post-title a:hover {
  color:#666;
  }
img.imgpost {
  display: block;
  float: left;
  width: 140px;
  margin: 5px 5px 0px 10px;
  border: 3px solid #fff;
}
img.imgpost:hover {
  border:3px solid #aaa;
}
.post {
  margin:10px;
}
.post div {
  padding:2px;
  line-height:1em;
  }
.post-body {
  font-size:1.2em;
  line-height:2em;
  text-align:justify;
}
p.post-footer {
  float:center;
  margin: 0 auto;
  color:#333;
  line-height: 2em;
  font:"Trebuchet MS",Trebuchet,Verdana,Arial,Sans-Serif;
  text-align: center;
  padding-bottom:20px;
  }
.post-footer em, .comment-link {
  font:80%/1.4em "Trebuchet MS",Trebuchet,Arial,Verdana,Sans-serif;
  text-transform:uppercase;
  letter-spacing:.1em;
  color:#333;
  }
.post-footer em {
  color:#333;
  display:block;
  margin-left: 12px;
  margin-right: 12px;
  margin-bottom: 6px;
  padding: 8px 2px  8px 8px;
  border: 1px solid #ddd;
  }
.post-footer a {
  color:#333;
}
.post-footer a {
  font: bold 9px Arial;
  padding: 6px 2px  6px 24px;
}
.post-footer a.readmore {
  border: 1px solid #fff;
  margin-right: 10px;
  background: url('http://avantnet.googlepages.com/readmore.jpg') no-repeat left center #fff;
}
.post-footer a.download {
  border: 1px solid #fff;
  margin-right: 10px;
  background: url('http://avantnet.googlepages.com/pdf.jpg') no-repeat left center #fff;
}
.post-footer a.comments {
  border: 1px solid #fff;
  margin-right: 10px;
  background: url('http://avantnet.googlepages.com/comments.jpg') no-repeat left center #fff;
}
.post-footer a.print {
  border: 1px solid #fff;
  margin-right: 10px;
  background: url('http://avantnet.googlepages.com/print.jpg') no-repeat left center #fff;
}
.post-footer a.mail {
  border: 1px solid #fff;
  margin-right: 10px;
  background: url('http://avantnet.googlepages.com/screen.jpg') no-repeat left center #fff;
}
.post-footer a:hover {
  cursor:pointer;
  border: 1px solid #aaa;
  color: #CD0000;
}
.post img {
  padding:4px;
  float: left;
  }
.post blockquote {
  margin:1em 20px;
  }
.post blockquote p {
  margin:.75em 0;
  }
p.prev-next {
  margin-top:14px;
  padding: 0px;
  text-align: center;
  font-size: 1.2em;
}
#ads {
  display:block;
  margin:20px auto 20px auto;
  padding:10px;
  border:1px solid #aaa;
  width:126px;
}
#ads:hover {
  background:#ededed;
}


#comments {
  margin: 30px;
  font-size: 1.2em;
}
#comments h4 {
  font-size: 1.2em;
  text-transform: uppercase;
  color: #ff1122;
  margin-bottom: 20px;
}

#comments-block {
  background: #ededed;
  border: 1px solid #aaa;
  display: block;
  line-height: 1.6em;
  margin-bottom: 20px;
  margin-left: 20px;
  padding: 10px;
  width: 90%;
}

.comment-body {
  color: #aaa;
  text-align: justify; 
}

.comment-timestamp {
  border-top: 1px solid #aaa;
  font-size: 0.7em;
}

a.comment-link {
  font-size: 1em;
  color: #ff0000;
  padding-left: 20px;
  line-height: 3em;
}

a.comeback {
  color: #ff1122;
  font-size: 1.4em;
  margin-left: 140px;
}

#postfeeds {
  padding-left: 40px;
  padding-bottom: 20px;
}


/* Sidebar
----------------------------------------------- */
#languagebox {
  font-size:0.8em;
  text-align:center;
  margin:8px;
  border:1px solid #ededed;
  width:90%;
  float:center;
  text-transform:uppercase;
}
#languagebox:hover {
  background:#ededed;
  border:1px solid #aaa;
}
#languagebox a {
  font-weight:bold;
}
#languagebox a.active {
  font-weight:normal;
  background:#ededed;
  color:#000;
}
#languagebox a.passive {
  font-weight:normal;
  background:#fff;
}

#sidetitle {
  font-weight:bold;
  display: block;
  width:300px;
  background: url('http://avantnet.googlepages.com/stripe2.jpg') repeat;
  border-bottom: 1px solid #aaa; 
  line-height:  1.8em;
  color: #333;
}
#sidetitle:hover {
  color: #fff;
  background: url('http://avantnet.googlepages.com/stripe.jpg') repeat;
}

ul.sideul {
  margin: 1px;
  width:300px;
}
ul.sideul li {
  margin: 2px;
  background: url('http://avantnet.googlepages.com/arrowblack.jpg') no-repeat left center #e1e1e1;
  display: block;
  padding-left: 20px;
}
ul.sideul li:hover {
  background: url('http://avantnet.googlepages.com/arrowred.jpg') no-repeat left center #ddd;
}

.aborder {
  display:block;
  padding-top: 20px; 
  padding-left: 4px; 
  padding-bottom: 42px; 
  background: #ededed;
  line-height: 2.4em;
}

/* Footer
----------------------------------------------- */
  #footer {
  width: 100%;
  clear:both;
  margin: 0 auto;
  text-align: center;
  background: #ededed;
  border-top:1px solid #ccc;
}
  #footer p {
  width: 100%;
  margin: 0 auto;
  float:center;
}
.posthidden {display:none} 
.postshown {display:inline}
