/*
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-family: Arial, Verdana, Sans-Serif;
	color: #333333;
	font-size: 12px;
	}

#wrapper {
	background-color: white;
	width: 1024px;
	text-align: left;
	margin: auto;
	}
#header {
	width:1024px;
	height:160px;
	margin:0px;
	padding:0px;
	}
#headerMenu {
	width:200px;
	height:134px;
	margin-right:30px;
	padding:10px;
	font-size: 16px;
	float:right;
}
#headerMenu a {
	color: #FFFFFF;
	font-size: 16px;
	text-decoration: bold;
}
#headerSubMenuBig {
	background: #c1cedd;
	width:1012px;
	height:40px;
	margin:0px;
	padding:2px;
	padding-left: 10px;
	font-size: 16px;
	}
#headerSubMenu {
	background: #c1cedd;
	width:1012px;
	height:20px;
	margin:0px;
	padding:2px;
	padding-left: 10px;
	font-size: 16px;
	}
#headerSubMenu ul li{
	display:inline;
}
#headerSubMenu a {
	color: #333333;
	font-size: 14px;
	padding-right: 10px;
	text-decoration: none;
}
#headerSubMenu a:hover {
	color: #FFFFFF;
	font-size: 14px;
	padding-right: 10px;
	text-decoration: none;
	background: #6c8aac;
}
#headerSubMenuBig ul li{
	display:inline;
}
#headerSubMenuBig a {
	color: #333333;
	font-size: 14px;
	padding-right: 10px;
	text-decoration: none;
}
#headerSubMenuBig a:hover {
	color: #FFFFFF;
	font-size: 14px;
	padding-right: 10px;
	text-decoration: none;
	background: #6c8aac;
}
ul li a {
	text-decoration: none;
}
ul {
	margin: 0; padding: 0; list-style-type: none;
}
hr{
	clear:both;
	height:1px;
	color:#dddddd;
	background:#dddddd;
}
.imgPerson {
	display:inline;margin-right:5px;margin-bottom:5px;float:left;
}
#pageWrapper {
	width:1024px;
	padding:0px;
	padding-bottom: 10px;
	border-top: solid #dddddd 1px;
	border-bottom: solid #dddddd 1px;
}
#leftField {
	float: left;
	width: 590px;
	border-bottom: solid #dddddd 1px;
}
.leftFieldOficina {
	border-top: solid #dddddd 1px;
	padding-top: 10px;
}
#rightField {
	float: right;
	width: 350px;
}
#rightFieldHeader {
	background: #b8c6d5;
	width: 340px;
	margin-top: 10px;
	padding: 5px;
	color: #FFFFFF;
	text-transform: uppercase;
}
#rightFieldContent {
	background: #efefef;
	width: 330px;
	padding: 10px;
	margin-top: 0px;
	margin-bottom: 10px;
}
#footer {
	padding: 10px;
	font-size: 12px;
}
#footer a{
	text-decoration:none;
	color: #333333;
}
#footer ul li {
	list-style: none;
	display: inline;
}
h1, h2, h3 {
	color: #999999;
	font-weight: normal;
	}

.cb {
	clear:both;
}