/* CSS Document */

body, h1, h2, h3, img, ul, li, p, form {
	border: 0;
	margin: 0;
	padding: 0;
}

body {
	font: 13px "Lucida Sans", Geneva, Arial, Helvetica, sans-serif;
	color: #000;
	background: #9C3 url(../images/bg_page.png) center top no-repeat;
	text-align: center;
}

li {
	list-style: none;
}

a {
	color: #F30;
	text-decoration: none;
}

.divFix {
	clear: both;
	font-size: 0;
	line-height: 0;
	height: 0;
}

/* CONTAINER */

#container {
	margin: 0 auto;
	padding: 0 20px;
	width: 900px;
	text-align: left;
}

/* HEADER */

#header .logo {
	float: right;
	background: url(../images/bg_header_logo-trans.png) no-repeat;
	line-height: 104px;
	height: 104px;
	width: 220px;
	text-align: center;
}

#header .logo img {
	position: relative;
	margin: 16px 0 0 0;
	height: 65px;
	width: 188px;
}

#header ul {
	float: left;
	font-size: 11px;
	line-height: 13px;
}

#header li {
	display: inline;
}

#header li a {
	float: left;
	color: #000;
	display: block;
	background: #B6DA6D;
	padding: 9px 4px 11px 4px;
}

#header li .left {
	float: left;
	background: url(../images/bg_header_tabs_langs_left-trans.png) no-repeat;
	height: 34px;
	width: 6px;
}

#header li .right {
	float: left;
	background: url(../images/bg_header_tabs_langs_right-trans.png) no-repeat;
	margin: 0 10px 0 0;
	height: 34px;
	width: 6px;
}

#header li.selected a, #header li.hover a {
	background: #FFF;
}

#header li.selected .left, #header li.hover .left {
	background: url(../images/bg_header_tabs_langs_left_selected-trans.png) no-repeat;
}

#header li.selected .right, #header li.hover .right {
	background: url(../images/bg_header_tabs_langs_right_selected-trans.png) no-repeat;
}

#header ul img {
	vertical-align: middle;
	margin: 0 5px 2px 0;
	height: 11px;
	width: 16px;
}

#header span {
	float: right;
	color: #FFF;
	font-size: 20px;
	letter-spacing: -1px;
	margin: 36px 0 0 0 !important;
	margin: 0;
	width: 280px;
}

/* SPLASH */

#splash {
	clear: both;
	float: right;
	margin: 26px 0 0 0;
	height: 280px;
	width: 700px;
}

/* MAIN MENU */

#mainMenu {
	clear: left;
	float: left;
	font-size: 18px;
	line-height: 21px;
	margin: 26px 0 0 0;
}

#mainMenu li {
	float: left;
	clear: left;
}

#mainMenu a {
	display: block;
	color: #F30;
	background: #A7D350;
	padding: 9px 8px 10px 8px;
	white-space: nowrap;
}

#mainMenu .selected a {
	color: #FFF;
	background: #F30;
}

/* CONTENT */

#content {
	clear: both;
	padding: 30px 0 0 0;
}

/* CONTENT HOME */

#homeWelcome {
	float: left;
	width: 360px;
}

#homeWelcome h1 {
	font-size: 35px;
	color: #F30;
	font-weight: normal;
	letter-spacing: -2px;
}

#homeWelcome p {
	margin: 10px 0 16px 0;
	line-height: 18px;
}

#homeServicesPrices {
	float: right;
	background: url(../images/bg_home_subtitles-trans.png) no-repeat;
	margin: 0 -9px 0 -9px !important;
	margin: 0 -4px 0 -4px;
	width: 528px;
}

#homeServicesPrices div {
	float: left;
	width: 50%;
}

#homeServicesPrices h2 {
	color: #FFF;
	font-size: 18px;
	font-weight: normal;
	letter-spacing: -1px;
	margin: 20px 20px 32px 30px;
}

#homeServicesPrices p {
	margin: 0 20px 16px 22px;
	line-height: 18px;
}

#homeTwitter {
	float: right;
	background: url(../images/bg_home_twitter_top-trans.png) no-repeat;
	padding: 23px 19px 0 19px;
	margin: 0 -9px 0 -9px !important;
	margin: -30px -3px 0 -3px;
	width: 488px;
}

#homeTwitter * {
	position: relative;
}

#homeTwitter img {
	float: left;
	margin: 0 10px 0 0;
	height: 34px;
	width: 40px;
}

#homeTwitterFoot {
	float: right;
	background: url(../images/bg_home_twitter_bottom-trans.png) no-repeat;
	margin: 0 -9px 0 -9px !important;
	margin: -30px -3px 0 -3px;
	height: 26px;
	width: 526px;
}

/* CONTENT INTERN */

#internLateral {
	float: right;
	margin: 0 0 -20px 0;
	width: 245px;
}

#internLateral h2 {
	background: url(../images/bg_intern_lateral_titles-trans.png) no-repeat;
	font-size: 18px;
	color: #5B791E;
	font-weight: normal;
	letter-spacing: -1px;
	padding: 20px 28px 20px 28px;
	margin: 0 -9px;
}

#internLateral p {
	color: #333;
	line-height: 18px;
	margin: 10px 14px 20px 14px;
}

#internLateral p a {
	color: #333;
	font-weight: bold;
}

#internContent {
	float: left;
	width: 635px;
}

#internContent h1 {
	background: url(../images/bg_intern_titles-trans.png) no-repeat;
	font-size: 24px;
	color: #FFF;
	font-weight: normal;
	letter-spacing: -1px;
	padding: 16px 26px 20px 26px;
	margin: 0 -9px;
}

#internContent p {
	margin: 10px 12px 16px 12px;
	line-height: 18px;
}

/* CONTENT GALLERY */

#internContent .gallery {
	padding: 6px 0 10px 6px;
}

#internContent .gallery img {
	background: #5B791E;
	padding: 5px;
	margin: 6px;
	height: 83px;
	width: 130px;
}

#internContent .gallery img:hover {
	background: url(../images/bg_thumbs-trans.png) no-repeat;
}

/* CONTENT CONTACT FORM */

#contactForm {
	padding: 0 4px 0 12px;
}

#contactForm .left {
	float: left;
}

#contactForm .right {
	float: right;
}

#contactForm label {
	color: #FFF;
	margin: 0 0 0 2px;
}

#contactForm .inputs {
	background: url(../images/bg_inputs-trans.png) no-repeat;
	padding: 7px 6px 10px 6px;
	margin: 6px 0 0 0;
	height: 26px;
	width: 258px;
}

#contactForm .inputs input {
	position: relative;
	border: none;
	background: none;
	font-size: 12px;
	line-height: 15px;
	padding: 0;
	width: 258px;
}

#contactForm .textareas {
	background: url(../images/bg_textareas-trans.png) no-repeat;
	height: 160px;
	width: 318px;
	margin-top: 6px;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
	padding-top: 7px;
	padding-right: 6px;
	padding-bottom: 10px;
	padding-left: 6px;
}

#contactForm .textareas textarea {
	position: relative;
	border: none;
	background: none;
	font-size: 12px;
	line-height: 15px;
	padding: 0;
	height: 146px;
	width: 318px;
}

#contactForm .submit {
	float: right;
	background: url(../images/bt_enviar_mensaje-trans.png) center center no-repeat;
	border: 0;
	padding: 0;
	height: 48px;
	width: 153px;
	cursor: pointer;
	margin-top: 0;
	margin-right: -9px;
	margin-bottom: 0;
	margin-left: 0;
}

#contactForm .submit:hover {
	background: url(../images/bt_enviar_mensaje_hover-trans.png) center center no-repeat;
}

/* FOOTER */

#footer {
	clear: both;
	background: url(../images/bg_footer-trans.png) no-repeat;
	padding: 50px 0 0 0;
	height: 45px;
}

#footer .emedia {
	position: relative;
	float: right;
	margin: 16px 18px 17px 30px;
	height: 12px;
	width: 51px;
}

#footer ul {
	float: left;
	font-size: 11px;
	line-height: 14px;
	padding: 0 30px 0 14px;
	height: 45px;
}

#footer ul li {
	position: relative;
	float: left;
	white-space: nowrap;
}

#footer ul li a {
	display: block;
	color: #FFF;
	padding: 15px 10px 16px 10px;
}

#footer ul li.selected a {
	background: #9C3;
	color: #000;
}

#footer .facebook, #footer .twitter, #footer .flickr {
	position: relative;
	float: left;
	margin: 5px 0 0 -4px;
	height: 34px;
	width: 34px;
}

#footer span {
	clear: both;
	float: right;
	display: block;
	color: #FFF;
	font-size: 9px;
	padding: 10px 18px 40px 0;
	white-space: nowrap;
}
