/*

heavily inspired by Michael Heilemann's k2 theme for WordPress
http://binarybonsai.com/k2

*/

body {
    font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
    font-size: 80%;
    text-align: center;
    margin: 0em;
    background-image: url("../images/wider.jpg");
	background-repeat: repeat-y;
}

p {
    line-height: 1.5em;
    text-align: justify;
}
li {
    line-height: 1.5em;
}
code {
    font-size: 1em;
    background: #FFFF99;
}
small {
    font-size: 0.85em;
}
blockquote {
    text-align: justify;
    padding-left: 0.5em;
    border-left: solid 1px #999999;
}
h1, h2, h3 {
    /*
    font-family: "Trebuchet MS", "Lucida Grande", Verdana, Arial, Sans-Serif;
    */
    font-family: 'Century Gothic','Lucida Grande','Trebuchet MS',Verdana,Sans-Serif;
    letter-spacing: -0.5px;
    margin: 0;
}
h1 {
    font-size: 1.6em;
    color: #ea1600;
}
h2 {
    font-size: 1.5em;
    color: #ea1600;
}
h3 {
	/*
    font-family: 'Lucida Grande',Verdana,Sans-Serif;
    */
    font-size: 1.1em;
    margin: 1.5em 0 1em 0;
    background: transparent;
    padding: 0 0 0 5px;
}
h4 {
color: #ffa801;
padding: 0 0 0 5px;
font-size : 1.2em;
background: #fdfadd;
}
a, a:hover, a:visited {
    color: #ea1600;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}
input {
    font-family: 'Lucida Grande',Verdana,Sans-Serif;
    font-size: 0.85em;
    background: #dbe9dc;
    border: solid 1px #999999;
    padding: 0.1em;
    color: #666;
}
textarea {
    font-family: 'Lucida Grande',Verdana,Sans-Serif;
    font-size: 0.85em;
    background: #bed2bf;
    border: solid 1px #999999;
}
label {
    font-size: 0.70em;
    font-weight: normal;
    margin-left:-5px;
}

#page {   
    width: 890px;
    margin: 0px auto 0 auto;
    padding: 0;
    text-align: left;
    background-color: transparent;
    }
.banner {
position: absolute;
top: 148px;
left: 95px;
border-bottom : 9px solid #4c223a ;
margin-left :10 px;
width: 400 ;
background-color : #f5f5f5
}
#header {
    position: absolute;
    width: 890px;
    height: 155px;
    left: 60px;  
    margin: 0px;
    padding: 0;
    text-align: left;
    background-color: transparent;
    background-repeat: no-repeat;
    background-image: url("../images/header.jpg");
    background-repeat: no-repeat;
}

#header a {
display: block;
}
#header h1 {
    color: #ea1600;
    font-size: 1.5em;
    line-height: 1em;
}

#header h2 {
    color: #ea1600;
    font-size: 1em;
    font-weight: normal;
}
#header h1 a,#header h1 a:hover, #header h1 a:visited {
    color: #ea1600;
    text-decoration: none;
    background-color: transparent;
}
ul#nav {
	margin: 0 0 0 27.5px;
	padding: 0;
	list-style: none;
    background-color: transparent;
    position: absolute;
    bottom: 0;
}
ul#nav li {
	list-style: none;
	display: inline;
    margin: 0;
    text-align: center;
    font-size: 10px;
    line-height: 10px;
    font-family: Verdana,Helvetica,Arial,Sans-Serif;
}
ul#nav li.first {
    
}
ul#nav li a {
    float: left;
    padding: 6px 12px 9px 12px;
    margin: 0 24px 0 0px;
    color: #fff;
	text-decoration: none;
}
ul#nav li a:hover {
    background: #0c9103;
}
ul#nav li a.selected {
    color: #666666;
    background-color: #fff;
}
#nav:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
#bigad300outer {
	position: absolute;
	top: -70px;
	left: 22px;
	width: 360px;
	height: 300px;
	background-image: url("../images/back.jpg");
/*	z-index: 2;
*/	
}
#big9 {
position: absolute;
top: -37px /*291px*/;
left: -533px /*530px*/;
width: 460px;
height: 20px;
padding-top:10px;
padding-left:8px;
padding-right:37px;
padding-bottom:10px;
border-top: 1px solid #d8d8d8;
border-bottom: 1px solid #d8d8d8; 
	}

#bigad300inner {
	position: absolute;
	top: 6px /*291px*/;
	left: 11px /*530px*/;
	width: 330px;
	height: 250px;
	}
#content {
    position: absolute;
    top: 160px;
    left: 80px;
    width: 475px;
    margin: 0 350px 0 0;
    padding: 1em 1.5em 0 1em;
    }
#sidebar {
    position: absolute;
    top: 210px;
    left: 590px;
    width: 350px;
    float: right;
    margin: 0;
    padding: 0.7em 5px 5px 5px;
}
#sidebar_left {
    width: 155px;
    margin: 222px 178px 0 -4px;
    padding: 0 2px 2px 2px;
    }

#sidebar_right {
    width: 155px;
    float: right;
    margin: 220px 13px 0 0px;
    padding: 0 0 0 2px;
}
.hid { display: none; }
#footer {
    position: absolute;
    top: 1000px;
    width: 890px;
    height: 40px;
    margin: 2.75em auto 0 auto;
    clear: both;
    background-color: #f4a2b3;
    color: #000000; 
    font-size: 0.75em;
    text-align: center;
    padding-top: 1.25em;
    border-top: 2px solid #000000;
}
#footer p {
    text-align: center;    
}

/*
 * post stuff
 */
div.firma {
    padding-bottom: 0.5em;
    padding-top: 0.5em;
    padding-left: 3px;
    margin-bottom: 1.25em;
    background-color: #fff1db ;
    border-top: 1px solid #ffdf00;
    border-bottom: 1px solid #ffdf00; 
}
div.firma2 {
    padding-bottom: 0.5em;
    padding-top: 0.5em;
    padding-left: 3px;
    margin-top: 1.25em;
    margin-bottom: 2.25em;
    background: #d0d0d0 ;
    background-repeat: no-repeat;
}


div.post {
    padding-bottom: 1em;
    margin-bottom: 1.25em;
    clear: left;
}

div.post_last {
    border-bottom: 0;    
}

div.single {
    border-bottom: 0;
}

div.post h2 a, div.post h2 a:hover, div.post h2 a:visited {
    color: #ea000b;
}

div.post img {
    margin-right: 0.5em;
    margin-top: 0.5em;
    margin-bottom: 1.5em;
    border: 1px solid #f2025c;
    padding: 5px ;
    background-color: #ffffff;
    
}
div.post a.post_comments, div.post a.post_comments:hover, div.post a.post_comments:visited {
    font-size: 0.75em;
    text-decoration: none;
    color: #cccccc;
    white-space: nowrap;
}
div.post small {
    font-size: 0.85em;
    color: #999999;
}
div.metadata {
    font-size: 0.85em;
    margin-top: 0em;
    clear: left;
}
div.metadata a, div.metadata a:hover, div.metadata a:visited {
    color: #ffa600;
}
div.metadata p {
    color: #999999;
    display: block;
    margin: 0;
}
div.metadata p.metadata_cat {
    float: left;
    max-width: 25em;
}
div.metadata p.metadata_more {
    text-align: right;
}
div.entry {
    /*
     * ie6 bug when setting text-align: justify on p elements
     */
    width: 99%;
}
div.entry a, div.entry a:hover, div.entry a:visited {
    text-decoration: underline;
}
div.entry li {
    margin-bottom: 0.5em;
    text-align: justify;
    margin-right: 1.5em;
}
div.entry ul li {
    list-style: circle;
}
/*
 * pagination
 */
div.pager p { display: block; margin: 0; }
div.pager p.pager_left { float: left; max-width: 300px; font-size: 1.6em; margin-bottom: 10px;}
div.pager p.pager_right { text-align: right; font-size: 1.6em; margin-bottom: 10px;}

/*
 * 
 stuff
 */
 
 #search_keywords {
    width: 140px;
    margin: 0.5em 0 1em 0;
 }
 
 #sidebar p {
    text-align: left;
    display: block;
    color: #666666; 
    font-size: 0.8em;
    margin: 0.5em 0 0 0;
    padding: 0;
    /* padding-right: 0.75em; */
 }

 #sidebar div.ul {
    margin: 0 0 1.5em 0;
    padding: 0;
 }
 
 #logo {
    margin: 0 0 0 0;
    padding: 0;
    text-align: center;
 }
 
 #sidebar h2 {
    display: block;
    font-size: 1.2em;
    font-weight: normal;
    margin: 0;
    padding: 0;
    color: #4068d4;
 }
 #sidebar h1 {
    font-size: 1.1em;
    background: #eee;
    padding: 0 0 0 5px;
    background: url("../images/col.gif") repeat-x center top;
} 
 #sidebar ul {
    margin: 0 0 1.5em 0;
    padding: 0;
 }
  #sidebar li {
    margin: 0;
    padding: 0;
    list-style-type: none;
    color: #999999;
    font-size: 0.8em;
    font-style: italic;
    margin: 0.5em 0 0 0;
 }
 #sidebar a, #sidebar a:hover, #sidebar a:visited {
    font-style: normal;
    color: #4068d4;
}
#sidebar small {
    font-size: 0.9em;
}
#sidebar strong {
    font-size: 0.9em;
}

 /*
  * comments stuff
  */
  ol.commentlist {
    margin: 1.5em 0 0 0;
    padding: 0 0 0 2em;
}
.commentlist li {
    font: 0.9em Verdana, Arial, Sans-Serif;
    font-weight: bold;
    color: #999999;
    margin-bottom: 1.5em;
  }
.commentlist cite {
    color: #000;
}
.commentlist p {
    font-size: 0.85em;
    font-weight: normal;
    color: #000;
    text-transform: none;
    margin: 0em;
    margin-bottom: 0.8em;
    margin-top: 0.4em;
}

#ud_preview {
    font-size: 0.85em;
}

.commentlist p a, .commentlist p a:hover, .commentlist p a:visited {
    text-decoration: underline;
}
.commentmetadata {
    font-weight: normal;
}

/*
 * plugins stuff
 */
 
div.pager {
    font-size: 0.85em;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
.posttags {
    font-style: italic;
}

/*
 *  tag cloud
 */

ul.cloud {
    
}

ul.cloud li {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: inline;
}

ul.cloud li a, ul.cloud li a:visited {
    text-decoration: none;
}

ul.cloud li.size1 {
    font-size: 0.75em;
}
ul.cloud li.size2 {
    font-size: 1em;
}
ul.cloud li.size3 {
    font-size: 1.5em;
    font-weight: bold;
}

/*
 * miscellanea
 */

.message {
    margin-top: 0.25em;
}

.warning {
    background: #cc0000;    
    color: #ffffff;
}

/* ArchivesListExtended and CategoriesListExtended plugins */

ul.archives {
    padding: 0;
    margin: 0;
    font-size: 1em;
}

ul.archives li ul a:link { text-decoration: underline; color: #666; }
ul.archives li ul a:visited { text-decoration: underline; color: #666; }
ul.archives li ul a:hover { text-decoration: underline; color: #ffffff; background: #666; }
ul.archives li ul a:active { text-decoration: underline; color: #ffffff; background: #666; }  
  
ul.archives h2 {
    font-size: 1.25em;
}

ul.archives small {
    color: #cccccc;
}

ul.archives li {
    list-style-type: none;
    margin: 0;
    font-size: 1em;
    margin-bottom: 1.5em;
    color: #000000; /* #336699; */
    text-align: justify;
}

ul.categories  {
    padding: 0;
    margin: 0;
    font-size: 1em;
    font-weight: bold;
}

ul.categories li {
    list-style-type: none;
    margin: 0;
    margin-bottom: 1.5em;
}

ul.categories h2, h3 {
    border: 0;
    margin: 0 0 0.5em 0;
}

ul.categories h3 {
    font-size: 1.5em;
}

ul.categories h3 {
    font-size: 1.25em;
}

ul.categories ul.category {
    padding: 0;
    padding-top: 1.25em;
    padding-left: 1.5em;
    margin: 0;
    font-size: 1em;
    font-weight: bold;
}

ul.posts {
    padding-left: 0;
    padding-right: 0;
    margin: 0;
    padding-top: 0.25em;
    font-size: 0.85em;
    font-weight: normal;
    color: #000000;
    text-align: justify;
    list-style-type: none;
}

ul.posts li {
    border: 0;
    margin-left: 0.25em;
    margin-right: 0.25em;
    display: inline;
}

ul.posts li.first {
    margin-left: 0;
    list-style-type: none;
}
.cajas {
border-top: 1px solid #204aba;
margin-top: 2px;

{
.yourTubeVideo {
margin-bottom : 1.5em;
}
.text {
margin:0px 0px 0px -25px ;
}
.social {
    padding: 0.2em;
    margin-bottom: 1em;
    background-color: #ededed;
    white-space: nowrap;
    border: 1px solid #8bc880; 
}



