/* Reset Defaults Starts */

* {
  margin: 0;
  padding: 0;
  }

h1, h2, h3, h4, h5, h6, p, blockquote {
  margin: 0;
  padding: 10px;
  }

a {
  color: #0066cc;
  }

a:hover {
  color: #215679;
  }

blockquote {
  margin: 5px 15px;
  padding: 5px 5px;
  background: #ECECEC;
  border: 1px solid #ccc;
  }

code {
  color: #3366CC;
  }

a img {
  border: none;
  }


/* Reset Defaults Ends */

body {
  position: relative; /* Fixes browser resizing bug in IE6 */
  margin: 0 auto 10px auto;
  width: 950px;
  font-family: Tahoma, Geneva, sans-serif;
  text-align: center; /* IE Centering Technique */
  background: #656565 url(images/bgbody.jpg) repeat-x top left;
  }

#wrapper {
  text-align: left; /* IE Centering Technique */
  }

.topcurvewhite {
  margin-top: 15px;
  height: 13px;
  background: url(images/bgtopwhite.gif) left top no-repeat;
  }


.bottomcurvewhite {
  margin: 0;
  height: 13px;
  background: url(images/bgbottomwhite.gif) left bottom no-repeat;
  }

#header {
  margin: 0;
  padding: 0 0 0 0; 
  }

#header .topright {
  float: right;
  position: relative;
  margin: 0;
  padding: 0;
  text-align: right;
  color: #fff;
  }

#searchform {
  margin-left: 0;
  margin-top: 0;
  margin-right: 0;
  }

#searchform {
  margin-left: 5px;
  width: 240px;
  padding-top: 3px;
  height: 25px;
  background: #ccc;
  background: url(images/search.gif) left 3px no-repeat;
  }

*:first-child+html #searchform { /* Filter for IE7 */
  padding: 6px 0;
  }

* html #searchform { /* Filter for IE6 */
  padding: 6px 0;
  }

#searchbox {
  margin-left: 5px;
  margin-bottom: 3px;
  width: 170px;
  background: none;
  border: none;
  }

#searchbutton {
  width: 60px;
  background: none;
  border: none;
  }

#searchbutton:hover {
  cursor: pointer;
  }

#underheader {
  clear: both;
  margin-top: 20px;
  padding: 0 0 15px 0;
  }


#underheader h1.sitename {
  padding: 0 0 0 0;
  position: relative;
  font-size: 28px;
  width: 600px;
  }

#underheader h1.sitename a {
  color: #fff;
  text-decoration: none;
  }

#underheader h1.sitename a:hover {
  color: #ccc;
  text-decoration: none;
  }

#underheader h2.sitedesc {
  padding: 0 0 0 0;
  position: relative;
  font-size: 12pt;
  color: #EAEAEA;
  }


#underheader #toprss{
  float: right;
  position: relative;
  margin: 0 0 0 0;
  padding: 0;
  text-align: right;
  width:335px;
  }

/* Menu */

#nav {
  clear: both;
  margin: 10px 0 -15px 0;
  }

#nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
  }

#nav li {
  float: left;
  margin-right: 10px;
  }

* html #nav li a { /* Filter for IE6 to prevent li stacking */
  float: left;
  text-decoration: none;
  }

* html #nav li a span { /* Filter for IE6 to prevent li stacking */
  float: left;
  margin-left: 4px;
  text-decoration: none;
  }

#nav li a {
  display: block;
  height: 26px;
  background: url(images/bgtableft.gif) left top no-repeat;
  font-size: 12pt;
  text-decoration: none;
  }

#nav li a span {
  display: block;
  margin-left: 6px;
  padding-left: 5px;
  padding-right: 10px;
  line-height: 26px;
  font-weight: bold;
  color: #FFF;
  background: url(images/bgtabright.gif) right top repeat-x;
  text-decoration: none;
  }

#nav li a:hover {
  background-position: left -27px;
  text-decoration: none;
  cursor: pointer; /* For IE6 */
  }

#nav li a:hover span {
  background-position: right -27px;
  color: #000;
  }

#nav li.current_page a {
  background-position: left -27px;
  }

#nav li.current_page a span {
  background-position: right -27px;
  color: #000;
  }

/* Main content */

#main {
  clear: both;
  width: 925px; /* Overrides miscalculation in IE6; ignored by other browsers. */
  margin: 0;
  padding: 0 15px 15px 10px;
  background: #fff;
  overflow: hidden;
  }

#contentwrapper {
  float: left;
  width: 550px;
  }

#content {
  }

#content .pageTitle {
  padding: 5px 10px 0 10px;
  font-size: 14pt;
  color: #124E94;
  }

.contentsearch {
  margin: 0 0 40px 100px;
  }

.contentsponsors {
  margin: 0 0 30px 190px;
  }

.adsense_top {
  text-align:center;
  margin:10px 0 25px 0;
  font-size:9pt;
  }

.adsense_sidebar {
  text-align:center;
  margin:0 0 20px 0;
  font-size:9pt;
  }

.post {
  padding:0 0 20px;
  margin: 15px 0 0;
  clear:both;
  background:url("images/comment_top.gif") repeat-x scroll left bottom #fff;
  }

#content h2, #content h3, #content h4, #content h5, #content h6 {
  padding: 0 10px;
  font-weight: bold;
  }

#content h2 {
  font-size: 14pt;
  }

#content h3 {
  font-size: 13px;
  color:#124E94;
  }

#content h4, #content h5, #content h6 {
  font-size: 11pt;
  }

h2.homeTitle {
  margin: 0 0 15px 0;
  }

h2.postTitle {
  padding: 0 10px;
  font-size: 14pt;
  font-weight: bold;
  color: #000;
  }

h2.postTitle a {
  font-size: 18pt;
  font-weight: bold;
  text-decoration: none;
  color: #000;
  letter-spacing: -1px;
  }

h2.postTitle a:hover {
  color: #0066CC;
  }

.postMeta {
  padding: 4px 10px 0 15px;
  font-size: 9pt;
  color: #333;
  margin:10px 0;
  }

.postMeta .date {
  background: url(images/date.gif) left no-repeat;
  padding: 0 0 0 20px;
  }

.postMeta .filed {
  background: url(images/folder.gif) left no-repeat;
  padding: 0 0 0 20px;
  margin: 0 0 0 3px;
  }

.postMeta .commentcount {
  background: url(images/comments.gif) left no-repeat;
  padding: 0 0 0 25px;
  margin: 0 0 0 3px;
  }

.postMeta a {
  text-decoration: none;
  }

.postContent img {
  margin: 10px;
  border: 3px solid #CCC;
  }

#content p, .postContent p {
  padding: 5px 10px;
  font-size: 10pt;
  color: #000;
  }

.postContent ul, ol {
  padding: 0 0 0 35px;
  }

.postContent ul li, ol li {
  font-size: 10pt;
  color: #000;
  }

.postContent ul {
  list-style:none;
  }

.postContent ul li {
  background: url(images/bullet2.gif) 0 5px no-repeat;
  padding:0 0 0 12px;
  }

.postTags {
  margin: 15px 10px;
  font-size: 9pt;
  color: #000;
  background: #eee;
  padding: 2px 4px;
  }

p.comments {
  clear: both;
  padding: 5px 10px 5px 10px;
  }

p.comments a {
  padding-left: 25px;
  background: url(images/comment.gif) left top no-repeat;
  font-size: 10pt;
  text-decoration: none;
  }

.commentlist {
  margin: 10px 0;
  font-size: 10pt;
  list-style: none;
  }

.commentlist li {
  margin: 0 0 10px -25px;
  background: #f2f8ff;
  width: 510px;
  padding:8px;
  }

.commentlist li.alt {
  margin: 0 0 5px -25px;
  background: #FFFFFF;
  width: 510px;
  padding:8px;
  }

.commentlist img {
  margin:0 3px 0 0;
  float:left;
  }

.commentlist cite {
  padding: 0 10px 0;
  font-size: 10pt;
  font-style:normal;
  text-transform:uppercase;
  color:#0066CC;
  }

.commentlist cite a {
  }

.commentmetadata {
  padding: 10px 0 0;
  }

.commentmetadata a {
  color:#333;
  }
  
.comment h3 {
  padding: 0 10px;
  font-size: 12pt;
  font-weight: bold;
  text-decoration: none;
  color: #000;
  }

#content form {
  width:500px;
  background-color:#eee;
  padding:15px;
  float:left;
  }

#content .comment p {
  padding: 10px 0 0 10px;
  font-size: 10pt;
  color: #000;
  width:240px;
  float:left;
  }

#content .comment p input {
  width:218px;
  float:left;
  }

#content .comment p.txtarea, #content .comment p.website {
  clear:both;
  width:auto;
  }

.comment p.website span {
  float:left;
  width:320px;
  }
  
#content .comment p.website input {
  width:470px;
  }
  
#content .comment p.submitimput {
  float:right;
  margin:0 10px 0 0;
  }

#content .comment p.submitimput input {
  width:80px;
  float:right;
  }
  
.comment label {
  display:block;
  margin:0 0 3px;
  }

.comment label span {
  font-size:18px;
  color:#0066CC;
  }

.comment  input {
  border:1px solid #ccc;
  height:18px;
  padding:2px 0 0 5px;
  }
  
.comment a {
  text-decoration: none;
  text-transform:uppercase;
  }

.comment a:hover {
  text-decoration: underline;
  }

.comment a#exit {
  font-size:11px;
  padding:0 20px 2px 6px;
  background:url("images/exiton.gif") repeat-x scroll left top #555;
  color:#fff;
  text-transform:none;
  }

.comment a#exit:hover {
  text-decoration:none;
  background:url("images/exit.gif") repeat-x scroll left top #333;
  color:#fff;
  }
  
.comment textarea {
  border:1px solid #ccc;
  width: 470px;
  height:80px;
  clear:both;
  padding:5px;
  }

.comment #submit {
  width: 80px;
  height: 16px;
  background:url("images/submit.gif") no-repeat scroll 60px 5px #0066cc;
  height:20px;
  border: none;
  font-size: 13px;
  color: #fff;
  margin:0 3px 0 0;
  float:right;
  padding:0 15px 2px 4px;
  }

.comment #submit:hover {
  cursor: pointer;
    background:url("images/submiton.gif") no-repeat scroll 60px 5px #333;
  color:#fff;
  }

.navigation {
  margin: 10px 0;
  color: #406E8D;
  text-align: center;
  font-size: 10pt;
  }

.navigation a {
  text-decoration: none;
  }


/* Start of sidebar */

#allsidebars {
  width:175px;
  float:left;
  }

#allsidebars2 {
  width:175px;
  float:right;
  }

/* Sidebar top welcome box */

.sidebarswrapper {
  margin-top: 0px;
  padding-top: 9px;
  width: 175px;
  background: url(images/bgsidebartop.gif) left top no-repeat;
  }

.sidebars {
  width: 155px;
  padding:0 10px;
  background: #363636;
  }

 .sidebars img {
  float:left;
  margin:0 10px 0 0;
  } 
  
.sidebars h2 {
  padding: 0 0 2px 0;
  font-size: 11pt;
  color: #fff;
  letter-spacing: -1px;
  }

.sidebars p {
  padding: 2px 0;
  font-size: 9pt;
  }

#welcome {
  display:inline;
  padding: 0;
  }

#welcome a {
  display: inline;
  color: #fff;
  text-decoration:none;
  }

#welcome a:hover {
  color:#fff;
  }

#welcome p {
  color: #fff;
  margin:0;
  padding:0;
  font-size:15px;
  font-weight:bold;
  display:inline;
  }

.sidebarsbottom {
  clear: both;
  width: 175px;
  height: 12px;
  background: url(images/bgsidebarbottom.gif) left bottom no-repeat;
  }


/* Sidebar 2 columns widget-ready */

.sidebarsB {
  width: 175px;
  margin-top: 15px;
  }

.sidebar1 {
  float: left;
  width: 165px;
  }

.sidebar2 {
  float: left;
  width: 165px;
  }

.sidebarsB h2 {
  padding: 5px 7px;
  font-size: 11pt;
  color: #fff;
  background: url(images/sidebar_h2.gif) left no-repeat;
  margin-bottom: 3px;
  }

.sidebarsB table {
  width: 162px;
  }

.sidebarsB ul {
  margin: 0;
  padding: 0 0 5px 0;
  }

.sidebarsB li {
  margin-bottom: 20px;
  list-style: none;
  font-size: 9pt;
  }

.sidebarsB li ul {
  padding: 0;
  }

.sidebarsB ul ul li {
  margin: 0;
  padding: 3px 2px 2px 16px;
  color: #222;
  background: url(images/bullet.gif) 6px 7px no-repeat;
  line-height: 17px; /* Required for cross-browser consistency; cross-browser defaults vary. */
  border-bottom: 1px dotted #ccc;
  }

.sidebarsB a {
  display: block;
  color: #333;
  text-decoration: none;
  display: inline;
  }

.sidebarsB a:hover {
  color: #0066cc;
  text-decoration: underline;
  }

.sidebarsB p {
  padding: 2px 0;
  font-size: 9pt;
  }

#tag_cloud a {
  display: inline;
  }

.sidebarsB ul.children li {border-bottom:none;}
.sidebarsB ul.children {margin-bottom:-5px;}


/* Footer */

#footer {
  clear: both;
  padding: 10px 0 0;
  color: #fff;
  margin: 0;
  height: 76px;
  background: url(images/bgbottom.gif) left top no-repeat;
  text-align: center; /* IE Centering Technique */
  }

#footer p {
  padding: 10px 0 0;
  font-size: 12px;
  color: #fff;
  text-align: center;
  margin-left:80px;
  }

#footer a {
  color: #e17b18;
  text-decoration:none;
  }

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

#footer a.nostyle {
  color:white;
  text-decoration:none;
  }

#footer a.nostyle:hover {
  color:white;
  text-decoration:underline;
  }

#footer a.rssblog {
  padding:0 25px 3px 0;
  background: url(images/rss_ico.gif) right top no-repeat;
  }

#credits a {
  display:none;
  clear: both;
  margin: 0 auto;
  line-height: 19px;
  }


/* Extras */

.cleared {
  clear: both;
  }

.left {
  float:left;
  }

.right {
  float:right;
  }

#nextprevious {
  padding:10px;
  font-size:80%;
  }

.read-more {
  background:url("images/commentbutton.gif") no-repeat scroll left top transparent;
  height:16px;
  padding:1px;
  float:right;
  width:135px;
  margin:10px;
  }

.read-more:hover {
  background:url("images/commentbuttonon.gif") no-repeat scroll left top transparent;
  }

.read-more a {
  font-size:11px;
  text-decoration:none;
  color:#ccc;
  padding: 0 0 0 7px;
  }

.read-more a:hover {
  color:#fff;
  }
 
.related {
   background:url("images/related.gif") no-repeat scroll 10px top transparent;
   padding:15px 0 0 15px;
   margin:0 0 20px;
   }
  
#content .related h3 {
   font-size:18px;
   font-weight:normal;
   color:#333;
   margin:0 0 5px 0;
   }

#content .related ul {
  list-style:none;
  margin:0;
  padding:0;
  }

#content .related ul li {
  margin:2px 0 0 10px;
  background:url("images/related_bullet.gif") no-repeat scroll left 5px transparent;
  padding:0 0 0 12px;
  }

#content .related ul li a {
  color:#333;
  font-size:14px;
  }
 
 #content .related ul li a:hover {
  text-decoration:none;
  }
 
.comment {
  background:url("images/comment_top.gif") repeat-x scroll left top #fff;
  padding:10px 0 0;
  margin:10px;
  }

#content .comment h3 {
  font-size:18px;
  font-weight:normal;
  color:#333;
  }

#content .comment .published_comments p {
  width:auto;
  padding:5px 0 0 15px;
  margin:0 0 0 30px;
  float:none;
  }

#content .comment .published_comments .commentmetadata a {
  text-transform:none;
  }
  
.published_comments {
  float:left;
  margin:15px 0;
  }

#content  .comment p.aviso {
  color:#990000;
  }

/* SocioFluid styles, plugin to share posts */
  
 #sociobar1 {
  margin:2px;
  }

/* Estilos del buscador de Iberinform */

.buscador {
  font-size:11px;
  }

.buscador input {
  margin-top:2px;
  font-size:12px;
  }

.buscador img {
  margin-top:2px;
  cursor:pointer;
  }

.pagebar {
  font-size:15px;
  margin:10px 0 20px 20px;
  line-height:26px;
  }
 
.pagebar a {
  font-size:13px;
  border:1px solid #0066CC;
  padding:3px 5px;
  text-decoration:none;
  }

.pagebar a:hover {
  color:#fff;
  background-color:#0066CC;
  }
  
  #cc {
  float:right;
  margin:10px;
  }
 
 #content .PSR_stars {
 background-color:#fff;
 float:none;
 font-size:13px;
 height:30px;
 margin:20px 10px 0;
 padding:5px;
 }
 .sidebarsB li#text-4 {
	 background: url(http://www.gestoresderiesgo.com/wp-content/themes/Morosidad/images/iberinform.gif) no-repeat 0 bottom;
	 padding-bottom:73px;
	 position:relative;
	 }
.sidebarsB a.link_iber { display:none;}
.sidebarsB li#text-4 a.link_iber {
bottom:0;
display:block;
height:50px;
position:absolute;
width:100%;	
}
