html {
   font-size: 85%;
   font-family: 'Lucida Grande', 'Trebuchet MS', arial, Helvetica, sans-serif;
   margin: 0;
   padding: 0
}

body {
   font-size: 100%;
   padding: 0;
   text-align:center;
   background-color: #643d81;
   /*background: white url(../imgs/backshade.png) repeat-x;*/
   color: black;
}

   .postcaja1 {
      background-color:#F1ECFF;
	  width:100%;
	  height:168px;
   }      
   .postcaja2 {
      background-color:#FBF9FF;
	  width:100%;
	  height:168px;
   }   
   .postbr {
    clear: both;
   } 
    .postfoto {
    float:left;
   } 
    .postdesc {
    padding:5px;
   } 
   
hr { display: none }

p { margin: .5em 0 }

img { border: none }

/* ===== LINKS GENERAL ===== */
a:link, a:visited {
   color: #744d91;
   font-weight: bold;
   text-decoration: none
}

a:hover {
   color: #8d82c8;
   text-decoration: underline
}



/* ===== HEADERS TAGS ===== */
h1 {
   /* Title of the blog */
   font-size: 1.7em;
   letter-spacing: 2px;
   margin: 1em 0 0 0
}

h2 { font-size: 1.5em;} /* see h2.date */

h3 {
   /* Titles of the entry */
   font-family: 'book antiqua', georgia, garamond, times, 'times new roman', serif;
   font-style: italic;
   font-size: 1.5em;
   color: #333333;
   margin: 0
}

h4 { font-size: 1.2em; }



/* ===== DIV CONTAINER ALL ELEMENTS BLOCK ===== */
#body-container {
   text-align: left;
   width: 950px !important;
   width: 938px; /* fix for I.E. */
   margin: 0 auto 0 auto;
   padding: 5px;
   border: solid 1px #ccc;
   background-color: white
}



/* ===== HEAD ===== */
#head {
   font-family: 'book antiqua', georgia, garamond,  times, 'times new roman', serif;
   padding: 10px 10px 5px 5px;
   margin: 10px;
   background: #8d82c8 url('../imgs/fondotop.jpg') repeat-x;
   border: #bbb 1px solid;
/* text-align: center;*/
}

#trade {
   font-family: 'book antiqua', georgia, garamond,  times, 'times new roman', serif;
   padding: 1px 1px 1px 1px;
   margin: 5px;
   background: #f8f7fb;
/*   border: #bbb 1px solid;*/
/* text-align: center;*/
}
#head a { color: white; text-decoration: none }

   .subtitle {
      font-size: 100%;
      font-style: oblique;
      color: #F1F1F1;
      margin: .5em 0 0 0
   }



/* ===== DIV CONTAINER "MAIN" ===== */
#outer-container {
   position: relative;
   height: 1%;
   margin: 0px;
   padding: 0px;
   border-top: 1px solid white; /* problem with I.E. */
   background-color: white;
}



/* ===== MAIN ===== */
#main h4 { margin: 2em 0 0 0}

#main {
   float:left;
   position: relative;
   width: 500px !important;
   width: 470px;
   font-size: 100%;
   margin: 12px;
}
#mainn {
   float:left;
   position: relative;
   width: 400px !important;
   width: 385px;
   font-size: 80%;
   padding: 1px;
   /*background-color: #f8f7fb;*/
}

#main p { line-height: 1.5em; margin-top: 1.2em; }

#main img { margin: .5em }

/* === List === */
#main ul {
   list-style-type: disc;
   padding: 0 0 0 1.6em
}

#main ol {
   list-style-position: inside;
   padding: 0 1.6em 0 1.6em
}

   #commentform fieldset p { margin: 0 0 .5em 0 }
   
   #comments li {
      margin: 0 0 1.5em 0;
      padding: 5px;
      border-top: 1px solid #ddd;
      border-bottom: 1px solid #ddd;
      background: #efefef
   }
   
   /* === Class of main block === */
   h2.date {
      font-size: 0.5em;
      color: #aaa;
   }
   
   .date { /* date under titles of the entry */
      font-size: 80%;
      font-style: oblique;
      color: gray;
      margin: .2em 0 .8em 0
   }
   
   /* .entry class */
   .entry {
      margin: 0 0 1.5em 0;
      padding: 0;
      overflow: auto; /* floating images fix IE<7*/
   }
   
   #main>.entry {
      overflow: hidden; /* rest of the world :) */
   }
   /* end of .entry */
   
   #main ul.entry-footer { /*  entry footer */
      clear: both;
      font-size: 80%;
      color: gray;
      margin: 2em 0 .5em 0;
      text-align: right;
   }
   
   .entry-footer li { 
      display: block;
   }
   
   
   .admincontrols { /* [edit] and [delete] */
      font-size: 80%;
      text-align: right;
   }
   
   .buttonbar { text-align: center }
   
   .buttonbar input {
      text-align: center;
      margin: .1em .5em;
      padding: 0 1em
   }
   
   .navigation { /* next entries & previous entries link */
      font-size: 14px;
      margin-bottom: 5em
   }


/* ===== FOOTER ===== */
#footer {
   clear: both;
   font-size: 80%;
   color: #555;
   padding: 5px;
   border-top: #bbb 1px solid
}
.alignleft { float: left }

.alignright { float: right }

/* ===== NOTIFICATION ===== */
#main ul.msgs, ul.msgs {
	margin-top: 1em;
	margin-left: 0em;
	padding: 1em 2em
}

.errors {
	color: #901d1d;
	border-top: 1px solid;
	border-bottom: 1px solid;
	border-color: #ffbbbb;
	background: #ffdddd
}

.errors a {
	color: #901d1d;
	text-decoration: underline;
	font-weight: normal
}

.notifications,.enabled {
	color : #1d901d;
	border-top: 1px solid #bbffbb;
	border-bottom: 1px solid #bbffbb;
	background: #ddffdd
}

.warnings {
	color : #8a7802;
	border-top: 1px solid;
    border-bottom: 1px solid;
	border-color: #f8e674;
	background: #fffdd5;

}

.field-error {
	border: red 1px solid;
	background: #fdd
}
#column {
/*	float: right;
	width: 165px !important;
	width: 150px;
	font-size: 90% !important;
	font-size: 85%;
	margin-bottom: 5px;
	padding: 10px;
	border-left: solid 1px #ccc
*/	
	float:left;
   position: relative;
   width: 400px !important;
   width: 385px;
   font-size: 80%;
   padding: 1px;
   border-left: solid 1px #faf;
   /*background-color: #f8f7fb;*/
}

#column h4 {
	/* Titles of the sections */
	margin-bottom: .5em;
}

#column p, #column div { margin: 10px 5px }

#column a:link, #column a:visited { color: #744d91; }

/* === List === */
#column ul li table { font-size: 100% }

#column ul {
	list-style-type: none;
	margin-right: 10px;
	margin-bottom: .5em;
	padding-left: 1em
}

#column fieldset { margin: 0 5px 0 5px }

#column legend { font-size: 100% }
/* defines rules specific to the front page */

#comments li.comment-admin {
	padding:1em
}

#comments li.comment-admin strong.comment-name { font-size:140% }

#widget-searchbox form {
	text-align: center;
}

blockquote {
   width: 90%;
   color: #666;
   margin: 1em 1em;
   padding: 0 10px;
   border-left: 5px solid #bbb
}

pre, code {
   font-family: Lucida Console, Monaco, monospace;
   font-size: 90%;
}

pre {
   border-top: 1px solid #ddd;
   border-bottom: 1px solid #ddd;
   background-color: #efefef;

   overflow: auto;
   width: 90%;
   margin: 1em 1em;
   padding: 5px 10px;
   
   /* fix overflow in IE */
   min-height: 40px; 
   height: auto !important; 
   height: 40px; 
}

ul, li, ol { margin: 0; padding: 0 }

/* === Form === */
form { margin: 1em 0 }

fieldset {
   margin: 0 0 1em 0;
   padding: .5em;
   border: #ddd solid 1px
}

legend {
   color: #666666;
   font-size: 80%;
   font-style: oblique
}

input, textarea, select {
   padding: .2em;
   border: 1px solid #999;
   color: #222;
   background-color: #eee;
}

input:hover, input:focus, textarea:hover, textarea:focus {
   border: 1px solid #AA1111;
   background-color: #fff
}

textarea {
   font-size: 100%;
   font-family: 'Lucida Grande', 'Trebuchet MS', arial, Helvetica, sans-serif;
   width: 99%;
   margin-top: .1em;
   margin-bottom: 1em
}
