/* Copyright 2006 Citric <http://www.citric.ws/> All rights reserved. */

body {
	margin:0;
	padding:0;
	text-align:center;
	background:#657268;
}

#basic-content {
	margin:0 auto;
	width:840px;
	text-align:left;
}
#container-outer {
	background:transparent;	
}
#container-inner {
	position:relative;
	background:transparent url(../img/imgTop.jpg) left top no-repeat;	
}
#content {
	position:relative;
	height: 420px;
	padding:120px 50px 60px 70px;
	background: url(../img/imgHome.jpg) center bottom no-repeat;
}
#content-aviso-legal {
	position:relative;
	height: 420px;
	padding:120px 50px 60px 70px;
}

/* generic content styles */
body {
	color:#2E352E;
	font:10px/1.5 Verdana, Arial, Helvetica, sans-serif;
}
h1, h2, h3, h4, h5{
	margin:0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
h1 a {
	font-size: 12px;
	color:#2E352E;
	text-decoration:none;
	background:#657268;
}
h1 a:hover{
	color:#71ac23;
	background:#657268;
}
h2 {
	padding:20px 0 10px;
}
h3 {
	padding-bottom:10px;
}
p {
	margin:0;
	padding-bottom:10px;
}
a, h3 a {
	color:#71ac23;
	text-decoration:none;
	background:#657268;
}
a:hover, h3 a:hover {
	color:#ACC414;
	background:#657268;
}
a img {
	border:none;
}

/* navigation */
ul#navigation {
	position:absolute;
	left:430px;
	top:65px;
	margin:0;
	padding:0;
	width: 450px;
}
ul#navigation li {
	display:block;
	float:left;
	list-style-type:none;
}
ul#navigation li.first-child {
	background:transparent url(../img/separator.gif) 0 2px no-repeat;
}
ul#navigation li a {
	display:block;
	float:left;
	padding:0 12px;
	background:transparent url(../img/separator.gif) 100% 2px no-repeat;
	text-decoration:none;
	font-weight:bold;
	color:#71ac23;
}
ul#navigation li a:hover {
	color:#000;
}

/* specific layout */
#home, #equipo, #contactar {
	clear:left;
}

#home .col {
	float:left;
	width:355px;
	display:inline;
	position:relative; /* ie fix */
	text-align: justify;
	line-height: 11px;
}
#home .col img {
	float:left;
	margin:-10px 0 0 -12px;
}
#home .col p {
	width:200px;
}

#contactar .col2 {
	/* border: thin solid #6495ed; */
	color:#71ac23;
	padding: 70px 0px 0px 0px;
	float:left;
	width:690px;
	display:inline;
	position:relative; /* ie fix */
	text-align: justify;
	line-height: 11px;
}

#contactar .col2  a {
	color: #cccccc;
}
#contactar .col2  a:hover {
	color: #ffffff;
}

#contactar .col3 {
	/* border: thin solid #6495ed; */
	color:#71ac23;
	float:left;
	width:690px;
	display:inline;
	position:relative; /* ie fix */
	text-align: justify;
	line-height: 11px;
}

#contactar .col3  a {
	color: #cccccc;
}
#contactar .col3  a:hover {
	color: #ffffff;
}


#contactar .email {
	color: #B3B9B5;
	clear:left;
}
#contactar .email a {
	color: #ffffff;
}
#contactar .email a:hover {
	color: #ACC414;
}
#credits {
	clear:right;
	/*-margin:0 0 0 610px;*/
	height:20px;
}
