<?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'>
<style type='text/css'>
#navbar-iframe {
height:0px;
visibility:hidden;
display:none;
}
</style>

  <head>
<META content='yhaX0UyISTbB1nsodQgV1420rj41wKMSjc4zzNuK8Fk=' name='verify-v1'/>
<script>
// definiciones basicas
OCULTO=&quot;none&quot;;
VISIBLE=&quot;block&quot;;
    
function mostrar(blo) {
  document.getElementById(blo).style.display=VISIBLE;
  document.getElementById(&#39;ver_off&#39;).style.display=VISIBLE;
  document.getElementById(&#39;ver_on&#39;).style.display=OCULTO;
}
 
function ocultar(blo) {
  document.getElementById(blo).style.display=OCULTO;
  document.getElementById(&#39;ver_off&#39;).style.display=OCULTO;
  document.getElementById(&#39;ver_on&#39;).style.display=VISIBLE;
}
</script>

    <b:include data='blog' name='all-head-content'/>
    <title><data:blog.pageTitle/></title>
<link href='http://es.geocities.com/x0sse/quadrille4.ico' rel='shortcut icon' type='image/x-icon'/>
<link href='http://es.geocities.com/x0sse/quadrille4.ico' rel='icon' type='image/x-icon'/>
    <b:skin><![CDATA[/*
-------------------------------------------------------
 * Tekka
 * style modified from glish: http://www.glish.com/css/
 * Modificada por xOsse
 * Updated by Blogger Team
 */
-------------------------------------------------------
/* Variable definitions

  <Variable name="mainBgColor" description="Page Background Color"
    type="color" default="#f5f5f5" value="#ffffff">
  <Variable name="mainTextColor"  description="Text Color"
    type="color" default="#000000" value="#000000">
  <Variable name="dateHeaderColor" description="Date Header Color"
    type="color" default="#808080" value="#32527A">
  <Variable name="mainLinkColor" description="Link Color"
    type="color" default="#0000ff" value="#003366">
  <Variable name="mainVisitedLinkColor" description="Visited Link Color"
    type="color" default="#800080" value="#006699">

  <Variable name="sidebarBgColor" description="Sidebar Background Color"
    type="color" default="#ffffff" value="#ffffff">
  <Variable name="sidebarTextColor" description="Sidebar Text Color"
    type="color" default="#000000" value="#003366">
  <Variable name="sidebarTitleColor" description="Sidebar Title Color"
    type="color" default="#000000" value="#660000">
  <Variable name="sidebarLinkColor" description="Sidebar Link Color"
    type="color" default="#0000ff" value="#000033">
  <Variable name="sidebarVisitedLinkColor" description="Sidebar Visited Link Color"
    type="color" default="#800080" value="#006699">

  <Variable name="sidebar2BgColor" description="Sidebar2 Background Color"
    type="color" default="#ffffff" value="#ffffff">
  <Variable name="sidebar2TextColor" description="Sidebar2 Text Color"
    type="color" default="#000000" value="#003366">
  <Variable name="sidebar2TitleColor" description="Sidebar2 Title Color"
    type="color" default="#000000" value="#000033">
  <Variable name="sidebar2LinkColor" description="Sidebar2 Link Color"
    type="color" default="#0000ff" value="#000033">
  <Variable name="sidebar2VisitedLinkColor" description="Sidebar2 Visited Link Color"
    type="color" default="#800080" value="#006699">

  <Variable name="sidebar3BgColor" description="Sidebar3 Background Color"
    type="color" default="#ffffff" value="#ffffff">
  <Variable name="sidebar3TextColor" description="Sidebar3 Text Color"
    type="color" default="#000000" value="#003366">
  <Variable name="sidebar3TitleColor" description="Sidebar3 Title Color"
    type="color" default="#000000" value="#000033">
  <Variable name="sidebar3LinkColor" description="Sidebar3 Link Color"
    type="color" default="#0000ff" value="#0000ff">
  <Variable name="sidebar3VisitedLinkColor" description="Sidebar3 Visited Link Color"
    type="color" default="#800080" value="#5555ff">

  <Variable name="bodyFont" description="Text Font"
   type="font" default="normal normal 100% 'Trebuchet MS', verdana, sans-serif" value="normal normal 100% 'Trebuchet MS', verdana, sans-serif">

   <Variable name="headerfont" description="Sidebar Title Font"
    type="font" default="normal normal 150% 'Trebuchet MS',Trebuchet,Arial,Verdana,Sans-serif" value="italic bold 171% Trebuchet, Trebuchet MS, Arial, sans-serif">


*/

#navbar-iframe{opacity:0.0;filter:alpha(Opacity=0)}
#navbar-iframe:hover{opacity:1.0;filter:alpha(Opacity=100, FinishedOpacity=100)}

body {
  margin:0px 0px 0px 0px;
  font-size: small;
  background-color: $mainBgColor;
  color: $mainTextColor;
}

#content-wrapper {
  width: 100%;
  margin:0 auto;
  padding:0px;
  text-align:left;
}

h1 {
  margin: 0px 0px 0px 0px ;
  border: px solid;
  text-align: center;
  height:157px;
  padding:0;
  font-size:200%;
  text-transform:uppercase;
  background-image: url(http://blogandroll.googlepages.com/B26R20mini.jpg);
  background-position: top center;
  background-repeat: no-repeat;
}

h1 a, h1 a:link, h1 a:visited {
  text-decoration:none;
  color: $mainTextColor;
}

.description {
  text-align: center;
  padding-top:10px;
}

h2.date-header {
  border-bottom:none;
  font-size: 130%;
  text-align:left;
  margin-top:20px;
  margin-bottom:14px;
  padding:1px;
  padding-left:17px;
  color: $dateHeaderColor;
  font-weight: normal;
  font-family: Trebuchet MS, Verdana, Sans-serif;
}

.post h3 {
  font-size: 150%;
  font-weight:bold;
  margin: 0px 0px 0px 0px ;
  border: 0px solid;
  text-align: left;
  padding:0;
  text-transform:uppercase;
  background: ;
}

.post h3 a,
.post h3 a:visited {
  color: $mainTextColor;
 }

.post {
  padding-left:10px;
  margin-bottom:20px;
  text-indent:10px;
  padding-right:10px;
  line-height:22px;
}

.post-footer {
  margin-bottom:15px;
  margin-left:0px;
  font-size: 87%;
}

#comments {
  margin-left: 20px;
}

.feed-links {
  clear: both;
  line-height: 2.5em;
  margin-left: 20px;
}

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

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

#main {
  float:left;
  padding-bottom:10px;
  padding-left: auto;
  width:60%;
  font: $bodyFont;
  word-wrap: break-word; /* fix for long text breaking sidebar float in IE */
  overflow: hidden;     /* fix for long non-text content breaking IE sidebar float */
}
.sidebar h2 {
  font-weight:bold;
  font-size: 150%;
  color: $sidebarTitleColor;
  text-align: center;
  border: px solid;
  background: ;
}
.sidebar2 h2 {
  font-weight:bold;
  font-size: 150%;
  color: $sidebar2TitleColor;
  text-align: center;
  border: px solid;
  background: ;
}
.sidebar3 h2 {
  font-weight:bold;
  font-size: 150%;
  color: $sidebar3TitleColor;
  text-align: center;
}

a {
  text-decoration:none
}
a:hover {
  border-bottom:dashed 1px red;
}

a img {
 border: 0;
}

a {
 color: $mainLinkColor;
}

a:hover,

a:visited {
 color: $mainVisitedLinkColor;
}

#sidebar a {
 color: $sidebarLinkColor;
}

#sidebar a:hover,
#sidebar a:visited {
 color: $sidebarVisitedLinkColor;
}

#sidebar {
  text-transform:none;
  padding-text: 10px;
  background-color: $sidebarBgColor;
  color: $sidebarTextColor;
  padding-left: ;
  width: 18%;
  float: left;
  font: $bodyFont;
  border-right:px dashed $mainTextColor;
  border-left:px dashed $mainTextColor;
  word-wrap: break-word; /* fix for long text breaking sidebar float in IE */
  overflow: hidden;     /* fix for long non-text content breaking IE sidebar float */
}

.sidebar .widget {
  padding: 0 auto;
 }


#sidebar2 a {
 color: $sidebar2LinkColor;
}

#sidebar2 a:hover,
#sidebar2 a:visited {
 color: $sidebar2VisitedLinkColor;
}

#sidebar2 {
  text-transform:none;
  padding-text:10px;
  background-color: $sidebar2BgColor;
  color: $sidebar2TextColor;
  padding-left: 0;
  width: 18%;
  float: right;
  font: $bodyFont;
  word-wrap: break-word; /* fix for long text breaking sidebar float in IE */
  overflow: hidden;     /* fix for long non-text content breaking IE sidebar float */
}

.sidebar2 .widget {
  padding: 0 auto;
 }


#sidebar3 a {
 color: $sidebar3LinkColor;
}

#sidebar3 a:hover,
#sidebar3 a:visited {
 color: $sidebar3VisitedLinkColor;
}

#sidebar3 {
  margin:0px 0px 0px 0px;
  text-transform:none;
  padding-text: px;
  background-color: $sidebar3BgColor;
  color: $sidebar3TextColor;
  padding-left: 0px;
  width: 38%;
  float: left;
  font: $bodyFont;
  border-right:px dashed $mainTextColor;
  border-left:px dashed $mainTextColor;
  word-wrap: break-word; /* fix for long text breaking sidebar float in IE */
  overflow: hidden;     /* fix for long non-text content breaking IE sidebar float */
}

.sidebar3 .widget {
  padding: 0 auto;
 }

.profile {
  float: center;
  clear: both;
  margin-left: 0;
}

.profile-textblock {
  float: center;
  clear: both;
  margin-left: 0;
}

.profile-img {
  float: center;
  margin: 0 5px 5px 0;
}

.clear {
  clear: both;
 }

.comment-footer {
  padding-bottom: 1em;

}]]></b:skin>

<script src='http://blogandroll.googlepages.com/xOsse.js' type='text/javascript'/>

  </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='content-wrapper'>

      <div id='main-wrapper'>
        <b:section class='main' id='main' showaddelement='no'>
<b:widget id='Header1' locked='true' title='Template B&amp;R Tekka White (cabecera)' type='Header'/>
<b:widget id='Blog1' locked='true' title='Entradas del blog' type='Blog'/>
</b:section>
      </div>

      <div id='sidebar3-wrapper'>
        <b:section class='sidebar' id='sidebar3' preferred='yes'/>
      </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:section>
      </div>

 <div id='sidebar2-wrapper'>
        <b:section class='sidebar' id='sidebar2' preferred='yes'>
<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></div> <!-- end outer-wrapper -->
</body>
</html>