#b-navbar {visibility:hidden;}
/*---this template is a mash up of the 2 column template
http://webhost.bridgew.edu/etribou/layouts/skidoo/2/ from ruthsarianlayouts
http://webhost.bridgew.edu/etribou/layouts/ and the blogger code from Blogger Template Style
Name: Minima; Designer: Douglas Bowman; URL: www.stopdesign.com; Date: 26 Feb 2004 and code tidying up http://djmaniak777.blogspot.com*/
/*----start ruthsarian layout------------------------------------------------------------------------------------------------------------------------*/
/*----start base.css---------------------------------------------------------------------------------------------------------------------------------*/
#pageWrapper{margin: 0; width: auto; min-width: 500px;}
#outerColumnContainer{z-index: 1;}
#innerColumnContainer{z-index: 2;}
#innerColumnContainer, #contentColumn{margin: 0 -1px;width:100%;}
#leftColumn, #rightColumn, #contentColumn{float: left;position: relative;z-index: 10;overflow: visible; /* fix for IE italics bug */}
#leftColumn{width: 200px;margin: 0 1px 0 -200px;}
#rightColumn{width: 200px;margin: 0 -200px 0 1px;/*display: none;*/ /* comment this out and edit borders.css to create the third column */}
#footer{position: relative;}
#masthead h1{display: inline; /* personal preference to keep the header inline. you could just as easily change padding and margins to 0. */}
.clear{clear: both;}
.hide{display: none; /* hide elements that CSS-targeted browsers shouldn't show */}
html>body #innerColumnContainer{border-bottom: 1px solid transparent; /* help mozilla render borders and colors. try removing this line and see what happens */}
/*----start vnav.css-----------------------------------------------------------------------------------------------------------------------*/
.vnav ul, .vnav ul li{margin: 0;padding: 0;list-style-type: none;display: block;}
.vnav ul{border: solid 1px #000;border-bottom-width: 0;}
.vnav ul li{border-bottom: solid 1px #000;}
.vnav ul li a{display: block;text-decoration: none;padding: 2px 10px;}
* html .vnav ul li a/* hide from IE5.0/Win & IE5/Mac */{height: 1%;}
* html .vnav{position: relative; /* IE needs this to fix a rendering problem */}
/*----start hnav.css----------------------------------------------------------------------------------------------------------------------*/
.hnav{white-space: nowrap;margin: 0;color: #000;padding: 3px 0 4px 0;}
* html .hnav/* Hide from IE5/Mac (& IE5.0/Win) */{height: 1%; /* holly hack to fix a render bug in IE6/Win */}
* html .HNAV{height: auto; /* above IE6/Win holly hack breaks IE5/Win when page length get beyond the point that 1% height is taller than the text
height. IE5/Win does not need this holly hack so we remove it here */ padding: 0;
/* IE5/Win will resize #hnav to fit the heights of itsinline children that have vertical padding. So this incorrect case selector will remove that padding */}
.hnav ul{text-align: center;list-style-type: none;line-height: normal;margin: 0;padding: 0;}
.hnav ul li{display: inline;white-space: nowrap;margin: 0;}
.hnav ul li a{text-decoration: none;color: #000;background-color: #eee;margin: 0 -1px 0 0;padding: 3px 10px 4px 10px;border-left: solid 1px #000;border-right: solid 1px #000;}
* html .HNAV ul li a{width: 1%; /* holly hack for IE5/Win inline padding by default this hack fixes different rendering bugs in 5.0 and 5.5.
Width is used instead of height because if the document is too long, these elements become very tall and disrupt the look of the document. too wide an element is better,visually, than too tall a document. */}
.hnav ul li a:hover{text-decoration: underline;}
.hnav ul li a:hover{text-decoration: none;}
/*----start colors.css----------------------------------------------------------------------------------------------------------------------*/
body{background-color:#B7C9DD;color:#fff;} /*background-color:#665*/
#outerColumnContainer{border-left-color: #eec; /* left hand column background color */ border-right-color: #bb8; /* right hand column background color */}
#masthead, #footer{background-color: #B7C9DD;color: #fff;} /*{background-color: #885;color: #fff;}*/
#outerColumnContainer{background-color: #fff; /*this sets the background color on the center column*/color: #000;}
#leftColumn, #rightColumn, #contentColumn{color: #000;}
.vnav ul li a{color: #000;background-color: #cc9;} /*336*/
#rightColumn .vnav ul li a:hover, .vnav ul li a:hover{background-color: #B7C9DD;color: #fff;} /*336*/
#rightColumn .vnav ul li a{color: #336;background-color: #ddb;}
.hnav, .hnav ul li a{background-color: #cc9;color: #000;} /*336*/
.hnav ul li a:hover{background-color: #B7C9DD;color: #fff;} /*336*/
#pageWrapper, #innerColumnContainer, #masthead, #footer, .hnav{border-color: #B7C9DD;} /*border-color:000*/
/*----start borders.css----------------------------------------------------------------------------------------------------------------------*/
#pageWrapper{border-style: solid; /* explicitly defined within eact selector in case you want change border styles (to mix it up) between elements */
border-width: 30px; /* 1px; puts a border around the whole page */}
#outerColumnContainer{border-style: solid;border-width: 0 200px; /* sets the width of the borders used to create the left and right columns' background color. */
/* border-width: 0 0 0 200px; */ /* for two columns */}
#innerColumnContainer{border-style: solid;border-width: 0 1px; /* puts borders between center and the side columns */
/* border-width: 0 0 0 1px; */ /* for two columns */}
#masthead, .hnav{border-style: solid;border-width: 0 0 1px 0;}
#footer{border-style: solid;border-width: 1px 0 0 0;}
/*----start fonts.css------------------------------------------------------------------------------------------------------------------------*/
body{font-family: Verdana, Arial, sans-serif;font-size:12px;} /*arial, helvetica, sans-serif*/ /*font-size : small;*/ /*font-size : x-small*/ /*voice-family : "\"}\"";voice-family : inherit;*/
#footer{text-align: center;}
/*----start gutters.css-----------------------------------------------------------------------------------------------------------------------*/
body{margin: 0;padding: 2em;}
.inside{padding: 0.5em 1.5em; /* this padding is applied to every major box within the layout for a uniform gutter between borders */}
#masthead, #footer{padding: 0em;} /*1em*/
.vnav{margin: 1em 0;}
.vnav h3{margin-bottom: 0;padding-bottom: 0;}
/*----start screen.css-----------------------------------------------------------------------------------------------------------------------*/
@import "base.css";
@import "hnav.css";
@import "vnav.css";
@import "colors.css";
@import "gutters.css";
@import "borders.css";
@import "fonts.css";
/*see http://www.dithered.com/css_filters/css_only/index.php for tips on how to block inclusion of whole css files for certain browsers*/
/*---end ruthsarian layout------------------------------------------------------------------------------------------------------------------------*/
/*----start minima template------------------------------------------------------------------------------------------------------------------------*/
a:link {color:#58a;text-decoration:none;}
a:visited {color:#969;text-decoration:none;}
a:hover {color:#c60;text-decoration:underline;}
/*a img {border-width:0;}*/
/*----Header-------------------------------------------------------------------------------------------------------------------------*/
#masthead h1 a {color:#666;text-decoration:none;}
#masthead h1 a:hover {color:#c60;}
#description {display:inline;font:78%/1.4em "Trebuchet MS",Trebuchet,Arial,Verdana,Sans-serif;text-transform:uppercase;letter-spacing:.2em;color:#999;text-align: right;}
/* Headings--------------------------------------------------------------------------------------------------------------------------------------*/
h2 {margin:1.5em 0 .75em;font:78%/1.4em "Trebuchet MS",Trebuchet,Arial,Verdana,Sans-serif;text-transform:uppercase;letter-spacing:.2em;color:#999;}
/* Posts-----------------------------------------------------------------------------------------------------------------------------------------*/
.date-header {margin:1.5em 0 .5em;}
.post {/*margin:.5em 0 1.5em*/ /*margin:10px;margin-top:0px*/;border-bottom:1px dotted #ccc;padding-bottom:1.5em;}
.post-title {margin:.25em 0 0;padding:0 0 4px;font-size:140%;font-weight:normal;line-height:1.4em;color:#c60;}
.post-title a, .post-title a:visited, .post-title strong {display:block;text-decoration:none;color:#c60;font-weight:normal;}
.post-title strong, .post-title a:hover {color:#333;}
/*.post p {margin:0 0 .75em;line-height:1.6em;}*/
p.post-footer {margin:-.25em 0 0;color:#ccc;}
.post-footer em, .comment-link {font:78%/1.4em "Trebuchet MS",Trebuchet,Arial,Verdana,Sans-serif;text-transform:uppercase;letter-spacing:.1em;}
.post-footer em {font-style:normal;color:#999;margin-right:.6em;}
.comment-link {margin-left:.6em;}
.post img {padding:4px;/*border:1px solid #ddd;*/}
.post blockquote {margin:1em 20px;}
.post blockquote p {margin:.75em 0;}
/* Comments-----------------------------------------------------------------------------------------------------------------------------------------------*/
#comments h4 { margin:1em 0;font:bold 78%/1.6em "Trebuchet MS",Trebuchet,Arial,Verdana,Sans-serif;text-transform:uppercase;letter-spacing:.2em;color:#999;}
#comments h4 strong {font-size:130%;}
#comments-block {margin:1em 0 1.5em;line-height:1.6em;}
#comments-block dt {margin:.5em 0;}
#comments-block dd {margin:.25em 0 0;}
#comments-block dd.comment-timestamp {margin:-.25em 0 2em;font:78%/1.4em "Trebuchet MS",Trebuchet,Arial,Verdana,Sans-serif;text-transform:uppercase;letter-spacing:.1em;}
#comments-block dd p {margin:0 0 .75em;}
.deleted-comment {font-style:italic;color:gray;}
/* Sidebar Content----------------------------------------------------------------------------------------------------------------------------------- */
#sidebar ul {margin:0 0 1.5em;padding:0 0 1.5em;border-bottom:1px dotted #ccc;list-style:none;}
#sidebar li {margin:0;padding:0 0 .25em 15px;text-indent:-15px;line-height:1.5em;}
#sidebar p {color:#666;line-height:1.5em;}
/* Profile-------------------------------------------------------------------------------------------------------------------------------- */
#profile-container {margin:0 0 1.5em;border-bottom:1px dotted #ccc;padding-bottom:1.5em;}
.profile-datablock {margin:.5em 0 .5em;}
.profile-img {display:inline;}
.profile-img img {float:left;padding:4px;border:1px solid #ddd;margin:0 8px 3px 0;}
.profile-data {margin:0;font:bold 78%/1.6em "Trebuchet MS",Trebuchet,Arial,Verdana,Sans-serif;text-transform:uppercase;letter-spacing:.1em;}
.profile-data strong {display:none;}
.profile-textblock {margin:0 0 .5em;}
.profile-link {margin:0;font:78%/1.4em "Trebuchet MS",Trebuchet,Arial,Verdana,Sans-serif;text-transform:uppercase;letter-spacing:.1em;}
/*-----end minima template------------------------------------------------------------------------------------------------------------------------*/
This site will look much better in a browser that supports web standards, but it is accessible to any browser or Internet device.
Subscribe
Links
Los 5 Mosqueteros












Como papá se ha ido a El Rasillo a leer nieve y a adivinar huellas de jabalíes, los niños han asaltado su cama.
-Aquí si que se está bien,¡qué calentitos!-piensa Javier,que ya desde que se levanta por la mañana, gusta tener las manos ocupadas con algo.
Duca, protegida por sus hermanos grandes,tiene aún la mirada perdida en un revolotear de ensueños.Duca aún no lo sabe -¡es tan pequeña!- que en el barranco de Achóndite hace mucho frío y nieva duro.
Rafael,por haberse dado cuenta de su responsabilidad como cabeza de familia, se ha querido revestir de autoridad, zambulléndose en el pijama de papá.
-¡Me cae muy bien!
-¡Ya lo creo!.
Si piensas que este artÃculo merece la pena, compartelo en estos servicios pulsando el icono: Estos Ãconos enlazan con webs de marcadores sociales que permiten a los lectores compartir y descubrir nuevas webs.
2 Comments:
Es precioso!
A ver si actualizas el blog que hace tiempo que está parado..y a ver si yo dejo el PC un poco libre también, verdad?
Besos gordos
Me llamo Álvaro Montoya, tengo un hermano que se llama Rafael... Veraneo en Calafell, y mi familia hasta hace unos años vivía en Bilbao, cerca de San Mamés...! He puesto Álvaro Montoya de coña en Google y me ha salido esto!
Publicar un comentario en la entrada
Links to this post:
Crear un enlace
<< Home