/*
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 */
*{
	margin:0;
	padding:0;
}
body{
	font-family:verdana,arial,sans-serif;
	background:#000000;
}
#dios{
	width:980px;
	height:630px;
	margin:0 auto;
}
#franja{
	background:#1b1b1b;
	display:block;
	height:46px;
}
#header{
	height:132px;
	background:#5e5f61 url(i/headerbg.gif) left top no-repeat;
}
#titulo{
	background:url(i/titulobg.gif) left bottom no-repeat;
	display:block;
	height:132px;
	width:569px;
	text-indent:-1000px;
	overflow:hidden;
	margin-left:385px;
}
#header h2{
	text-indent:-1000px;
	overflow:hidden;
}
#left,#right{
	float:left;
	padding-bottom:40px;
}
#right h2{
	margin-left:23px;
	color:#333333;
	font-size:15px;
	font-weight:normal;
	width:723px;
	border-bottom:1px solid #939395;
	padding-bottom:3px;
	margin-bottom:3px;
}
#right h2 a{
	color:#333333;
	text-decoration:none;
}
#right small{
	margin-left:23px;
	font-size:9px;
	color:#d8d8d8;
	border-bottom:1px solid #939395;
	width:723px;
	display:block;
	padding-bottom:3px;

}
#left{
	width:205px;
	background:url(i/leftbg.gif) left bottom no-repeat;
		height:421px;
}
#menu{
	background:#5b595a url(i/menubg.gif) left top no-repeat;
	height:251px;
}
#menu ul li{
	list-style:none;
	width:178px;
	border-bottom:dashed 1px #fff;
	margin-left:27px;
	text-indent:-1000px;
	overflow:hidden;
}
#inicio{
	background:url(i/iniciobg.gif) left top no-repeat;
	height:52px;
	display:block;
}
#inicio:hover {
	background-position:left -52px;
}
#empresa{
	background:url(i/empresabg.gif) left top no-repeat;
	height:49px;
	display:block;
}
#empresa:hover {
	background-position:left -49px;
}
#proyectos{
	background:url(i/proyectosbg.gif) left top no-repeat;
	height:50px;
	display:block;
}
#proyectos:hover {
	background-position:left -50px;
}
#blog{
	background:url(i/blogbg.gif) left top no-repeat;
	height:49px;
	display:block;
}
#blog:hover {
	background-position:left -49px;
}
#contacto{
	background:url(i/contactobg.gif) left top no-repeat;
	height:47px;
	display:block;
}
#contacto:hover {
	background-position:left -47px;
}
#right{
	width:775px;
	background:#5e5f61;
}
#right .final div{
	width:355px;
	float:left;
	margin-left:27px;
	margin-top:10px;
	font-size:12px;
}
#right .final h2{
	margin-left:0px;
	color:#333333;
	font-size:12px;
	font-weight:normal;
	width:723px;
	border-bottom:none;
	padding-bottom:0px;
	margin-bottom:0px;
}

#right .final li{
	list-style:none;
}
#foo{
	height:31px;
	background:red;
}
#right .entry{
	width:723px;
	margin-left:23px;
	padding-top:11px;

}
#right .entry img{
	margin-right:20px;
border:0px;
}
#right .entry p{
	font-size:12px;
}
#right .postmetadata{
	width:560px;
	border-bottom:1px solid #939395;
	padding-bottom:20px;
	padding-left:163px;
	margin-left:23px;
	font-size:10px;
	margin-top:10px;
	
}
#right .postmetadata a{
	color:#212122;
	margin-left:143px;
	text-decoration:none;
}
#right .postmetadata img{
	border:0;
}
#sidebar h2{
	margin-left:23px;
	color:#212122;
	font-size:12px;
	font-weight:normal;
	width:723px;
	border-bottom:none;
	padding-bottom:0px;
	margin-bottom:0px;
	margin-top:10px;
}
#sidebar li{
	list-style:none;
	
}
#sidebar li a{
	font-size:12px;
	color:#333333;
	margin-left:30px;
}
.widget_categories{
.width:200;
float:left;
	width:243px;
}
#recent-posts{
	float:left;
	width:466px;
}

/*
hacks
------------ */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.fondo{
	background:url(i/fondobgblog.gif) left top repeat-y;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

