* {
  margin: 0;
  padding: 0;
  }

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

h1, h2, h3, h4, h5, h6 {
  font-family: "adelle-1","adelle-2",Georgia, "Times New Roman", Times, serif;

  }

hr {
  color: #333;
  border: 1px solid #121212;
  }

pre {
  height: auto; 
  overflow-x:scroll;
  }

fieldset {
  margin: 0;
  padding: 0; 
  border: 0;
  }

dd {
  padding-left: 15px;
  }


p {
  font-size: 9pt;
  line-height:20px;
  }

a {
  color: #6598b8;
  text-decoration: none;
  }

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

a img {
  border: none;  
  }

blockquote {
color:#666666;
font-family: Georgia, Times New Roman, Times, serif;
font-size:40px !important;
font-style:italic;
margin:10px 10px 5px 0;
padding:5px 0;
  }
  
blockquote p{
font-size:38px !important;
line-height:45px;
  }

code {
  color: #3366cc;
  font-style: italic;
  }

strong {
  font-size: 110%;
  }

body {
  text-align: center;
  margin: 0;
  padding: 0 0 15px 0;
  font-family: Arial, Helvetica, sans-serif;
  background: #fff url(images/bgbody.jpg) top center no-repeat;
  }


/* Header and wrapper */
#wrapper {
  margin: 0 auto;
  width: 970px;
  text-align: left;
  padding: 0;
  }

#header {
  padding: 0;
  margin: 0;
  height: 80px;
  }

#header #topright {
  text-align: right;
  float: right;
  width: 600px;
  margin: 5px 0 0 0;
}
#header #topright ul {
  list-style: none;
  padding: 0;
  margin: 0;
  }
#header #topright li {
  display: inline;
  }
#header #topright li a {
  color: #fff;
  font-size: 9pt;
  padding: 0 0 0 25px;
  text-transform: lowercase;
  }
#header #topright li a:hover {
  color: #000;
  text-decoration: none;
  }

#header #logo {
  float: left;
  width: 350px;
  margin: 24px 0 0 41px;
  padding: 0;
}
#header h1 {
  padding: 0;
  margin: 0;
  }
#header h1 a {
  color: #fff;
  font-size: 17pt;
  text-decoration: none;
  }
#header h1 a:hover {
  color: #eee;
  text-decoration: none;
  }
#header span {
  padding: 0;
  color: #111;
  font-size: 11pt;
  }


/* Menu */

#catnav {
  margin: 20px 0 0 0;
  padding: 2px 0 0;
  clear: both;
  height: 44px;
  width: 960px;
  }

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

#nav li {
  float: left;
  margin: 0;
  padding: 0;
  }

#nav a {
color:#66614E;
display:block;
font-size:8pt;
font-weight:bold;
line-height:44px;
margin:0;
padding:0 20px 0 15px;
text-transform:uppercase;
  }

#nav li a:hover {
  color: #DF4356;
  text-decoration: none;
  display: block;
  }

#nav li ul {
  list-style: none;
  position: absolute;
  width: 150px;
  left: -999em;
  }

#nav li:hover ul, #nav li.sfhover ul {
  left: auto;
  }
	
#nav li li {
  float: left;
  margin: 0;
  padding: 0;
  width: 150px;
  }
	
#nav li li a {
  width: 150px;
  height: 24px;
  line-height: 24px;
  color: #fff;
  border-top: 1px solid #131f27;
  background: #040404;
  margin: 0;
  padding: 5px 20px 5px 15px;
  }
	
#nav li li a:hover {
  border-top: 1px solid #131f27;
  background: #000;
  padding: 5px 20px 5px 15px;
  }

#nav li:hover, #nav li.sfhover { /* prevents IE7 drop-down menu bug (focus on a page element prevents nested menus from disappearing) */
  position: static;
  }

#toprss {
  float: right;
  margin: 10px 15px 0 0;
  display: inline;
  width: 65px;
  line-height: 41px;
  }



/* Top Content */

#main {
  margin: 70px 15px 0 40px;
  clear: both;
  width: 990px;
  padding-bottom: 5px;
  }
#contentwrapper {
  float:left;
  width: 560px;
  margin: 0 0 15px 0;
  padding: 0;
  }
#contentwrapper2 {
  float:left;
  width: 900px;
  margin: 0 0 15px 0;
  padding: 0;
  }
#contentwrapper .pageTitle, #contentwrapper2 .pageTitle {
  margin: 15px 0 10px 0;
  font-size: 14pt;
  color: #fff;
  font-weight: normal;
  background:#DF4356 none repeat scroll 0 0;
  padding: 5px;
  text-transform:capitalize;
  }
.topPost {
  margin: 0;
  padding: 0;
  font-size: 9pt;
  }
.topPost h2.topTitle a {
  font-size: 13pt;
  font-weight: bold;
  color: #66614E;

  }
.topPost h2.topTitle a:hover {
  text-decoration: none;
  color: #DF4356;
  }
.topPost p.topMeta {
  color:#DF4356;
font-size:9pt;
font-weight:bold;
margin:6px 0 0;
padding:0;
text-transform:uppercase; 
  }
.topPost p.topMeta a {
color:#66614E;
font-weight:normal;
text-decoration:none;
  }
.topPost p.topMeta a:hover {
  color: #ccc;
  }
.topPost div.topContent {
  font-size: 9pt;
  color: #66614E;
  margin: 8px 0 0 0px;
  padding-bottom: 9px;
  line-height:19px;
  }
.topPost div.topContent a {
color:#66614E;
font-weight:bold;
text-decoration: underline;
  }
.topPost div.topContent a:hover {
  text-decoration: none;
  color: #DF4356;
  }



.topPost span.topComments {
color:#FFFFFF;
float:right;
font-size:9pt;
line-height:27pt;
  }
  
.topPost span.topMore, .topPost span.topTags {
color:#FFFFFF;
font-size:9pt;
line-height:27pt;
margin-right:5px;
  }
  
  
.topPost span.linkpages {
  font-size: 9pt;
  font-style: italic;
  color: #fff;
  margin-bottom: 10px; display:block;
  }
.topPost span.linkpages a:hover {
  color: #ddd;
  }
.topPost span.topComments:hover, .topPost span.topMore:hover, .topPost span.topTags:hover {
  
  }
.topPost span.topComments a {
background:transparent url(images/comment.png) no-repeat scroll left center;
color:#66614E;
line-height:25pt;
margin-left:40px;
padding-left:20px;
vertical-align:middle;
  }
.topPost span.topMore a {
  color: #66614E;
  background: url(images/more.png) left no-repeat;
  padding-left: 20px;
  line-height: 27pt;
  vertical-align: middle;
  font-weight:bold;
  }
.topPost span.topTags em {
  background: url(images/tags.gif) left no-repeat;
  padding-left: 20px;
  line-height: 27pt;
  vertical-align: middle;
  color: #0a0a0a;
  }
.topPost span.topTags a {
  color: #fff;
  line-height: 27pt;
  vertical-align: middle;
  }
.topPost span.topComments a:hover, .topPost span.topMore a:hover, .topPost span.topTags a:hover {
  color: #DF4356;
  text-decoration: underline;
  }
  
#posttitle {
	border-bottom: 3px solid #66614E;
	
	}

#nextprevious {
  margin: 10px 0 5px 0;
  }
#nextprevious a {
  color:#66614E;
font-size:9pt;
font-weight:bold;
text-transform:uppercase;
  }
#nextprevious a:hover {
  color:#DF4356;
  }


/* Comments */

#comment {
	color:#66614E;
font-family:arial;
font-size:14px;
font-weight:bold;
	
	
	border-top:1px solid #090909;
	width:560px; /* fixes bug in IE7 where putting focus on the text makes it disappear behind the background. yeah, weird. they call it a dimensional bug. */
  }
#comment h3 {
  color:#66614E;
font-size:12pt;
font-weight:bold;
margin:14px 0;
padding:0;
  }
#comment p a {
  color: #6598b8;
  }
#comment p a:hover {
  color: #fff;
  }
#comment p {
font-size:9pt;
margin:7px 0;
padding:0 0 0 0px;
  }
ul.commentlist, ul.trackback  {
  list-style-type: none;
  margin: 10px 0;
  font-size: 9pt;
  }
.commentlist li, .trackback li {
  margin: 10px 0 15px 0;
  padding: 10px;
  list-style-type: none;
  }
.commentlist li.alt {
background:#FBE4E6 none repeat scroll 0 0;
border-bottom:1px solid #66614E;
border-top:1px solid #66614E;
margin-top:10px;
  }
.commentlist li.cleared {
  background: transparent;
  border: none;
  }
.commentlist a:hover {
  color: #eee;
  }
.commentlist a.gravatar {
  float: left;
  margin: 0 15px 10px 0;
  width: 60px;
  }
.commentlist .commentbody {
  margin: 0;
  padding: 0;
  }
.commentlist .commentbody p a {
  text-decoration: underline;
  }
.commentlist cite {
  font-size: 10pt;
  font-style: normal;
  color: #66614E;
  }
.commentlist small.commentmetadata a {
  color: #666;
  }
.commentlist p {
  color: #66614E;
  font-family:Arial, Helvetica, sans-serif;
  font-weight: normal;
  }
#respond {
  clear: both;
  margin-top: 14px;
  }
textarea#comment {
background:#FFFFFF none repeat scroll 0 0;
color:#66614E;
padding:10px;
width:430px;
  }
#comment #submit {
margin:1px 0 0 0px;
width:455px;
  }
#extrastuff a {color:#222; font-size:0.8em;}
#extrastuff a:hover {color:#6598b8; text-decoration:none;}
#extrastuff #rssleft {float:left; width:250px;}
#extrastuff #trackright {float:right; width:180px; text-align:right;}


/* Welcome section */

#main #welcome {
  margin: 0 0 20px 0;
  padding: 0 0 5px 0;
  background: url(images/bg-trans.png) repeat;
  }
#main #welcome h2 {
  font-size: 14pt;
  font-weight: normal;

  color: #fff;
  letter-spacing: -2px;
  margin: 0 10px;
  padding: 10px 0 3px 0;
  }
#main #welcome p {
  font-size: 9pt;
  color: #eee;  
  margin: 0 10px;
  padding: 6px 0;
  }
#main #welcome a {
  text-decoration: underline;
  color: #ff9933;
  }
#main #welcome a:hover {
  color: #6598b8;
  }
#main #welcome form {
  margin: -5px 0 0 0;
  background: transparent; /* required for IE */
  }
#main #welcome #feedbox {
  border: 1px solid #ccc;
  padding: 2px 1px;
  width: 180px;
  }
.submitbutton {
background:#DF4356 none repeat scroll 0 0;
border:1px solid #FBE4E6;
color:#FBE4E6;
font-size:11pt;
margin:-5px 0 0 5px;
padding:5px 10px;
vertical-align:middle;
  }
.submitbutton:hover {
background:#FBE4E6 none repeat scroll 0 0;
color:#DF4356;
cursor:pointer;
  }


/* Sidebars */
#sidebars {
color:#EEEEEE;
float:right;
margin:32px 0 0;
width:410px;
  }
#sidebars .sidebarbox {
padding:0 0;
  }

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

#sidebar_left {
float:left;
width:180px;
  }

#sidebar_right {
float:right;
width:222px;
  }

#sidebars h2 {
border-bottom:2px solid #DF4356;
border-top:2px solid #66614E;
color:#DF4356;
font-size:11pt;
font-weight:bold;
margin:0 0 2px;
padding:10px 15px;
  }

#sidebars table {
  width: 130px;
  }

#sidebars ul {
  margin: 0;
  padding: 0 0 0px 0;
  }

#sidebars li {
  margin-bottom: 20px;
  list-style: none;
  font-size: 10pt;
  }

#sidebars li ul {
margin-bottom:10px;
padding:0;
  }

#sidebars ul ul li {
background-color:#FFFFFF;
color:#EEEEEE;
font-weight:bold;
margin:0 0 0;
padding:7px 2px 6px 16px;
text-transform:capitalize;
  line-height: 17px; /* Required for cross-browser consistency; cross-browser defaults vary. */
  }

#sidebars a {
color:#66614E;
text-decoration:none;
  }
#sidebars a:hover {
  color: #66614E;
  text-decoration: underline;
  }

#sidebars p {
  padding: 2px 0;
  font-size: 9pt;
  color: #eee;
  }

#tag_cloud a {
  display: inline;
  }

#sidebars ul.children li {border-bottom:none;}
#sidebars ul.children {margin-bottom:0;}

#bioagn {
	width: 100%;
	margin-bottom:2px;
}
#bioagn .biotitle {
	color: #a3d04d;
}
#bioagn .biodesc {
background-color:#FBE4E6;
color:#66614E;
font-size:12px;
font-weight:bold;
line-height:18px;
padding:15px 26px 16px;
	}
	
#bioagn .fotoleft {
	float:left;
margin-left:15px;
margin-top:18px;
width:95px;
}
	
#buscador {
	background-color:#DF4356;
margin-bottom:2px;
padding:16px 0;
	}

#sidebartwitt {
	color: #66614E;
	font-weight:bold;
	padding-bottom:6px;
	}
	
#tweets {
	padding: 8px 0 0 15px;
	}

/* Before footer */

#morefoot {
  background: #000 url(images/bggrad.jpg) top left repeat-x;
  border: 1px solid #070707;
  padding: 15px;
  color: #dfdfdf;
  margin: 0 0 10px 0;
  }
#morefoot p {
  margin: 5px 0;
  padding: 5px 0;
  }
#morefoot ul {
  list-style-type: none;
  margin-top: 5px;
  }
#morefoot ul li, #morefoot p {
  font-size: 9pt;
  }
#morefoot a {
  text-decoration: underline;
  color: #ddd;
  }
#morefoot a:hover {
  text-decoration: underline;
  color: #6598b8;
  }
#morefoot h3 {
  font-size: 12pt;
  font-weight: normal;
  color: #dfdfdf;
  letter-spacing: -1px;
  border-bottom: 1px dotted #444;
  margin: 0;
  padding: 0 0 2px 0;
  }
#searchbox {
color:#DF4356;
font-family:arial;
font-size:14px;
font-weight:bold;
margin:0 0 0 16px;
padding:5px;
width:194px;
  }
  
  #author {
color:#66614E;
font-family:arial;
font-size:14px;
font-weight:bold;
margin:0;
padding:5px;
width:194px;
  }
  
   #email {
color:#66614E;
font-family:arial;
font-size:14px;
font-weight:bold;
margin:0;
padding:5px;
width:194px;
  }
  
     #url {
color:#66614E;
font-family:arial;
font-size:14px;
font-weight:bold;
margin:0;
padding:5px;
width:194px;
  }
  
  
  
#morefoot .col1 {
  float: left;
  width: 340px;
  }
#morefoot .col2 {
  margin: 0 25px;
  }
#morefoot .col2, #morefoot .col3 {
  float: left;
  width: 260px;
  }
#morefoot li {
  padding-left: 20px;
  margin-bottom: 5px;
  background: url(images/more.gif) left 2px no-repeat;
  line-height: 17px; /* Required for cross-browser consistency; cross-browser defaults vary. */
  }


/* footer*/
#footer {
  clear: both;
  padding: 1px 15px 10px 15px;
  }
#footer p {
  font-size: 9pt;
  color: #bbb;
  padding: 0;
  text-align:center;
  }
#footer a {
  color: #bbb;
  text-decoration: underline;
  }
#footer a:hover {
  color: #fff;
  }
#footerleft {
  float: left;
  width: 100%;
  }
#footerright {
  float: right;
  width: 300px;
  text-align: right;
  }



/* Misc */

.highlight {
  color: #222;
  font-weight: bold;
  }

.cleared {
  margin: 0;
  padding: 0;
  clear: both;
  }

.alignleft {
  float: left;
  margin: 5px 10px 5px 0;
  }
.alignright {
  float: right;
  margin: 5px 0 5px 10px;
  }
.aligncenter,
div.aligncenter {
  margin: 10px auto;
  text-align: center;
  display: block;
  }

img.alignleft {
  float: left;
  margin: 5px 10px 5px 0;
  }
img.alignright {
  float: right;
  margin: 5px 0 5px 10px;
  }
img.aligncenter {
  margin: 10px auto;
  text-align: center;
  display: block;
  }

.wp-caption {
  border: 1px solid #ddd;
  text-align: center;
  background-color: #f3f3f3;

  padding-top: 4px;

  /* optional rounded corners for browsers that support it */

  -moz-border-radius: 3px;

  -khtml-border-radius: 3px;

  -webkit-border-radius: 3px;
  border-radius: 3px;
  }

.wp-caption img {
  margin: 0;
  padding: 0;
  border: none;
  }

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  padding: 0 4px 5px;
  margin: 0;
  color: #111;
  }
  
  
.rssicon {
	background-image: url(/wp-content/themes/pixeled/images/rssicon.jpg);
	background-repeat: no-repeat;
	background-position: left;	
	}
  
  
/*FIRMA*/

.cuadrofirma {
	padding:0 18px;
	background-color: #FBE4E6;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #66614E;
	overflow:hidden;
}
.cuadrofirma .lafoto {
	float: left;
	width: 75px;
	margin-right: 13px;
}
.cuadrofirma .eltexto {
	float: left;
	width:350px;
	margin-top:-20px;
}

/*END FIRMA*/
.relatedpostsblock {
	border-top: 1px dotted #66614E;
	border-bottom: 1px dotted #66614E;
	padding: 5px 10px 8px 18px;
	
	}

ol {
	list-style-type: none;
	padding:0;
	color:#66614E;
padding-top:2px;
	}
	
ol a{
	color:#66614E;
	line-height:19px;
	font-weight: bold;
	}
	
ol a:hover{
	color:#DF4356;
	}


.adsbox {
	margin: 9px 0;
	overflow:hidden;
	}
	
.adsblocks {
	float: left;
	width: 200px;
	margin-left: 5px;
	}

.adsrelacionados {
	float: right;
	width: 125px;
	margin-top:3px;
	}