/*
Theme Name: WordPress Default
Theme URI: http://wordpress.org/
Description: The default WordPress theme based on the famous <a href="http://binarybonsai.com/kubrick/">Kubrick</a>.
Version: 1.6
Author: Michael Heilemann
Author URI: http://binarybonsai.com/
Tags: blue, custom header, fixed width, two columns, widgets

	Kubrick v1.5
	 http://binarybonsai.com/kubrick/

	This theme was designed and built by Michael Heilemann,
	whose blog you will find at http://binarybonsai.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/



/* Begin Typography & Colors */
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Arial', Helvetica, Sans-Serif;
	background: #fff /* url('images/wokomonbgcolor.jpg'); */
	color: #666666;
	text-align: center;
	}

#page {
	background-color: white;
	border: 1px solid #959596;
	text-align: left;
	}

#header {
	background: #fff url('images/wokomonheader.jpg') no-repeat bottom center;
	}

#headerimg 	{
	margin: 7px 9px 0;
	height: 100px;
	width: 900px;
	}

#content {
	font-size: 1.2em;
        border-right: 1px solid #ccc;
	}

.widecolumn .entry p {
	font-size: 1.05em;
	}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.4em;
        font-size: 1.2em;
        color: #333;
	}

.widecolumn {
	line-height: 1.6em;
	}

.narrowcolumn .postmetadata {
	text-align: center;
        border-left: 1px solid #ddd;
        border-right: 1px solid #ddd;
	}

.thread-alt {
	background-color: #fff;
}
.thread-even {
	background-color: white;
}
.depth-1 {
border: 1px solid #ddd;
}

.even, .alt {

	border-left: 1px solid #ddd;
        border-right: 1px solid #ddd;
}

#footerWP {
	background: #fff url('images/wokomonfooter.jpg') no-repeat top;
	border: none;
	}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}

h1, h2, h3 {
	font-family: 'Arial', Helvetica, Sans-Serif;
	font-weight: bold;
	}

h1 {
	font-size: 3em;
	text-align: left;
	}

#headerimg .description {
	font-size: 1.2em;
	text-align: left;
	}

h2 {
	font-size: 1.6em;
	}

h2.pagetitle {
	font-size: 1.6em;
	}

#sidebar h2 {
	font-family: 'Arial', Helvetica, Sans-Serif;
	font-size: 1.2em;
	}

h3 {
	font-size: 1.3em;
	}

h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
	text-decoration: none;
	color: white;
	}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #0b3566;
	}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
	}

.entry p a:visited {
	
	}

.sticky {
	background: #f7f7f7;
	padding: 0 10px 10px;
	}
.sticky h2 {
	padding-top: 10px;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 1.0em 'Arial', Helvetica, Sans-Serif;
	}
.commentlist li ul li {
	font-size: 1em;
}

.commentlist li {
	font-weight: bold;
}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Arial', Helvetica, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}

#sidebar {
	font: 1.2em 'Arial', Helvetica, Sans-Serif;
	}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}

code {
	font: 1.2em 'Arial', Helvetica, Sans-Serif;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

a, h2 a:hover, h3 a:hover {
	color: #0084d8;
	text-decoration: none;
	}

a:hover {
	color: #0b3566;
	text-decoration: underline;
	}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.2em 'Arial', Helvetica, Sans-Serif;
	text-align: left;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */



/* Begin Structure */
body {
	margin:0;
	padding: 0;
	}

#page {
	background-color: white;
	margin: 20px auto;
	padding: 0;
	width: 900px;
	border: 1px solid #959596;
	}

#header {
	background-color: #fff;
	margin: 0 0 0 0px;
	padding: 0;
	height: 100px;
	width: 900px;
	}

#headerimg {
	margin: 0;
	height: 100px;
	width: 100%;
	}

.narrowcolumn {
	float: left;
	padding: 0 40px 10px 40px;
	margin: 0px 0 0;
	width: 560px;
	}

.widecolumn {
	padding: 10px 0 20px 0;
	margin: 5px 0 0 40px;
	width: 550px;
	}

.post {
	margin: 0 0 20px;
	text-align: left;
	}

.post hr {
	display: block;
	}

.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

.widecolumn .postmetadata {
	margin: 30px 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: both;
}

.clear {
	clear: both;
}

#footerWP {
	padding: 0;
	margin: 0 auto;
	width: 900px;
	clear: both;
	}

#footerWP p {
	margin: 0;
	padding: 20px 0;
	text-align: center;
	}
/* End Structure */



/*	Begin Headers */
h1 {
	padding-top: 25px;
	margin: 0px 0px 5px 40px;
	}

#headerimg .description {
margin: 0px 0px 5px 40px;
	}

h2 {
	margin: 30px 0 0;
	}

h2.pagetitle {
	margin-top: 30px;
	text-align: center;
}

#sidebar h2 {
	margin: 5px 0 0;
	padding: 0;
	}

h3 {
	padding: 0;
	margin: 30px 0 0;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
/* End Headers */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0 0px 0 20px;
	padding: 0 0px 0 10px;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 0px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 0px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 0px auto;
	padding: 5px 0px;
	text-align: center;
	}

#sidebar #searchform #s {
	width: 125px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 100px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {
	margin: 10px 10px 0 0;
	}
#commentform textarea {
	width: 560px;
	padding: 6px;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 10px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Sidebar */
#sidebar
{
	padding: 30px 0 10px 0;
	margin-left: 640px;
	width: 220px;
	}

#sidebar form {
	margin: 0;
	}
/* End Sidebar */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: left;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}
	
.screen-reader-text {
     position: absolute;
     left: -1000em;
}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 50px;
	}
/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* Estilos Para header y footer */



/* ++ Clearfix ++ */
.clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden;}
.clearfix{display:inline-block;}
* html .clearfix{height:1%;}
.clearfix{display:block;}
/* ++ General ++ */
body{background:url(../../../../img/fd-head.gif) repeat-x;}
#ppl{margin:0 auto;width:900px}


#head img{display:block;float:left;margin:12px 0 13px 0}
#head h1 {float:left;padding:30px 0 3px 10px;font-size:20px;}
#head ul {display:block;width:900px; float:left;list-style:none;margin:0;padding:0}
#head ul li{background:#0084d8;float:left;margin-right:15px;padding:6px 0 3px 0;}
#head ul li.act{background:#fff;}
#head ul li.volver{background:#f38907;margin-right:0;}
#head ul li a{display:block;height:16px;text-indent:-1000em;overflow:hidden;}
#head ul li a.bt-retos{background:url(../../../../img/bt-retos.gif) no-repeat;margin:0 23px;width:34px;}
#head ul li.act a.bt-retos{background:url(../../../../img/bt-retos-act.gif) no-repeat;}
#head ul li a.bt-wokers{background:url(../../../../img/bt-worker.gif) no-repeat;margin:0 19px;width:46px;}
#head ul li.act a.bt-wokers{background:url(../../../../img/bt-worker-act.gif) no-repeat;}
#head ul li a.bt-blog{background:url(../../../../img/bt-blog.gif) no-repeat;margin:0 27px;width:26px;}
#head ul li.act a.bt-blog{background:url(../../../../img/bt-blog-act.gif) no-repeat;}
#head ul li a.bt-descargas{background:url(../../../../img/bt-descargas.gif) no-repeat;margin:0 10px;width:61px;}
#head ul li a.bt-ppl{background:url(../../../../img/bt-ppl.gif) no-repeat;margin:0 19px;width:53px;}
#head ul li.act a.bt-ppl{background:url(../../../../img/bt-ppl-act.gif) no-repeat;margin:0 19px;width:53px;}
#head ul li.act a.bt-descargas{background:url(../../../../img/bt-descargas-act.gif) no-repeat;}
#head ul li a.bt-volver{background:url(../../../../img/bt-volver.gif) no-repeat;margin:0 9px;width:51px;}
#head li a.bt-infoRetoSm{background:url(../../../../img/bt-info.gif) no-repeat;margin:0 12px;width:70px;}
#head ul li.volver{float:right}
#head form{margin:0;padding:0;border:0;outline:0;font-size:100%;background:transparent;float:right;margin-top:20px;}
#head .panelLogin{float:right;margin-top:20px;width:auto;}
#head .panelLogin p{float:left;background:url(../../../../img/lin-head-logueado.gif) repeat-x;margin:0 10px 0 0;color:#002c5f;font-size:12px;padding:11px 2px 13px;}
#head .panelLogin.panelReta {margin-top:25px}
#head .panelLogin.panelReta p{background:url(../../../../img/lin-head-reta-logueado.gif) repeat-x;padding:5px 2px 11px;}
#head input{border:0;color:#0084d8;font-size:10px;margin:0;padding:0 2px 1px;}
#head .loginUser{width:80px;}
#head .loginPass{float:left;width:62px;}
#head .loginUser input{float:left;/*height:13px;*/width:76px;font-size:11px}
#head .loginPass input{float:left;/*height:13px;*/width:58px;font-size:11px}
#head .CvIzq{background:url(../../../../img/cv-input-login.gif) no-repeat left;float:left;height:14px;width:2px;}
#head .CvDer{background:url(../../../../img/cv-input-login.gif) no-repeat right;float:left;height:14px;width:2px;}
#head .contPass{margin-top:5px;width:80px;}
#head .contPass a{background:url(../../../../img/bt-ayuda.gif) no-repeat;display:block;float:right;height:14px;width:15px;text-indent:-1000em;overflow:hidden}
#head .Campos{float:left;}
#head .btWokeate,#head .btSalir,#head .btMicuenta,#head .btCuenta,#head .btAcClientes{display:block;float:left;height:34px;text-indent:-1000em;overflow:hidden;}
#head .btCuenta,#head .btAcClientes{float:right;width:110px;height:25px;margin-top:25px}
#head .btWokeate{background:url(../../../../img/bt-head-wokeate.gif) no-repeat;width:70px;}
#head .btSalir{background:url(../../../../img/bt-salir.gif) no-repeat;width:48px;}
#head .btMicuenta{background:url(../../../../img/bt-micuenta.gif) no-repeat;width:69px;}
#head .btEntrar{float:left;margin:0 3px 0 5px;padding:0}
#head .btCuenta{background:url(../../../../img/bt-micuenta-head.gif) no-repeat}
#head .btAcClientes{background:url(../../../../img/bt-acceso-clientes.gif) no-repeat}


#footer{margin-top:60px}
#footer .diseno{font-size:10px;color:#8c8988;padding:10px 0;text-align:center;}
#footer p{background-color:#c4eafb;display:block;float:left;}
#footer .menuFoot{background-color:#c4eafb;display:block;float:left;padding:7px 24px 6px 24px;margin:0 15px;}
#footer .Copy{background:url(../../../../img/footer-copy.gif) no-repeat 12px 7px #c4eafb;height:27px;margin:0;text-indent:-1000em;overflow:hidden;width:210px;font-size:1px;}
#footer .menuFoot a{display:block;height:14px;}
#footer .menuFoot li{float:left;margin:0 8px;display:inline}
#footer .menuFoot .footQuienes{background-image:url(../../../../img/footer-quienes.gif);text-indent:-1000em;overflow:hidden;width:78px;}
#footer .menuFoot .footMapa{background-image:url(../../../../img/footer-mapa.gif);text-indent:-1000em;overflow:hidden;width:53px;}
#footer .menuFoot .footFAQ{background-image:url(../../../../img/footer-faq.gif);text-indent:-1000em;overflow:hidden;width:24px;}
#footer .menuFoot .footLegales{background-image:url(../../../../img/footer-legales.gif);text-indent:-1000em;overflow:hidden;width:72px;}
#footer .menuFoot .footPrensa{background-image:url(../../../../img/footer-prensa.gif);text-indent:-1000em;overflow:hidden;width:34px;}
#footer .menuFoot .footContacto{background-image:url(../../../../img/footer-contacto.gif);margin:0;text-indent:-1000em;overflow:hidden;width:48px;}
#footer .footAcceso,#footer .footWokomon{margin:0}
#footer .footAcceso a{background:url(../../../../img/footer-retadores.gif) no-repeat center 6px;display:block;height:27px;text-indent:-1000em;overflow:hidden;width:207px;}
#footer .footWokomon a{background:url(../../../../img/footer-wokomon.gif) no-repeat center 6px;display:block;height:27px;text-indent:-1000em;overflow:hidden;width:207px;}
#footer a{color:#0084d8;text-decoration:none}
#footer a:hover{color:#0084d8;text-decoration:underline}

/* End captions */


/* "Daisy, Daisy, give me your answer do. I'm half crazy all for the love of you.
	It won't be a stylish marriage, I can't afford a carriage.
	But you'll look sweet upon the seat of a bicycle built for two." */
