@charset "utf-8";
/* CSS Document */

body {
	font-family: tahoma, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #333;
	margin: 0;
	background: #000;
}

.container {
	width: 800px;
	margin: 0 auto;
}

.page {
	background: #fff;
}

.header {
	border-bottom: 1px solid #000;
	background: #ddd url(../img/bg-header.jpg) repeat-x;
	text-align: right;
}

.header-inner {
	padding: 15px 0 5px;
}

.logo {
}

.content {
	margin: 30px 0;
}

.content-inner {
	_height: 1%;
	overflow: hidden;
}

.entrada {
	font-size: 110%;
}

ul.services,
ul.projects {
	margin: 0;
	padding: 0;
	list-style: none;
}

li.item {
	position: relative;
	float: left;
	background: #fff;
	width: 210px;
	height: 175px;
	margin: 10px;
	border: 5px solid #aaa;
	padding: 10px;
}

.destacado {
	background: #dfc;
}

.footer {
	_height: 1%;
	overflow: hidden;
	border-top: 1px solid #999;
	font-size: 80%;
	background: #000;
	color: #aaa;
}

.footer p {
	margin: 2em 0;
}

.closure {
	text-align: center;
}

.aviso {
	color: #FF0000;
}

.image {
	float: right;
	margin: 0 0 6px 6px;
}

.boton {
	position: absolute;
	bottom: 8px;
	left: 10px;
	font-size: 110%;
/*	text-align: center;
	display: inline-block;
	margin: 0.4em 0; */
	padding: 0.2em 0.6em;
}

.link {
	font-size: 80%;
}

.ext-link {
	background: url(../img/icon-links.png) no-repeat;
	padding-left: 15px;
}

.back {
	clear: both;
	margin: 4em 0 0;
}


/* html elements */
h1 {
	margin: 0.5em 0;
	font-size: 2em;
	border-bottom: 2px solid #666;
	line-height: 1.6em;
}

h2 {
	margin: 1em 0 0.5em;
	font-size: 1.5em;
}

.item h2 {
	margin: 0 0 0.5em;
}

.item h3 {
	margin: 0 0 0.5em;
}

p {
	margin: 0.4em 0;
}

ul {
	margin: 0.5em 0;
	list-style: disc;
}

a, a:link, a:visited {
	color: #999;
}

a:hover, a:active {
	color: #3f0;
	text-decoration: none;
}

a.boton, a.boton:visited {
	text-decoration: none;
	background: #333;
	color: #ccc;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}

a.boton:hover, a.boton:active {
	color: #000;
	background: #3f0;
}

a img {
	border: 0;
}

a:hover img {
	opacity: 0.7;
}

.footer a,
.footer a:link,
.footer a:visited {
	color: #999;
}

.footer a:hover,
.footer a:active {
	color: #3f0;
}

.addthis_toolbox {
	float: right;
	clear: both;
	margin: 10px;
	padding: 0 10px;
}
