/********************************************
   AUTHOR:  			Christian NieÃŸing 
   TEMPLATE NAME:		OUTER SPACE DESIGN TEMPLATE
   VERSION:             1.0     
   DATE:			    December-30-2008     	
 *******************************************/

/********************************************
   HTML ELEMENTS
********************************************/

/* top elements */

* {
	margin: 0;
	padding: 0;
	outline: 0;
}

/*png behaviour in IE */

img, div {
	behavior: url(iepngfix.htc)
}

body {
	background-color: #ececec; /* very light gray */
	color: #777;
	text-align: center;
	margin: 0;
	padding: 0;
	font-family: Verdana, Tahoma, arial, sans-serif;
	font-size: 70%;
	line-height: 2em;
/*
	background-color: #fff;
	background-image: url(../images/bg.gif);
	background-repeat: repeat;
*/
	background-image: url(../images/mapamundi.jpg);
	background-repeat: repeat;
	background-position: left top;
}

/* links */

a, a:visited {
	text-decoration: none;
	border-bottom: 1px dotted #09a2da; /* sky blue */
	background: inherit;
	color: #09a2da; /* sky blue */
}

a:hover {
	text-decoration: none;
	border-bottom: 1px solid #09a2da; /* sky blue */
	background: inherit;
	color: #09a2da; /* sky blue */
}

/* headers */

h1, h2, h3 {
	font-family: 'Trebuchet MS', Tahoma, Sans-serif;
}

h1 {
	font-size: 250%;
	font-weight: normal;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ededed;
}

h2 {
	font-size: 160%;
	font-weight: normal;
}

h3 {
	font-size: 135%;
	font-weight: normal;
}

h1, h2, h3, p {
	padding-bottom: 15px;
}

/* images */

#work img{
	border: #eee 1px solid;
	border-right: none;
	border-bottom: none;
	float: left;
	clear:right;
	padding-top: 4px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 4px;
	margin-right: 10px;
	background-color: #fff;
	background-image: url(../images/shadow.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}

.dropshaddow{
	border: #eee 1px solid;
	border-right: none;
	border-bottom: none;
	float: left;
	clear:right;
	padding-top: 4px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 4px;
	margin-right: 10px;
	background-color: #fff;
	background-image: url(../images/shadow.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}

/* blog elements */


ul, ol {
	margin: 5px 15px;
	padding: 0 25px;
}

code {
	margin: 5px 0;
	padding: 15px;
	text-align: left;
	display: block;
	overflow: auto;
	font: 500 1em/1.5em 'Lucida Console', 'courier new', monospace;
	border: 1px solid #ccc;
	background-color: #ededed;
}

acronym {
	cursor: help;
	border-bottom: 1px dotted #777;
}

blockquote {
	padding: 25px 10px 10px 80px;
	font-family:"Times NewRoman", Georgia, serif;
	font-size: 1.2em;
	font-weight: normal;
	font-style: italic;
	color: #999;
	border: 1px dotted #999;
	background-color: #fff;
	background-image: url(../images/quote2.gif);
	background-repeat: no-repeat;
	background-position: 8px 6px;
}

.post-footer {
	padding: 5px;
	margin: 20px 25px 0 25px;
	border: 1px solid #ccc;
	font-size: 95%;
	background-color: #ededed;
}

.post-footer .date {
	padding-left: 0px;
	margin: 0 5px;
}

.post-footer .comments {
	padding-left: 0px;
	margin: 0 5px;
}

.post-footer .readmore {
	padding-left: 0px;
	margin: 0 5px;
}

.post-by {
	font-size: .95em;
	margin-top: 0;
}

/* table */

table {
	border-collapse: collapse;
	width: 100%;
}

th {
	height: 35px;
	padding-left: 12px;
	padding-right: 12px;
	color: #fff;
	text-align: left;
	border-bottom-width: 2px;
	background-color: #446495;
	background-image: url(../images/menu.jpg);
	background-repeat: repeat-x;
	background-position: 0 0;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #446495;
	border-right-color: #446495;
	border-bottom-color: #446495;
	border-left-color: #446495;
	padding-top: 8px;
	padding-bottom: 0px;
}

tr {
	height: 32px;
	background: #fff;
}

td {
	padding-left: 12px;
	padding-right: 12px;
	border: 1px solid #ccc;
}

/* form elements */

form {
	padding: 10px 10px 10px 10px;
}


fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

legend {
	display: none;
}

input, textarea {
	padding: 8px;
	background-color: #f3f3f3;
	border: 1px solid #999;
	font: normal 1em Verdana, sans-serif;
	color: #777;
}


input.button {
	font: bold 12px Arial, Sans-serif;
	height: 28px;
	margin: 0;
	padding: 2px 3px;
	color: #fff;
	border: 1px solid #446495;
	background-color: #446495;
	background-image: url(../images/menu.jpg);
	background-repeat: repeat-x;
	background-position: 0 0;
}

input:focus, textarea:focus {
	background-color: #fff;
}
input.error, textarea.error {
	border: 1px dotted #426394;
}

form label.error, label.error {
	/* remove the next line when you have trouble in IE6 with labels in list */
	color: #426394;
	font-style: italic;
	float: left;
}

/********************************************
   LAYOUT
********************************************/


#topshaddow {
	height: 50px;
/*	width: 950px;*/
	width: 850px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/top_bg.png);
	background-position: center bottom;
	background-repeat: no-repeat;
	z-index: 4;
}

#wrap {
/*	width: 950px;*/
	width: 934px;
	text-align: left;
	background-image: url(../images/content.png);
	background-repeat: repeat-y;
	background-position: center top;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#header {
/*	height: 400px;*/
	height: 255px;
	color: #fff;
	background-color: #caced1;
/*	width: 900px;*/
	width: 850px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
	z-index: 1;
}

#header img {
	border: none;
	padding: 0;
	margin: auto;
}

/* navigation */

#navigation {
	clear: both;
	height: 41px;
/*	width: 900px;*/
	width: 850px;
	background-color: #426394;
	background-image: url(../images/menu.jpg);
	background-repeat: repeat-x;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 0;
	padding-bottom: 0;
	font-family: "trebuchet MS", Arial, Tahoma, Sans-serif;
	font-size: 16px;
/*	font-size: 14px;*/
	line-height: 40px;
}

#content-wrap {
	clear: both;
/*	width: 860px;*/
	width: 810px;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
	padding: 0;
	height: auto;
}

/* Title */

#title{
	height: 120px;
	color: #30449d; /* azul institucional */
	border-bottom: 1px dotted #c2c2c2;
}

/* to put a title on top, spanning the two columns over a main div */
#onelinetitle {
	height: 50px;
	font-family: 'Trebuchet MS', Tahoma, Sans-serif;
	font-size: 24px;
	color: #777;
	text-align: center;
	padding-top: 20px;
}

#titlenzero {
	height:1px;
	border:0;
}
/* Sidebar */

#sidebar {
	float: left;
	width: 195px;
	color: #777;
	margin-top: 20px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	border-right: 1px dotted #c2c2c2;
}

#sidebar h2 {
	margin: 15px 5px 10px 5px;
	font: bold 1.4em 'Trebuchet MS', Tahoma, Sans-serif;
	color: #555;
}

#sidebar p {
	margin-left: 5px;
}

#sidebar .logos {
	text-align: center;
	font-size: 10px;
}

#sidebar .more {
	margin-bottom: 10px;
}
#sidebar .moreinfo {
	margin-bottom: 10px;
	background-image: url(../images/info.png);
	background-repeat: no-repeat;
	background-position: 60px 0px;
}


/* Main Column */

#main {
	float: right;
/*	width: 625px;*/
	width: 560px;
	display: inline;
	margin-top: 25px;
}

#mainonecolumn {
	float: left;
/*	width: 800px;*/
	width: 700px;
	display: inline;
	margin-top: 25px;
	margin-left:30px;
	height: auto;
	padding-bottom: 25px;
}

#mainthreecolumn {
	float: left;
/*	width: 800px;*/
	width: 700px;
	display: inline;
	margin-top: 25px;
	margin-left:30px;
	height: auto;
	padding-bottom: 25px;
}

#work ul{
  	float:left;
/*	width: 800px;*/
	width: 700px;
	margin-top:30px;
	}

#work li {
  list-style:none;
  float:left;
  margin-right: 20px;
  margin-bottom: 40px;
  
}

#tooltip{
	position:absolute;
	padding:2px 5px;
	color:#fff;
	display:none;
	filter: alpha(opacity=80);
	-moz-opacity: .80;
	opacity: .80;
	z-index: 500;
	background-color: #426394;
	}	


#project ul{
	min-height: 430px;
	height: auto;
/*	width: 420px;*/
	width: 400px;
	float: left;
}

#project li {
  list-style:none;
  float:left;
  
}

.sky {
	color: #09a2da; /* sky blue */
}

.red {
	color: #a93222; /* red Pujol */
}

#projectdesc {
	float: right;
	width: 300px;
	height: 430px;
	margin-top: 10px;
}	

/* Footer */

#footer {
	color: #333;
	background: #caced1;
	clear: both;
/*	width: 860px;*/
	width: 820px;
/*	height: 20px;*/
	height: 60px;
	text-align: center;
	font-size: 90%;
	margin-right: auto;
	margin-left: auto;
	padding: 15px;
}
#contactform {
	width: 500px;
}

#bottomshaddow {
	height: 50px;
/*	width: 950px;*/
	width: 850px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/bottom_bg.png);
	background-repeat: no-repeat;
	background-position: center top;
}

/* alignment classes */

.float-left {
	float: left;
}

.float-right {
	float: right;
}

.align-left {
	text-align: left;
}

.align-right {
	text-align: right;
}

/* display and additional classes */

.clear {
	clear: both;
}

.first {
	padding-top: 10px;
}

#info {
	padding: 25px 10px 10px 80px;
	color: #999;
	border: 1px dotted #999;
	background-color: #fff;
	background-image: url(../images/info.png);
	background-repeat: no-repeat;
	background-position: 12px 10px;
	margin-bottom:25px;

}
/* styles not used. sinve they collapse with MSIE6 */
#fotoagencia {
	padding-top: 20px;
	margin: 0;
	width: 518px;
	overflow: none;
}

#fotoagencia .dropshaddow{
	border: #eee 1px solid;
	border-right: none;
	border-bottom: none;
	float: left;
	clear:right;
	padding-top: 4px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 4px;
	margin-right: 2px;
	background-color: #fff;
	background-image: url(../images/shadow.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}