body {
	border: 0;
	padding: 0;
	margin: 0;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: small;
	color: #999;
}

a img {
 border: none;
}

a {
 color: #999;
}

a:hover {
 color: #666;
}

a:visited {
 color: #ccc;
}

.left {
	float: left;
}

#dots_centered {
 position: absolute;
 width: 212px;
 height: 69px;
 margin-left: -106px;
 margin-top: -35px;
 top: 50%;
 left: 50%;
 text-align: center; 
}

#general_centered {
 background-color: #f00;
}

#we_are_centered {
 position: absolute;
 width: 30em;
 height: 12em;
 margin-left: -15em;
 margin-top: -6em;
 left: 50%;
 top: 50%;
}

#we_do_centered {
 position: absolute;
 width: 34em;
 height: 24em;
 margin-left: -17em;
 margin-top: -12em;
 left: 50%;
 top: 50%;
}

#contacts_centered {
 position: absolute;
 width: 13em;
 height: 12em;
 margin-left: -7em;
 margin-top: -6em;
 left: 50%;
 top: 50%;
}

#fem_list {
 margin-left: 140px;
 margin-top: 44px;
}

#hacemos_list {
 margin-left: 250px;
 margin-top: 40px;
}

#we_do_list {
 margin-left: 195px;
 margin-top: 40px;
}

#we_do_centered ul {
 list-style-type: none;
 color: #000;
 padding: 0;
 margin: 0;
}

#we_do_centered ul ul {
 color: #999;
}

#content {
 position: absolute;
 width: 300px;
 height: 200px;
 left: 0px;
 top: 0px;
 margin: 30px;
}

#footer {
 background: url(../images/i.gif) no-repeat bottom right;
 position: absolute;
 bottom: 0px;
 right: 30px;
 width: 210px;
 height: 179px;
}

#menu {
 position: absolute;
 bottom: 1px;
 right: 90px;
 height: 107px;
 width: 150px;
 text-align: right;
 padding: 30px;
}

#menu .item {
 width: 30px;
 height: 107px;
 float: right;
}

#languages {
 position: absolute;
 bottom: 0px;
 left: 30px;
 bottom: 30px;
 font-size: smaller; 
 text-transform: uppercase;
}

a.full_block {
 display: block;
 width: 100%;
 height: 100%;
 text-decoration: none;
}

#project_content {
 position: absolute;
 top: 50%;
 left: 50%;
 width: 408px;
 height: 450px;
 margin-left: -204px;
 margin-top: -225px;
}

#project_description {
}

#project_description h1 {
 font-size: small;
 font-weight: bold;
}

#project_image {
 text-align: center;
 width: 408px;
 height: 266px;
 margin: 4% auto;
}

#project_image_navigator {
 text-align: center;
 margin: 4% auto;
}

#project_list a {
 text-decoration: none;
}

#project_list {
 text-align: center;
 margin: 4% auto;
}

/*
#project_list {
 position: absolute;
 bottom: 91px;
 right: 210px;
 text-align: right;
}
*/

address {
 font-style: normal;
}


