/* jpscaletti.org
 * Main CSS stylesheet
 * 2008/08/18
*/

/* Normalizes margin, padding */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td 
{ margin: 0; padding: 0; }

/* Normalizes font-size for headers */
h1, h2, h3, h4, h5, h6
{ font-size: 100%; line-height:1; font-weight: normal; cursor: default; }

/* Removes list-style from lists */
ol,ul { list-style: none; }

/* Normalizes font-style and font-weight to normal */
address, caption, cite, code, dfn, em, strong, th, var
{ font-style: normal; font-weight: normal; }

/* Removes list-style from lists */
table { border-collapse: collapse; border-spacing: 0; }

/* Removes border from fieldset and img */
fieldset,img { border: 0; }

/* Left-aligns text in caption and th */
caption,th { text-align: left; }

/* Removes quotation marks from q */
q:before, q:after { content: ''; }

html { background: #fff; }

strong { font-weight: bold; }
em { font-style: italic;}

p {
  margin: 2px 0 15px 0;
}
a {
  color: #396496;
  text-decoration: none;
  cursor: pointer;
  outline: none;
}
a:hover {
  text-decoration: none;
  border-bottom: 1px solid #396496;
}


body {
  font-family: HelveticaNeue, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.4;
  background: white;
  color: #111;
  text-align: left;
}

/*Es hora de dejar de usar IE6 */

#no-more-ie6  {
position: relative; 
top: 0; 
left: 0; 
padding: 10px 5px;
width: 100%;
background-color:#F8FFB9;
border-bottom: 1px solid #F79737;
font-size: 90%;
color: #222;
}

#no-more-ie6 p {
 position: relative;
 width: 960px;
 margin: 0 auto;
}

#no-more-ie6  a {
font-weight: bold; 
text-decoration: underline;
}


#Container {
  position: relative;
  width: 960px;
  margin: 0 auto;
}

#Branding {
  position: absolute;
  right: 0;
  top: 15px;
  text-align: left;
  width: 350px;
  z-index: 100;
}
#Branding a:hover {
  border-bottom: none;
}
#Branding img {
  padding: 0;
  margin: 0;
  background: transparent;
  border: none;
}
#Branding .photo {
  display: block;
  left: 0;
  top: 0;
}
#Branding .text {
  position: absolute;
  display: block;
  right: 0;
  top: 36px;
}
#Branding .text a {
  color: black;
  font-size: 48px;
}


#MainMenu {
  position: absolute;
  top: 63px;
  left: 0;
  width: 60%;
  z-index: 0;
}
#MainMenu li {
  display: inline;
  margin-right: 15px;
  padding-right: 10px;
}
#MainMenu li a {
  color: #444;
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing:-0.01em;
}
#MainMenu li a:hover {
  color: #396496;
  border-bottom: 2px solid #396496;
}
#MainMenu li.current a {
  color: #F79737;
}
#MainMenu li.current a:hover {
  color: #F79737;
  border-bottom: 2px solid #F79737;
}


#Columns {
  padding: 200px 0 40px 0;
  width: 100%;
}
#Columns h2 {
  font-size: 13px;
  text-transform: uppercase;
  color: #204262;
  padding: 0;
  margin-bottom: 30px;
}
#Columns h2 a {
  font-weight: bold;
  color: #204262;
}
#Columns h2 a:hover {
  border-bottom: 1px solid #666;
}
#Columns hr {
  margin: 0 0 40px 0;
  border: none;
  height: 1px;
  line-height: 0;
  background: #ddd;
}

#Columns .more {
  padding: 10px 0 0 0;
  margin: 0;
  clear: both;
  float: none;
}
#Columns .more a {
  font-size: 14px;
}


#Columns .col_posts {
   background: transparent url(../img/back_proy.jpg) no-repeat right bottom; 
  padding-bottom: 30px;
}
#Columns .col_posts h2 {
  margin-bottom: 22px;
}
#Columns .col_posts li {
  position: relative;
  float: left;
  padding: 12px 69px 9px 89px;
  margin: 1px 1px 15px 1px;
  width: 624px;
  cursor: pointer;
  font-size: 14px;
  min-height: 70px;
  overflow: hidden;
  border-top-left-radius: 24px;
  -moz-border-radius-topleft: 24px;
  -webkit-border-top-left-radius: 24px;
  border-bottom-right-radius: 24px;
  -moz-border-radius-bottomright: 24px;
  -webkit-border-bottom-right-radius: 24px;
}
#Columns .col_posts li p {
  margin: 6px 0 0 0;
  padding: 0;
}
#Columns .col_posts li .date {
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  width: 44px;
  height: 51px;
  padding: 20px 14px 20px 14px;
  font-size: 18px;
  line-height: 1.1;
  color: white;
  border-top-left-radius: 23px;
  -moz-border-radius-topleft: 23px;
  -webkit-border-top-left-radius: 23px;
}
#Columns .col_posts li .date strong {
  font-size: 22px;
  display: block;
}
#Columns .col_posts li h3 a, #Columns .col_posts li h3 a:hover {
  font-size: 22px;
  border-bottom: none;
}


#Columns .col_posts li.green h3 a {
  color: #67853A;
}
#Columns .col_posts li.orange h3 a {
  color: #E6A948;
}
#Columns .col_posts li.blue h3 a {
  color: #396596;
}

#Columns .col_posts li:hover {
  color: white;
  margin: 0 0 14px 0;
}
#Columns .col_posts li:hover h3 a {
  color: white;
}
}
#Columns .col_posts li:hover h3 a {
  color: white;
}

#Columns .col_posts li.green:hover {
  background: #67853A;
  border:1px solid #3F5123;
}
#Columns .col_posts li.orange:hover {
  background: #E6A948;
  border:1px solid #CB7E03;
}
#Columns .col_posts li.blue:hover {
  background: #396596;
  border:1px solid #27476A;
}

#Columns .col_posts li.green .date {
  background: #67853A;
}
#Columns .col_posts li.green:hover .date {
  background: #3F5123;
}
#Columns .col_posts li.orange .date {
  background: #E6A948;
}
#Columns .col_posts li.orange:hover .date {
  background: #CB7E03;
}
#Columns .col_posts li.blue .date {
  background: #396596;
}
#Columns .col_posts li.blue:hover .date {
  background: #27476A;
}


#Columns .cols_2 {
  position: relative;
}
#Columns .col_projects h3, #Columns .col_other h3 {
  margin-bottom: 10px;
}
#Columns .col_projects h3 a, #Columns .col_projects h3 a:hover,
#Columns .col_other h3 a, #Columns .col_other h3 a:hover {
  color: #396596;
  border-bottom: none;
  font-size:18px;
  font-weight:bold;
}

#Columns .col_projects {
  width: 510px;
  font-size: 14px;
}
#Columns .col_projects ul {
  margin-top: -11px;
}
#Columns .col_projects li {
  position: relative;
  padding: 10px 10px 10px 62px;
  margin-left: -11px;
  cursor: pointer;
  border: 1px solid white;
}
#Columns .col_projects li:hover {
  background: #efefef;
  border: 1px solid #ddd;
  border-top-right-radius: 14px;
  -moz-border-radius-topright: 14px;
  -webkit-border-top-right-radius: 14px;
  border-bottom-left-radius: 14px;
  -moz-border-radius-bottomleft: 14px;
  -webkit-border-bottom-left-radius: 14px;
}
#Columns .col_projects li .date {
  position: absolute;
  top: 10px;
  left: 10px;
  text-align: center;
  font-size: 12px;
  line-height: 1.2;
  color: #666;
}
#Columns .col_projects li .date strong {
  display: block;
  font-size: 18px;
  font-weight: normal;
}


#Columns .col_other {
  position: absolute;
  right: 0;
  top: 0;
  width: 360px;
  border-left: 1px solid #ddd;
  padding-left: 55px;
  margin: 0;
  font-size: 14px;
}
#Columns .col_other .image {
  text-align: left;
  margin: 15px 0 10px 0;
}
#Columns .col_other ul {
  margin-top: -15px;
}
#Columns .col_other li {
  position: relative;
  padding: 14px;
  margin-left: -15px;
  cursor: pointer;
  border: 1px solid white;
}
#Columns .col_other li:hover {
  background: #efefef;
  border: 1px solid #ddd;
  border-top-right-radius: 14px;
  -moz-border-radius-topright: 14px;
  -webkit-border-top-right-radius: 14px;
  border-bottom-left-radius: 14px;
  -moz-border-radius-bottomleft: 14px;
  -webkit-border-bottom-left-radius: 14px;
}


#Content {
  padding: 162px 0 100px 0;
  width: 100%;
}
#Content  .content_header h1 {
  background-color:#EEEEEE;
  border: 1px solid #DDDDDD;
  color: #333333;
  font-family: Verdana, sans-serif;
  font-size: 13px;
  margin: -18px 0 30px 0;
  padding: 15px;
  text-align: center;
  text-transform: uppercase;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
}
#content_body {
  position: relative;
  clear: both;
}
#Content .content_list, #Content .content_single,
#Content .content_list textarea, #Content .content_single textarea {
  width: 640px;
}
#Content .post_header, #Content .post_footer {
  margin: 0 0 20px 0;
  position: relative;
  color: #999;
  font-size: 12px;
  cursor: default;
}
#Content .post {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px dashed #ddd;
}
#Content h2 {
  margin: 0 0 10px 0;
}
#Content h2 a {
  border-bottom: none;
  font-size: 37px;
  color: #235774;
  font-family: Georgia, "Times New Roman", serif;
}
#Content h2 a:hover {
  color: #235774;
  border-bottom: 1px solid #235774;
}
#Content .post p {
  font-size: 16px;
}
#Content .post .more {
  margin: 22px 0 0 0;
  font-size: 13px;
}


#Content .featured {
  position: relative;
  float: right;
  border-bottom: 1px solid #ddd;
  margin: 0 0 30px 0;
  width: 100%;
}
#Content .featured .image {
  float: right;
  text-align: right;
  width: auto;
  padding: 0;
  margin: 0;
}
#Content .featured p, #Content .featured h2,
#Content .featured .post_header, #Content .featured .post_footer {
  width: 580px;
}
#Content .featured h2 {
  margin: 0 0 15px 0;
}

#Content .featured h2 a {
  font-size: 37px;
  color: #235774;
  font-weight: normal;
  font-family: Georgia, "Times New Roman", serif;
}
#Content .featured h2 a:hover {
  color: #235774;
  border-bottom: 1px solid #235774;
}

#Content .featured h2+p:first-letter {
  color: #666666;
  float: left;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 42px;
  line-height: 1;
  padding-right: 5px;
}

#Content .content_single {
  line-height: 1.5  
}
#Content .content_single .post_date {
  color: #999999;
  font-size: 13px;
  margin: 0 0 25px 0;
}
#Content .content_single h1 {
  margin-right: 10px;
  text-align: left;
}
#Content .content_single h1 a, #Content .content_single h1 a:hover {
  color: black;
  font-weight: normal;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 37px;
  line-height: 1.2;
  border-bottom: none;
}
#Content .content_single ul.post_cats {
  margin: 0
}
#Content .content_single ul.post_cats li {
  display: inline;
  padding-right: 6px;
}
#Content .content_single ul.post_cats li a {
  display: inline;
  font-size: 12px;
  text-transform: uppercase;
}
#Content .content_single hr.titlesep {
  background: transparent url(../img/titlesep.png) no-repeat center center;
  height: 17px;
  border: none;
  margin: 20px 0 30px 0;
}

#Content .content_single .post_footer {
  padding: 10px 0;
  border-bottom: 1px dashed #ddd;
  border-top: 1px dashed #ddd;
  margin: 40px 0;
}
#Content .content_single .post_header .post_tags,
#Content .content_single .post_footer .post_tags {
  padding-left: 20px;
  background-color: transparent;
  background-image: url(../img/ico_tag.png);
  background-repeat: no-repeat;
  background-position: left center;
  margin-bottom: 0;
}
#Content .content_single ul.post_tags li {
  display: inline;
  color: #666;
  font-size: 12px;
}
#Content .content_single ul.post_tags li a {
  color: #666;
  font-size: 12px;
}
#Content .content_single ul.post_tags li a:hover {
  color: #666;
  border-bottom: 1px solid #666;
}
#Content .content_single p {
  text-indent: 4px;
}
#Content .content_single p,
#Content .content_single blockquote,
#Content .content_single ul,
#Content .content_single ol,
#Content .content_single iframe
 {
  margin-bottom: 15px;
}
    
#comments {
  padding-top: 30px;
}
#comments h3 {
  color: #396596;
  font-size: 24px;
  position: relative;
}
#comments .comment_anchor {
  position: absolute;
  top: 0;
  right: 0;
  text-align: right;
  font-size: 15px;
  color: #333;
}
#comments .comment_anchor a {
  font-size: 15px;
  color: #333;
}
#comments .comment_anchor a:hover {
  border-bottom: 1px dotted #333;
}
#comments_list li {
  position: relative;
  border-bottom: 1px dotted #d0d0d0;
  margin: 15px 0 25px;
  padding: 0 0 10px;
  font-size: 14px;
}
#comments_list li .comment_header {
  clear: both;
  margin-bottom: 20px;
}
#comments_list li .nbig {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 46px;
  font-weight: bold;
  color: #ddd;
  margin: 0;
  padding: 0 0 15px 15px;
  line-height: 1;
}
#comments_list li .nbig:hover {
  border-bottom: none;
  color: #666;
}
#comments_list li img {
  padding: 2px;
  float: left;
  margin: 0 5px 0 0;
}
#comments_list li .comment_author {
  margin: 0 0 5px 0;
  padding: 3px 0 0 0;
}
#comments_list li .comment_author a, #comments_list li .comment_author span {
  color: #444;
  font-size: 19px;
  line-height: 1;
}
#comments_list li comment_author a:hover {
  border-bottom: 1px solid #444;
}
#comments_list li .comment_meta {
 margin: 0;
}
#comments_list li .comment_date {
  color: #999999;
  cursor: default;
  font-size: 12px;
  line-height: 1;
}

#comments_list, #comment_form form {
  margin: 20px 0;
}
#comment_form form label {
  font-size: 12px;
  padding-left: 10px;
}


#Sidebar {
  position: absolute;
  right: 0;
  top: 0;
  width: 276px;
  width: 220px;
  cursor: default;
}
#Sidebar li.box {
  display: block;
  padding: 21px 0 6px 0;
  margin: 0 1px 17px 0;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: 165px 11px;
  border-left: 1px solid #ddd;
  cursor: default;
  zoom: 1;  /* Bug IE */
}
#Sidebar li.box:hover {
  padding: 20px 0;
  margin: 0 0 2px 0;
  background-color: #f6f6f6;
  background-position: 165px 10px;
  border: 1px solid #ddd;
  -moz-border-radius-topright: 14px;
  -webkit-border-top-right-radius: 14px;
  border-bottom-left-radius: 14px;
  -moz-border-radius-bottomleft: 14px;
  -webkit-border-bottom-left-radius: 14px;
}
#Sidebar li.box h3 {
  color: #999;
  padding: 2px 12px 16px 12px;
  font-size: 14px;
  font-weight: bold;
  text-transform:uppercase;
  cursor: default;
}
#Sidebar li.box:hover h3 {
  color: #666;
 }
#Sidebar li.box ol, #Sidebar li.box ul {
  border-bottom: 1px solid #ececec;
  cursor: default;
}
#Sidebar li.box ol li, #Sidebar li.box ul li {
  margin: 0;
  padding: 0;
  border-top: 1px solid #ececec;
  position: relative;
  cursor: default;
}
#Sidebar li.box ol li a, #Sidebar li.box ul li a {
  font-size: 13px;
  padding: 5px 22px 5px 12px;
  display: block;
}
#Sidebar li.box ol li a .counter {
  position: absolute;
  right: 12px;
  color: #999;
  font-size: 12px;
}
#Sidebar li.box ol li a:hover, #Sidebar li.box ul li a:hover {
  border-bottom: none;
  background: #396496;
  color: white;
  -moz-border-radius-topright: 5px;
  -webkit-border-top-right-radius: 5px;
  border-bottom-left-radius: 5px;
  -moz-border-radius-bottomleft: 5px;
  -webkit-border-bottom-left-radius: 5px;
}
#Sidebar li.box ol li a:hover .counter {
  color: white;
}

#Sidebar li.box p {
  font-size: 11px;
  color: #333;
  padding: 0 12px;
}
#Sidebar li.box p.center {
  text-align: center;
  padding-top: 12px;
}
#Sidebar li.box img {
  padding: 0;
  margin: 0;
  border: 0;
  background: transparent;
}
#Sidebar li.box .button {
  padding: 6px 13px;
  background: #f2f2f2;
  color: #333;
  font-size: 12px;
  border: 1px solid #ddd;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
#Sidebar li.box .button:hover {
  border: 1px solid #ccc;
  background: #ececec;
  color: black;
}
#Sidebar li.blogroll {
  background-image: url(../img/blogroll.png);
}
#Sidebar li.archive {
  background-image: url(../img/archive.png);
}
#Sidebar li.search {
  position: relative;
  padding: 3px 30px 3px 3px;
  border: 1px solid #ddd;
  background: white;
}
#Sidebar li.search p {
  margin: 0;
  padding: 0;
}
#Sidebar li.search .text {
  border: none;
  margin: 0;
  padding: 0;
  font-size: 14px;
  color: black;
  background: transparent;
  width: 100%;
}
#Sidebar li.search .submit {
  position: absolute;
  top: 0;
  right: 0;
  width: 30px;
  height: 100%;
  border: none;
  background-color: transparent;
  background-image: url(../img/ico_search.png);
  background-repeat: no-repeat;
  background-position: center center;
  margin: 0;
  padding: 0;
  cursor: pointer;
}
#Sidebar li.search .submit:hover {
  background-color: #efefef;
  border: 1px solid #ddd;
}
#Sidebar li.RSS ul {
  border-bottom: none;
}
#Sidebar li.RSS ul li {
  border-top: none;
  overflow: hidden;
}
#Sidebar li.RSS ul li a, #Sidebar li.RSS ul li a:hover {
  padding: 0;
  margin: 0;
  border: none;
  display: block;
  background-color: transparent;
  background-image: url(../img/rss.png);
  background-repeat: no-repeat;
  background-position: 12px center;
  height: 30px;
  width: 100%;
  text-indent: -99999px;
}

#Footer {
  border-top: 1px solid #ddd;
  padding: 10px 0;
}

/* Estilos del contenido */
img {
  border: 1px solid #DDDDDD;
  padding: 6px;
  text-align: center;
  background: white;
}

img.free {
  background: transparent;
  border: none;
  padding: 0;
}
#Content .content_list p, #Content .content_list hr,
#Content .content_single p, #Content .content_single hr {
  clear: both;
}

#Content .image,
#Columns .image {
  margin: 15px 0 20px 0;
  text-align: center;
}

#Content .image .caption,
#Columns .image .caption {
  font-size: 11px;
  font-style: italic;
  color: #333;
  text-align: center;
  margin: 0 10px 0 0;
}

#Content  .center {
  text-align: center;
}
#Content  .right {
  text-align: right;
}
#Content  .fright {
  float: right;
  margin: 0 0 20px 20px;
}
#Content .fleft {
  float: left;
  margin: 0 20px 20px 0;
}
#Content  .fun_fact {
  padding: 10px 20px 10px 20px;
  background: #FFF8E9;
  border: 1px dashed #FFDF71;
  margin: 30px 0;
  color: #222;
  font-size: 13px;
}
#Content  .fun_fact h4 {
  margin: 0 0 15px 0;
  font-family: Georgia,"Times New Roman",serif;
  color: #999;
  font-size: 20px;
  font-weight: normal;
}

#Content blockquote {
  padding: 25px 60px 25px 40px;
  font-size:135%;
}

q:before {
   content: "\201C";
   padding-right: 0.1em;
}
q:after {
   content: "\201D";
   padding-left: 0.1em;
}




