/*  HTML5 ✰ Boilerplate  */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

blockquote, q { quotes: none; }
blockquote:before, blockquote:after,
q:before, q:after { content: ''; content: none; }
ins { background-color: #ff9; color: #000; text-decoration: none; }
mark { background-color: #ff9; color: #000; font-style: italic; font-weight: bold; }
del { text-decoration: line-through; }
abbr[title], dfn[title] { border-bottom: 1px dotted; cursor: help; }
table { border-collapse: collapse; border-spacing: 0; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
input, select { vertical-align: middle; }

body { font:13px/1.231 sans-serif; *font-size:small; } 
select, input, textarea, button { font:99% sans-serif; }
pre, code, kbd, samp { font-family: monospace, sans-serif; }

html { overflow-y: scroll; }
a:hover, a:active { outline: none; }
ul, ol { margin-left: 2em; }
ol { list-style-type: decimal; }
nav ul, nav li { margin: 0; list-style:none; list-style-image: none; }
small { font-size: 85%; }
strong, th { font-weight: bold; }
td { vertical-align: top; }

sub, sup { font-size: 75%; line-height: 0; position: relative; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }

pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; padding: 15px; }
textarea { overflow: auto; }
.ie6 legend, .ie7 legend { margin-left: -7px; } 
input[type="radio"] { vertical-align: text-bottom; }
input[type="checkbox"] { vertical-align: bottom; }
.ie7 input[type="checkbox"] { vertical-align: baseline; }
.ie6 input { vertical-align: text-bottom; }
label, input[type="button"], input[type="submit"], input[type="image"], button { cursor: pointer; }
button, input, select, textarea { margin: 0; }
input:valid, textarea:valid   {  }
input:invalid, textarea:invalid { border-radius: 1px; -moz-box-shadow: 0px 0px 5px red; -webkit-box-shadow: 0px 0px 5px red; box-shadow: 0px 0px 5px red; }
.no-boxshadow input:invalid, .no-boxshadow textarea:invalid { background-color: #f0dddd; }

::-moz-selection{ background: #E30F28; color:#fff; text-shadow: none; }
::selection { background:#E30F28; color:#fff; text-shadow: none; }
a:link { -webkit-tap-highlight-color: #E30F28; }

button {  width: auto; overflow: visible; }
.ie7 img { -ms-interpolation-mode: bicubic; }

body, select, input, textarea {  color: #444; }
h1, h2, h3, h4, h5, h6 { font-weight: bold; }
a, a:active, a:visited { color: #607890; }
a:hover { color: #036; }

/*  END HTML5 ✰ Boilerplate  */

/* CLEARFIX */
.cf:before, .cf:after { content:""; display:table; }
.cf:after { clear:both; }
.cf { zoom:1; }
/* END CLEARFIX */

/*******************************************************************************
  ESTILOS ESTRUCTURALES
*******************************************************************************/

body {
  text-align:center;
  font:12px/20px Verdana, Tahoma, Arial, Helvetica,sans-serif;
  color:#4D4D4F;
}

#hd, #header_menu, #bd, #ft {
  width:920px;
  margin:0 auto;
  text-align:left;
}

/* HEADER */

#hd {
  position:relative;
  background-color:blue;
  background:url(images/picture1.jpg) no-repeat bottom left;
  height:245px;
}

#logo {
  position:absolute;
  top:0px;
  right:0px;
  z-index:1;
  width:363px;
  height:86px;
  background:url(images/bg-box.png) no-repeat bottom left;
}

#logo a {
  display:block;
  width:293px;
  height:52px;
  background:url(images/logo.png) no-repeat top left;
  text-indent:-200px;
  overflow:hidden;
  margin:15px auto 0;
  padding:0;
}

/* BODY & HEADER MENU */

#header_menu {
  overflow:hidden;
  margin-bottom:17px;
}

#header_menu div.inner {
  float:right;
}

#header_menu ul {
  list-style:none;
  padding:0 0 15px;
  margin:0;
}

#header_menu div ul li {
  display:inline;
  float:left;
  margin:0 17px 0 0;
  padding:0 0 0 17px;
  font-size:15px;
  line-height:21px;
}

#header_menu div ul li + li {
  background:url(images/marker2.gif) no-repeat 0 3px;
}

#header_menu div ul li a {
  color:#E30F28;
  text-decoration:none;
}

#header_menu div ul li a:hover {
  text-decoration:underline;
}


#bd {
  background:url(images/bg-main.gif) repeat-y;
  padding:15px 0;
}

/* SIDEBAR */

#sidebar {
  width:240px;
  float:left;
}

#sidebar .navbar {
  padding-right:15px;
}

#sidebar h2 {
  font-size: 22px;
  line-height: 24px;
  font-weight: normal;
  color: #E30F28;
  background: url(images/arrow1.gif) no-repeat center left;
  padding: 0 0 2px 27px;
  position: relative;
  float: right;
  margin: -2px 0 7px;
}

#sidebar #searchform {
  float:right;
  margin-bottom:15px;
}

#sidebar #searchform label {
  display:none;
}
#sidebar #searchform #s {
  width:125px;
}

#sidebar div.menu + div.menu {
  margin-top:45px;
}

#sidebar .menu ul,
#sidebar .menu li {
  list-style:none;
  margin:0;
  padding:0;
  text-align:right;
}

#sidebar .menu li {
  float:right;
  clear:both;
  margin-bottom:8px;
  padding-bottom:3px;
}

#sidebar .menu li {
  border-bottom:1px dotted #fff540;
}

#sidebar a {
  color:#4D4D4F;
  text-decoration:none;
  font:italic 12px/16px Georgia, Garamond, Times, serif;
}

#sidebar a:hover {
  text-decoration:underline;
}

/* block (destacado) */
#sidebar .block {
  width:230px;
  margin:25px 0 0 11px;
  font-size:11px;
  line-height:14px;
  color:#6e6e6e;
}
#sidebar .block img {display:block;}
#sidebar .block p {
  margin:4px 0 0;
  padding:0 8px 0 4px;
  background: url(images/arrow4.gif) no-repeat 5px 4px;
  text-indent:23px;
}
#sidebar .block-inner div {
  height:1%;
  overflow:hidden;
  padding:13px 14px 0 0;
}
#sidebar .block-inner div a {padding:0 18px 0 0;}
#sidebar .block .heading {
  margin:0 0 -3px;
  position:relative;
}
#sidebar .heading-holder {
  padding:0 14px 0 0;
  height:40px;
  background:url(images/bg-heading-r.gif) no-repeat 100% 0;
  float:right;
  overflow:hidden;
}
#sidebar .heading-frame {
  padding:0 0 0 14px;
  height:40px;
  background:url(images/bg-heading-l.gif) no-repeat;
  float:left;
  overflow:hidden;
}
#sidebar .heading-inner {
  padding:14px 2px 0 3px;
  height:27px;
  background:url(images/bg-heading-c.gif) repeat-x;
  float:left;
  overflow:hidden;
}

#sidebar .block-holder {
  background:url(images/bg-block-c.gif) repeat-y;
  width:230px;
  overflow:hidden;
}
#sidebar .block-frame {
  background:url(images/bg-block-t.gif) no-repeat;
  width:230px;
  padding:11px 0 0;
  overflow:hidden;
}
#sidebar .block-inner {
  padding:22px 12px 18px 24px;
  background:url(images/bg-block-b.gif) no-repeat 0 100%;
  width:194px;
  overflow:hidden;
}

#sidebar div.heading-destacado {
  float:right;
  width:220px;
  overflow:visible;
}
#sidebar div.heading-destacado .heading-holder,
#sidebar div.heading-destacado .heading-frame ,
#sidebar div.heading-destacado .heading-inner {
  overflow:visible;
  height:auto;
}

#sidebar .block h3 {
  color: #E30F28;
  margin: 0;
  font-size: 21px;
  line-height: 23px;
  font-weight: normal;
  letter-spacing: 1px;
}

#sidebar .block-frame .more {
  background: url(images/arrow2.gif) no-repeat 100% 5px;
  color:#E30F28;
  float:right;
  padding:0 19px 0 0;
  font:italic bold 11px/14px Georgia, Garamond, Times, serif;
  overflow:visible;
}
/* sidebar destacado */

/* CONTENT */

.post-excerpt a,
.post-content a,
.page #content p a {
  font:italic bold 11px/16px Georgia, Garamond, Times, serif;
  color:inherit;
}

.alignright {
  float: right;
  margin: -5px 0 0 12px;
  position: relative;
  display: inline;
}

.alignleft {
  float: left;
  margin: -5px 12px 0 0;
  position: relative;
  display: inline;
}

#content {
  width:620px;
  float:right;
}

.post,
.post-content,
.pagination {
  padding:0 75px 0 0;
  overflow:hidden;
}

.post + .post {
  margin-top:50px;
}

.pagination {
  margin:40px 0;
  overflow:hidden;
}

.pagination a {
  font:italic bold 11px/16px Georgia, Garamond, Times, serif;
  color:#E30F28;
}

.pagination a.back {
  float:right;
  padding:0 20px 0 0;
  background:url(images/arrow3.gif) no-repeat 100% 4px;
}

.pagination .prev {
  background: white url(images/arrow3_reverse.gif) no-repeat 0 4px;
  float: left;
  padding-left: 25px;
}

.pagination .next {
  background: white url(images/arrow3.gif) no-repeat 100% 4px;
  float: right;
  padding-right: 20px;
}

.post-excerpt .more {
  overflow:hidden;
  height: 1%;
  background: url(images/bg-details.gif) repeat-x 0 9px;
}

.post-excerpt .more span {
  float: right;
  background:url(images/arrow3.gif) no-repeat 100% 4px;
  padding: 0 20px 0;
  overflow: visible;
}

.post-excerpt .more a {
  font:italic bold 11px/16px Georgia, Garamond, Times, serif;
  color:#E30F28;
}

/* FOOTER */

#ft {
  padding:50px 0 80px;
  overflow:hidden;
}

#copyright {
  text-align:center;
  font:italic 10px/18px Arial, Verdana, Tahoma, Helvetica,sans-serif;
}

#footer_menu {
  position:relative;
  width:100%;
  overflow:hidden;
  margin:0 0 17px;
  text-align:center;
}

#footer_menu div {
  float:left;
  position:relative;
  left:50%;
}

#footer_menu div ul {
  list-style:none;
  padding:0 0 15px;
  margin:0;
  float:left;
  position:relative;
  left:-50%;
  background:url(images/bg-addnav.gif) repeat-x 0 100%;
}

#footer_menu div ul li {
  display:inline;
  float:left;
  margin:0 17px 0 0;
  padding:0 0 0 17px;
  font-size:15px;
  line-height:21px;
}

#footer_menu div ul li + li {
  background:url(images/marker2.gif) no-repeat 0 3px;
}

#footer_menu div ul li a {
  color:#E30F28;
  text-decoration:none;
}

#footer_menu div ul li a:hover {
  text-decoration:underline;
}

#footer_logo {
  position:relative;
  width:100%;
  overflow:hidden;
  text-align:center;
  font:italic 12px/16px Georgia, Garamond, Times, serif;
}

#footer_logo .inner {
  width:400px;
  overflow:hidden;
  margin:0 auto;
  padding:0 0 10px 40px;
  background:url(images/divider-footer.gif) repeat-x 0 100%;
}

#footer_logo img {
  float:left;
}
#footer_logo address {
  float: left;
  margin: -2px 0 0 11px;
  height: 1%;
  font-size: 14px;
  line-height: 20px;
  text-align: left;
  font-style: normal;
}

/* TIPOGRAFIA */

.single #content h1,
.page #content h1 {
  margin:0 0 1em;
  font-size:32px;
  line-height:33px;
  color: #E30F28;
  font-weight:normal;
}

.single #content h1 {
  margin-bottom:11px;
}

.single-post-details {
  list-style:none;
  margin:0 0 1em;
  padding:0;
  overflow:hidden;
  font:italic 12px/12px Georgia, Garamond, Times, serif;
}

.single-post-details li {
  display:inline;
  float:left;
  margin:0 8px 0 0;
}

.single-post-details li + li {
  background:url(images/marker3.gif) no-repeat 0 1px;
  padding:0 0 0 10px;
}

.home #content h2,
.paged #content h2,
.category #content h2 {
  margin:0 0 15px;
  font-size:20px;
  line-height:1.2em;
  font-weight:normal;
}

.home #content .first h2,
.paged #content .first h2,
.category #content .first h2 {
  font-size:32px;
}

.home #content .first h2,
.paged #content .first h2,
.category #content .first h2,
.home #content h2 a,
.paged #content h2 a,
.category #content h2 a {
  color: #E30F28;
  text-decoration:none;
}

.home #content h2 a:hover,
.paged #content h2 a:hover,
.category #content h2 a:hover {
  text-decoration:underline;
}

.page #content h2 {
  color:#1fa1de;
  font:italic 12px/12px Georgia, Garamond, Times, serif;
  background: url(images/arrow4.gif) no-repeat center left;
  text-indent:20px;
  margin:0 0 20px;
  overflow:visible;
}

p + p {
  margin-top:20px;
}

.page #content p + h2 {
  margin-top:20px;
}

.menu .current-menu-item a {
  font-weight:bold !important;
  color:#4D4D4F !important;
}

