<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns='http://www.w3.org/1999/xhtml' xmlns:b='http://www.google.com/2005/gml/b' xmlns:data='http://www.google.com/2005/gml/data' xmlns:expr='http://www.google.com/2005/gml/expr'>
  <head>
    <b:include data='blog' name='all-head-content'/>
    <title><data:blog.pageTitle/></title>
    <b:skin><![CDATA[/*
-----------------------------------------------
Blogger Template Style
Name:     Ocean North
Designer: Leonel Alvarado
Date:     07 Apr 2007
-----------------------------------------------
*/

/* Variable definitions
   ====================
 <Variable name="mainBgColor" description="Background Color"
           type="color" default="#ffffff" value="#ffffff">
 <Variable name="borderColor" description="Border Color"
           type="color" default="#6f3c1b" value="#6f3c1b">
 <Variable name="headerTextColor" description="Page Header Text Color"
           type="color" default="#ffffff" value="#000000">
 <Variable name="sidebarTitleTextColor" description="Sidebar Title Text Color"
           type="color" default="#676961" value="#676961">
 <Variable name="dateHeaderColor" description="Date Header Color"
           type="color" default="#996633" value="#996633">
 <Variable name="textColor" description="Text Color"
           type="color" default="#333333" value="#333333">
 <Variable name="linkColor" description="Link Color"
           type="color" default="#e1771e" value="#e1771e">
 <Variable name="visitedlinkColor" description="Visited Link Color" type="color" default="#660000" value="#660000">
 <Variable name="bqBgColor" description="Blocquote Background Color" type="color" default="#ffcc66" value="#ffcc66">
 <Variable name="bqTextColor" description="Blocquote Text Color" type="color" default="#660000" value="#660000">

 
 <Variable name="bodyFont" description="Text Font"
           type="font" default="normal normal 90% Arial, sans-serif;" value="normal normal 90% Arial, sans-serif">
 <Variable name="headerFont" description="Page Header Font"
           type="font" default="normal normal 210% Verdana, Arial, Sans-serif;" value="normal normal 210% Arial, sans-serif">

*/

/* BODY
---------------------- */
body {
  background: #1e415b;
  margin: 0;
  padding: 0px;
  font: $bodyFont;
  text-align: center;
  color: $textColor;
}

/* OUTER WRAPPER
----------------------- */
#outer-wrapper {
  font: $bodyFont;
  width: 830px;
  margin: 20px auto 10px auto;
  background-color: $mainBgColor;
}


a:link {
  color: $linkColor;
}
a:visited {
  color: $visitedlinkColor;
}
a img {
  border-width: 0;
}



/* HEADER
----------------------------------------------- */
#header-wrapper {
  margin-top: 20px;
  padding: 0;
  background-color: transparent;
  text-align: left;
}

#header {
  width: 852px;
  height: 262px;
  background: url(http://leonelhack.googlepages.com/header.jpg) top center;
  margin: 0 auto;
  color: $headerTextColor;
  padding: 0;
  font: $headerFont;
  border: 0px solid #1e415b;
}

#header h1 {
  padding-top: 38px;
  margin: 0 14px .1em;
  line-height: 1.2em;
  font-size: 100%;
  color: $headerTextColor;
}

#header a {
  color: $headerTextColor;
  text-decoration: none;
}

#header .description {
  display: block;
  margin: 0 14px;
  padding: 0 0 40px;
  line-height: 1.4em;
  font-size: 50%;
  color: $headerTextColor;
}
                                                              
/* Content
----------------------------------------------- */

.clear {
  clear: both;
}


#content-wrapper {
  width: 830px;
  margin: 0 auto;
  padding: 0 0 15px;
  text-align: left;
  background-color: $mainBgColor;
  border: 0px solid $borderColor;
  border-top: 0;
}
#main-wrapper {
  margin-left: 10px;
  width: 470px;
  float: left;
  background-color: $mainBgColor;
  word-wrap: break-word; /* fix for long text breaking sidebar float in IE */
}
#sidebar-wrapper {
  margin-right: 10px;
  width: 291px;
  background-image: url(http://leonelhack.googlepages.com/featured.jpg);
  float: right;
  background-color: $mainBgColor;
  word-wrap: break-word; /* fix for long text breaking sidebar float in IE */
}

/* Headings
----------------------------------------------- */
h2, h3 {
  margin: 0;
}

/* POSTS
----------------------------------------------- */
.date-header {
  margin: 1.5em 0 0;
  font-weight: normal;
  color: $dateHeaderColor;
  font-size: 85%;
  text-align: right;
  border-bottom: 1px dashed $borderColor;
}
.post {
  margin: 0;
  padding-bottom: 1.5em;
}
.post-title {
  margin: 5px 0 0 0;
  padding: 0;
  font-size: 140%;
  font-weight: bold;
  line-height: 1.1em;
}
.post-title a, .post-title a:visited, .post-title strong {
  text-decoration: none;
  color: $textColor;
  font-weight: bold;
}

.post-footer {
  font-size: 85%;
  color: $textColor;
}

.post img {
  padding: 4px;
  border: 1px solid $borderColor;
}
.post blockquote {
  margin: 1em 20px;
  padding: 5px 5px;
  border: 1px solid $borderColor;
  background-color: $bqBgColor;
  color: $bqTextColor;
}


/* Comments
----------------------------------------------- */
#comments h4 {
  margin: 1em 0;
  color: $dateHeaderColor;
}
#comments h4 strong {
  font-size: 110%;
}
#comments-block {
  margin: 1em 0 1.5em;
  line-height: 1.3em;
}
#comments-block dt {
  margin: .5em 0;
}
#comments-block dd {
  margin: .25em 0 0;
}
#comments-block dd.comment-footer {
  margin: -.25em 0 2em;
  line-height: 1.4em;
  font-size: 78%;
}
#comments-block dd p {
  margin: 0 0 .75em;
}

.deleted-comment {
  font-style:italic;
  color:gray;
}

.feed-links {
  clear: both;
  line-height: 2.5em;
}

#blog-pager-newer-link {
  float: left;
 }

#blog-pager-older-link {
  float: right;
 }

#blog-pager {   
  text-align: center;
 }

/* Sidebar Content
----------------------------------------------- */
.sidebar h2 {
 font-size: 100%;
 padding: 0px 6px;
 color: $sidebarTitleTextColor;
 border: solid 3px double $mainBgColor;
}
                                                              
.sidebar ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.sidebar li {
  margin: 0;
  padding: 0 0 .5em 15px;
  text-indent: -15px;
  line-height: 1.5em;
}
.sidebar {
  color: $textColor;
  line-height:1.3em;
}
.sidebar .widget {
  margin-bottom: 1em;
}

.sidebar .widget-content {
  margin: 0 5px;
}

/* Profile
----------------------------------------------- */
.profile-img {
  float: left;
  margin: 0 5px 5px 0;
  padding: 4px;
  border: 1px solid $borderColor;
}

.profile-data {
  margin:0;
  text-transform:uppercase;
  letter-spacing:.1em;
  font-weight: bold;
  line-height: 1.6em;
  font-size: 78%;
}

.profile-datablock {
  margin:.5em 0 .5em;
}

.profile-textblock {
  margin: 0.5em 0;
  line-height: 1.6em;
}

                                                              
/* Footer
----------------------------------------------- */
#footer {
  width: 852px;
  height: 92px;
  clear: both;
  margin-text: 0px;
  text-align: left;
  color: $textColor;  
  background: url(http://leonelhack.googlepages.com/footer.gif);
}

#footer .widget {
  margin:.5em;
  padding-top: 20px;
  font-size: 85%;
  line-height: 1.5em;
  text-align: left;
}

#navbar-iframe {
height:0px;
visibility:hidden;
display:none;
}

/** Page structure tweaks for layout editor wireframe */
body#layout #outer-wrapper {
  padding: 0;
  width: 750px;
  padding: 0 0px 0 0px;
 }
body#layout #sidebar-wrapper {
  padding: 0;
  width: 200px;
  padding: 0px 0px 0 0px;
 }
body#layout #main-wrapper {
  padding: 0;
  width: 440px;
  padding: 0px 0px 0 0px;
 }
body#layout #header {
  padding: 0;
  width: 720px;
 }
body#layout #footer {
  padding: 0;
  width: 720px;
 }
]]></b:skin>
  </head>

  <body>
  <div id='outer-wrapper'><div id='wrap2'>

    <!-- skip links for text browsers -->
    <span id='skiplinks' style='display:none;'>
      <a href='#main'>skip to main </a> |
      <a href='#sidebar'>skip to sidebar</a>
    </span>

    <div id='header-wrapper'>
      <b:section class='header' id='header' maxwidgets='1' showaddelement='no'>
<b:widget id='Header1' locked='true' title='fdf (cabecera)' type='Header'/>
</b:section>
    </div>
 
    <div id='content-wrapper'>

      <div id='crosscol-wrapper' style='text-align:center'>
        <b:section class='crosscol' id='crosscol' showaddelement='no'/>
      </div>

      <div id='main-wrapper'>
        <b:section class='main' id='main' showaddelement='no'>
<b:widget id='Blog1' locked='true' title='Entradas del blog' type='Blog'/>
<b:widget id='HTML2' locked='false' title='' type='HTML'/>
</b:section>
      </div>

      <div id='sidebar-wrapper'>
        <b:section class='sidebar' id='sidebar' preferred='yes'>
<b:widget id='Profile1' locked='false' title='Datos personales' type='Profile'/>
<b:widget id='BlogArchive1' locked='false' title='Archivo del blog' type='BlogArchive'/>
</b:section>
      </div>

      <!-- spacer for skins that want sidebar and main to be the same height-->
      <div class='clear'>&#160;</div>

    </div> <!-- end content-wrapper -->

    <div id='footer-wrapper'>
      <b:section class='footer' id='footer'>
<b:widget id='Text1' locked='false' title='' type='Text'/>
</b:section>
    </div>

  </div></div> <!-- end outer-wrapper -->
</body>
</html>