/*
	CSS files kept in the 'schemes' directory can be used to
	costumize your K2 installation without having to mess
	with the core K2 files. This in turn makes it easier to
	upgrade to new K2 version as well as debug any problems
	that might occur.

	You select schemes from the K2 Options page in the
	'Presentation' section of your WordPress administration.
	
	Author Name	:
	Author Site	:
	Scheme Name	:
	Comments	:
*/
body {

	/*background: white url('paralela/background.jpg') repeat;*/

	}

.item {

	/*background: white url('paralela/item.jpg') repeat;*/
}

#page {
	/* The entire design is contained within the 'page' id */
	background: white url('paralela/body.jpg') center repeat-y;
	padding: 0px 0px 0px 0px;

	}
	
#header {
	background: white url('paralela/header.jpg') center top no-repeat;
	width: 100%;
	height: 209px;

	}

#header h1{
display: none;
}

#header .description {
display: none;
}
	
.content {

	width: 100%;
	_width: 100%;
	margin-left: 20px;
	_margin-left: 0px; /*IE hack =(*/

	}

#foot {
	background: url('paralela/footer.jpg') center top no-repeat;
	height: 60px;


	}
.primary {
	width: 430px;
	float: left;
	}

.item {
	/* Each entry is contained within the 'item' class */
	}

.itemtext {
	/* The meat and potatoes of every entry */
	}

.secondary {
	font: 1em/1.5em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	width: 120px;
	margin: 0 0 0 0px;
	position: relative;
	float: left;
	}

.leftbar {
	font: 0.9em/1.2em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	_font: 0.9em/1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	float: left;
	margin-left: 7px;	
	_margin-left: 12px;
	margin-top: 0px;
	width: 125px;
	_width: 128px;
	position: relative;

	}

.leftbar a{

	color: #1145da;
}

.secondary a{

	color: #1145da;
}

#footer {
	padding: 10px 0 0px;
	text-align: center;
	}

#footer a {
	color: #eee;
	border-bottom: 1px solid #ccc;
	font-weight: bold;
	}

#footer a:hover {
	border: none;
	text-decoration: none;
	color: #1144f6;
	}



/* Menu config */
ul.menu {
	margin: 0;
	padding: 0;
	position: absolute;
	bottom: 0;
	left: 20px;
	width: 90%;
	}

ul.menu li {
	display: inline;
	margin: 0;
	}

ul.menu,
ul.menu li a {
	padding: 5px 15px 7px;
	}

ul.menu li a {
	font: 115% Verdana, Helvetica, Arial, Sans-Serif;
	color: white;
	margin: 0;
	}

ul.menu li a:hover {
	background: none;
	color: #44ccff !important;
	text-decoration: none;
	}

ul.menu li.current_page_item a,
ul.menu li.current_page_item a:hover {
	color: #44ccd5 !important;
	background: none;
	text-decoration: none;
	}

.admintab {
	position: absolute;
	right: 0px;
	_padding: 5px 15px 6px; /* IE hack */
	}

.entry .itemhead{
	
	margin: 0px 0 0px 0;
	background: url('paralela/itemheader.jpg') bottom no-repeat;
	height: 20px;

}

.entry .itemhead a{
	
	margin: 10px 0px 0px 25px;
	position: absolute;
	font: 1.4em/0.8em Verdana, Helvetica, Arial, Sans-Serif;
	color: #4488cc;
	font-weight: bold;

}

.entry .itembody {
	
	margin: -5px 0 -15px 0;
	background: url('paralela/itembody.jpg') repeat-y;

}

.entry .itembodyinside {

	margin: 0px 0 -15px 0;
	padding: 10px 5px 0 0;

}

.entry .itembodyinside h3 {

	font: 1.9em/1.2em Verdana;

}
.metadata {

	color: #000;

}


.metadata a {
	color: #2277dd;
	}

.entry .itemhead h3{
	margin-left: 25px;
}
.entry .itembody h3{
	margin: 20px;
}

.entry .itembody h2{
	font: 18px/1em Verdana, Helvetica, Arial, Sans-Serif;
	_font: 17px/1em Verdana, Helvetica, Arial, Sans-Serif;
}

.leftbar h3 {
	font: 1.6em/1em Verdana, Helvetica, Arial, Sans-Serif;
	_font: 1.3em/1em Verdana, Helvetica, Arial, Sans-Serif;
}

.leftbar .title {
     font: 1.6em/1em Verdana, Helvetica, Arial, Sans-Serif;
    _font: 1.3em/1em Verdana, Helvetica, Arial, Sans-Serif;
}
		

.leftbar {
	/*margin-left: 25px;*/
}


.entry .itemtext {

	margin: 15px;

}

.metadata {

	margin: 0px 0px 0px 0px;
	padding: 5px 0px 0 0;

}

.metainside {

	margin: 5px 5px 10px 10px;

}

.chronodata {

	color: black;

}

.entry .itemfooter{
	/*width: 440px;*/
	height: 20px;
	background: url('paralela/itemfooter.jpg') top no-repeat;

}

.comments .commentlist li.item {
	background: white;
	padding: 0px;
	}



.chead{
	
	margin: 0px 0 0px 0;
	padding: 0 0 0 20px;
	background: url('paralela/itemheader.jpg') bottom no-repeat;
	height: 20px;

}

.cbody {
	
	margin: 0px 0 -15px 0;
	padding: 0 0 0 10px;
	padding-top: 5px;
	background: url('paralela/itembody.jpg') top repeat-y;

}

.cbody .commentauthor{
	
	padding-left:15px;

}

.cbody .itemtext {

	margin: 0px 10px 0px 0;

}

.cfooter{

	height: 20px;
	background: url('paralela/itemfooter.jpg') top no-repeat;

}

.commentlist li {
	
	margin: 0 0 0 0px;

}

.comments .commentlist {
	margin: 0;
	padding: 10px 0;
	_padding: 0px 0;
	position: relative;
	}

.comments .metalinks {
	padding:10px;
}
.trackbacklink a, .commentsrsslink a{
	color: #2277dd;
}

#comments h4 {
	font: 2em Verdana;
}

.comments .metalinks a{
	color: #000;
}


#footer {
	text-align: center;
	}

#footer small{
	color: black;
	}

#footer a {
	color: #0044aa;
	border-bottom: 1px solid #ccc;
	font-weight: normal;
	}

#footer a:hover {
	border: none;
	text-decoration: none;
	color: black;
	}


#comment {

	width: 425px;

}

.comments #loading {
	text-align: center;
	font: 1em/1.5em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	margin-bottom: 40px;
	margin-top: 40px;
	color: #000;
	font-size: 2em;
	letter-spacing: -1px;
	}

#author, #email, #url, #comment {

	background: #efe4cf;

}


.navigation, .navigation a {
		
	font: 1em/1.5em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	color: #1166dd;

}


.pagetitle {
		
	font: 0.8em/2em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	_font: 1em/2em 'Lucida Grande', Verdana, Arial, Sans-Serif;

}

/**** Form Mail *************/

 form dl, dl.labels {
      margin:0em;
      font-size:100%;
    }
    form dt, dl.labels dt {
      float:left;
      
      width:6em;
      margin-bottom:0.8em;
      color:#555;
      position:relative /*IEWin hack*/
    }
    form dd, dl.labels dd {

      margin-bottom:0.8em;
      font-size:100%;
      font-style:normal;

    }
    form dd.submit, dl.labels dd.submit  {
      margin-top:2em
    }

    form dd .enviar {
	background: #d6c29f;
	margin-left: 220px;
	_margin-left: 260px;

    }

