@charset "utf-8";
/* 
	General CSS Document for Cowork Central
	Powered by PuertoBaires (www.puertobaires.com)
	
	Date: February, 2010.
	Version: 2.0
*/



body {
	font-family: "Helvetica Neue",Helvetica,Arial,Verdana,sans-serif;
	color: #333;
/*	border-top: 4px double #e2e2e2; */
	background: url(pics/bg_pattern_masked.jpg) no-repeat top center;
	width: 960px;
	margin: 5px auto;
	padding: 45px 0 0;
}

.rounded {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.very_rounded {
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}


/*  Header
-------------------------------------------------------------------------------------------------------------*/

#header {
	height: 60px;
	margin: 10px 0 0;
}

#header p {
	float: right;
	margin: 10px 15px;
}

#header ul {
	float: left;
	margin-top: 25px;
	margin-left: 5px;
}

#header ul li {
	float: left;
	display: block;
	font-size: 12px;
	text-shadow: 0 1px 0 #fff;
	border-left: 1px dotted #c0c0c0;
	padding: 0 5px;
}
#header ul li:first-child {
	border-left: none;
}

#header ul li a {
	color: #666;
	padding: 5px 7px;
	font-family: "Lucida Grande","Lucida Sans Unicode",Helvetica,Arial,Verdana,sans-serif;
}

#header ul li a:hover, #header ul li a.selected {
	background-color: #edf0e7;
	color: #759051;
	text-shadow: 0 1px 0 #fff;
}

#header ul li a.selected {
	background: transparent;
	color: #759051;
	font-weight: bold;
}

#header ul li a.language {
	text-transform: uppercase; 
	font-size: 11px;
	color: #333;
	line-height: 15px;
	font-family: "Helvetica Neue",Helvetica,Arial,Verdana,sans-serif;
}

#header ul li a.language:hover {
	background-color: #eaeaea;
}

/*  Body
-------------------------------------------------------------------------------------------------------------*/

#body {
	margin-top: 15px;
}

#body .col_a {
	float: left;
}

#body .col_b {
	float: right;
}



/*  Footer
-------------------------------------------------------------------------------------------------------------*/

#footer {
	font-size: 12px;
}

#footer a:hover {
	text-decoration: underline;
}

#footer ul.main {
	border-top:1px solid #E2E2E2;
	border-bottom:4px double #E2E2E2 ;
	padding: 30px 0 0 0;
	height: 170px;
}

#footer ul li {
	font-size: 12px;
	font-weight: bold;
	color: #759051;
}

#footer ul li {
	margin: 0 20px;
}

#footer ul li ul li {
	font-weight: normal;
	color: #666;
	margin: 3px 0;
	font-family: "Lucida Grande","Lucida Sans Unicode",Helvetica,Arial,Verdana,sans-serif;
	font-size: 11px;
}

#footer ul li a {
	color: #333;
	border-bottom: 1px dotted #c0c0c0;
}

#footer ul li a:hover {
	border-bottom: 1px solid #999;
	text-decoration: none;
}

#footer p {
	margin: 10px 15px;
	font-family: "Lucida Grande","Lucida Sans Unicode",Helvetica,Arial,Verdana,sans-serif;
	font-size: 11px;
	line-height: 20px;
	color: #666;
}

#footer span a.puertobaires {
	background: url(pics/puertobaires.png) no-repeat;
	background-position:right;
	margin:0 15px;
	overflow:hidden;
	text-indent:-9999px;
	width:19px;
	height: 19px;
	display: block;
	float: right;
	text-decoration: none;
}

#footer span a.puertobaires:hover {
	background-position:left center;
}
