* {
	margin: 0;
	padding: 0;
}
body {
	font: normal 0.7em Tahoma,Verdana,sans-serif;
	background-repeat: no-repeat;
	background-position: center top;
	background-image: url(img/bg.jpg);
	background-attachment: fixed;
}

.spacer{
	clear:both;
	line-height: 4px;
	font-size: 4px;
}

/* structure */
.main {
	width: 816px;
	background-color: #FFFFFF;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-right: 5px;
	padding-left: 5px;
	border-right-width: 3px;
	border-right-style: solid;
	border-right-color: #006600;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #006600;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #060;
}
#banner {
	width: 810px;
	background-color: #FFFFFF;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border-right-width: 3px;
	border-right-style: solid;
	border-right-color: #9AAE17;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #9AAE17;
	height: 188px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #9AAE17;
}



/* logo */
.header {
	height: 185px;
	background-image: url(img/bannerp.jpg);
	background-repeat: no-repeat;
}
.header h1 {
	margin: 0;
	padding-top: 150px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 20px;
	font-family: Verdana, sans-serif;
	font-size: 24px;
	color: #FFCC00;
	font-weight: bolder;
}
.header,.link_projects,.lbl,.link_updates a {
	border-bottom: 6px solid #FFF;
}
.main_left {
	float: left;
	padding-top: 6px;
	width: 420px;
}
.main_right {
	border-top: 6px solid #FFF;
	float: right;
	width: 390px;
}

/* main navigation */
.link_menu {
	background-color: #304132;
}
.link_menu a {
	display: block;
	height: 25px;
	text-decoration: none;
	padding-top: 6px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 35px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	font-family: Verdana, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFCC00;
	background-image: url(img/flechas.png);
	background-repeat: no-repeat;
}
.link_menu a:hover {
	background-color: #444;
	background-image: url(img/flechas2.png);
	background-repeat: no-repeat;
	color: #FFFFFF;
}
div a {
	color: #FFF;
	cursor: pointer;
	text-decoration: none;
}
h1 {
	color: #000000;
	margin: 18px 0 0 0;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 2em;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
}
code {
	background: url(img/bgcode.gif);
	color: #555;
	display: block;
	font: normal 1em "Lucida Sans Unicode",serif;
	margin-bottom: 12px;
	padding: 8px 10px;
	white-space: pre;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 6px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #F0F0F0;
	border-right-color: #F0F0F0;
	border-bottom-color: #F0F0F0;
	border-left-color: #304132;
}
blockquote {
	background: url(img/quote.gif) no-repeat;
	color: #CC6600;
	display: block;
	margin: 6px 0;
	padding-left: 28px;
	font-family: "Trebuchet MS", serif;
	font-size: 12px;
	font-weight: bold;
}
.fotito {
	background-image: url(image2.jpg);
	height: 154px;
	width: 160px;
	margin-left: 35px;
}

.footer {clear: both;}

/* misc */
.left {
	float: left;
	margin: 0px;
	padding: 0px;
}
.right {
	float: right;
}
div.link_updates a:hover, .content a:hover, div.footer div.left a:hover {
	color: #FFF;
	background-color: #304132;
}

/* projects */
.lbl {
	clear: both;
	color: #FFFF00;
	background-color: #304132;
	height: 50px;
	line-height: 50px;
	overflow: hidden;
	text-align: center;
	font-family: "Lucida Sans Unicode", sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bolder;
	font-variant: normal;
}
.link_projects a:hover {
	color: #FFF;
	background-image: url(img/click.gif);
}

.link_projects a {
	display: block;
	height: 100px;
	text-align: center;
	color: #FFF;
	width: 124px;
	font-size: 9px;
	font-family: sans-serif;
	padding-top: 25px;
}
.link_projects a span {
	font-family: sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #FF9900;
}
a.g1 {
	background-image: url(img/canopy.gif);
	margin: 3px;
}
a.g2 {
	background-image: url(img/arborismo.gif);
	margin: 3px;
}
a.g3 {
	background-image: url(img/rafting.gif);
	margin: 3px;
}
a.g4 {
	background-image: url(img/bunge.gif);
	margin: 3px;
}
a.g5 {
	background-image: url(img/swing.gif);
	margin: 3px;
}
a.g6 {
	background-image: url(img/paintball.gif);
	margin: 3px;
}



/* updates */
.link_updates {
	clear: both;


}
.link_updates .lbl {
	border-top: 6px solid #FFF;
	height: 100px;
	line-height: 100px;
	background-image: url(img/portada.jpg);
	text-align: left;
	color: #FF0000;
}

/* content */ 
.content {
	color: #444;
	font-family: Verdana,sans-serif;
	line-height: 1.3em;
	padding-top: 0;
	padding-bottom: 10px;
}
.content a {
	color: #FD1C24;
}
.content img {
	margin: 5px;
	float: right;
	clear: both;
}

.content p {
	margin: 4px 0 10px 0;
	text-align: justify;
}
.content .descr {
	color: #666;
	margin-bottom: 6px;
}
.content li {
	list-style: url(img/li.gif);
	margin-left: 18px;
	font-family: "Trebuchet MS", serif;
	font-size: 12px;
	font-weight: bold;
	color: #CC6600;
}
.content h1 {
	color: #000000;
	margin: 18px 0 0 0;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
}
.content h1 a {
	color: #FF0000;
	margin: 18px 0 0 0;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
}
.content h1 a:hover {
	margin: 18px 0 0 0;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	background-color: #FFFFFF;
	color: #97B129;
}




/* footer */
.footer {
	color: #666;
	clear: both;
}
.footer .right a {
	background: #2A2A2A;
	color: #555;
	padding: 1px 3px;
}
.footer .right a:hover {
	background: #383838;
	color: #999;
}
.footer .left a {
	color: #777;
}
.footer .left {
	border-top: 1px solid #F0F0F0;
	padding: 9px 0 9px 9px;
	width: 407px;
}
.footer .right {
	margin-right: 8px;
	padding: 9px 0;
	text-align: right;
	width: 220px;
}
.link_somos {
	clear: both;
}
.link_somos .lbl {
	border-top: 6px solid #FFF;
	height: 100px;
	line-height: 100px;
	background-image: url(img/qsomos.jpg);
	text-align: left;
	color: #FF0000;
}
.link_eventos {
	clear: both;
}
.link_eventos .lbl {
	border-top: 6px solid #FFF;
	height: 100px;
	line-height: 100px;
	background-image: url(img/eventos.jpg);
	text-align: left;
	color: #FF0000;
}
.link_constr {
	clear: both;
}
.link_constr .lbl {
	border-top: 6px solid #FFF;
	height: 100px;
	line-height: 100px;
	background-image: url(img/contrucc.jpg);
	text-align: left;
	color: #FF0000;
}
.link_mail {
	clear: both;
}
.link_mail .lbl {
	border-top: 6px solid #FFF;
	height: 100px;
	line-height: 100px;
	background-image: url(img/info.jpg);
	text-align: left;
	color: #FF0000;
	background-repeat: no-repeat;
}

.cuadromail {
	text-align : left;
	color : #000000;
	width : 230px;
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.cuadromail  h2 {
	padding : 0;
	margin : 0;
	font-size : 12px;
	text-align: center;
}
.cuadromail table {
	padding : 0;
	margin : 0;
	font-size : 9px;
	text-align : left;
	color: #000000;
	background-color: #FFFFFF;
	width: 230px;
}
.cuadromail td {
	padding : 3;
	font-size : 9px;
	text-align : left;
	color: #000000;
	margin: 0;
}
.cuadromail  input {
	padding : 0;
	margin : 0;
	font-size : 9px;
	text-align : justify;
}
span {
	color: #277D52;
}

#video {
	z-index:1;
	clear: left;
	float: right;
	width: 320px;
}

