/*-----------------------------------------------------*
Solapeña CSS document

versión: 1.0
email: deryck@neuseed.com
author: Deryck Oñate Espinel
website: http://neuseed.com
**------------------------------------------------------*/
@charset "utf-8";
.clear {
	clear: both;
	font-size: 0.1px;
	height: 0;
}
body, h1, h2, h3, h4, p, ul, ol, dl {
	padding: 0;
	margin: 0;
}
body {
	font: normal 12px Arial, Helvetica, sans-serif;
	color: #464646;
	background-color: #449fe0;
}
h1 {
	font: bold 30px Georgia, "Times New Roman", Times, serif;
	margin: 18px 0;
	color: #2e7238;
}
h2 {
	font: normal 24px Georgia, "Times New Roman", Times, serif;
	margin: 10px 0;
	color: #2e7238;
}
h2 img {
	vertical-align: middle;
	margin-right: 10px;
}
h3 {
	font: normal 18px Georgia, "Times New Roman", Times, serif;
	margin: 10px 0;
	color: #2e7238;
}
h4 {
	font: bold 14px Georgia, "Times New Roman", Times, serif;
	margin: 6px 0;
	color: #2e7238;
}
p {
	margin: 6px 0 18px 0;
}
/* 	==Forms
	----------------------------------------------------*/	

fieldset {
	margin: 0 0 1em 0; /*  space out the fieldsets a little*/
	padding: 0em;
	border : none;
	display: block;
}
* html fieldset {
	position: relative;
}
legend {
	font-size: 1.3em;
	font-weight: bold;
}
* html legend {
	position: relative;
	left: -7px;
	top: -1.5em;
	color: black;
}
fieldset h2 {
	display: block;
	background: #244161;
	color: #FFFFFF;
	font-size: 1.8em;
	font-weight: normal;
	margin-bottom: 20px;
	padding: 0.1em 0.5em;
}
form p {
	position: relative;
	width: 100%;
}
label {
	float: left;
	width: 14em;
	clear: left;
	text-align: right;
	padding-right: 1em;
}
label .required {
	font-size: 0.83em;
	color:#760000;
}
/* style error messages */
label .feedback {
	position: absolute;
	margin-left: 11em;
	left: 200px;
	right: 0;
	font-weight: bold;
	color:#760000;
	padding-left: 18px;
}
/* :KLUDGE: Explicitly set the width for IE6- */
* html .feedback {
	width: 10em;
}
input {
	width: 200px;
}
input.radio, input.checkbox, input.submit {
	width: auto;
}
input.radio {
	float: left;
	margin-right: 1em;
}
input.button {
	width: auto;
	padding: 0 1em;
}
.description {
	display: block;
	font-size: 85%;
	padding: .5em 0 0 12.9em;
	color: #666;
}
div.submit {
	margin: 1em 0;
	padding-left: 14em;
}
div.divider {
	background: #dedede;
	height: 1px;
	width: 95%;
	margin: 0 auto 18px auto;
	font-size: 0.0001em;
	line-height: 0.0001em;
}
div.bad {
	padding: 16px 10px 0px;
	background: #F0D9D9;
	border: 1px solid #A81A1A;
	color: #A81A1A;
	margin-bottom: 12px;
}
div.good {
	padding: 16px 10px 0px;
	background: #CDFCE0;
	border: 1px solid #009966;
	color: #003300;
	margin-bottom: 12px;
}
/* 	==Links
	----------------------------------------------------*/	

a, a:link, a:visited {
	color: #3c8bc3;
	text-decoration: underline;
}
a:hover {
	color: #0e5282;
}
a img {
	border: none;
}
#superNavWrapper, #globalWrapper, #footerWrapper {
	text-align: center;
}
#superNav, #pageWrapper, #footer {
	width: 836px;
	margin: 0 auto;
	text-align: left;
}
#globalWrapper {
	background: #449fe0 url(../images/landscape.jpg) no-repeat center top;
}
#pageWrapper {
	margin-top: 160px;
}
#superNavWrapper {
	background: url(../images/superNav-tile.jpg) repeat-x left top;
}
#superNav {
	height: 36px;
	position: relative;
	color: #fff;
}
#superNav li {
	list-style: none;
	float: left;
	padding: 8px 16px 8px 0;
}
#superNav .lang {
	position: absolute;
	right: 10px;
	padding-top: 5px;
	background: url(../images/dropdown.gif) no-repeat 100% 40%;
	padding-right: 15px;
}
#superNav .lang img {
	vertical-align: middle;
	margin-right: 4px;
}
#superNav a, #superNav a:link, #superNav a:visited {
	color: #fff;
	text-decoration: none;
}
#superNav a:hover {
	text-decoration: underline;
}
#lang-details {
	position: absolute;
	top: 30px;
	background-color: #629a5f;
	right: 0px;
	border-right: 1px solid #548451;
	border-bottom: 1px solid #548451;
	border-top: 1px solid #94ba92;
	border-left: 1px solid #94ba92;
	display: none;
}
#lang-details li {
	display: block;
	float: none;
	padding-left: 10px;
}
#branding {
	padding: 16px 16px 0 16px;
	background: url(../images/branding-tile.png) no-repeat center top;
	height: 230px;
	position: relative;
	z-index: 5;
}
#logo {
	z-index: 10;
	position: relative;
}
#photos {
	position: absolute;
	right: -60px;
	top: -75px;
	z-index: 10;
	width: 650px;
	height: 344px;
}
.slogan {
	z-index: 10;
	position: relative;
}
#content {
	padding: 10px 16px;
	background: url(../images/content-tile.png) repeat-y center top;
}
#the-story img, #the-gallery img {
	padding: 0.5em;
	border: 1px solid #EAE3D0;
	background: #fff;
}
#the-gallery img {
	float: left;
	margin: 0 6px 10px 6px;
}
#the-story img.izquierda {
	margin: 0.5em 1em 0.2em 0;
	float: left;
}
#the-story img.derecha {
	margin: 0.5em 0 0.2em 1em;
	float: right;
}
#the-story ul {
	margin-bottom: 18px;
	list-style: outside;
	margin-left: 2em;
}
#the-story li {
	list-style: disc;
}
#bottom {
	clear: both;
	padding: 10px 16px 16px 16px;
	background: url(../images/bottom-tile.png) no-repeat center top;
	height: 200px;
	position: relative;
}
#footer {
	text-align: center;
	color: #fff;
	padding-bottom: 20px;
}
#footer p, #footer ul, #footer ol {
	margin: 8px 0;
}
#footer ul {
	height: 16px;
	width: 750px;
	margin: 0 auto;
}
#footer li {
	float: left;
	background: url(../images/bullet.gif) no-repeat left center;
	padding-left: 18px;
	list-style-type: none;
}
#footer li.first {
	background: none;
}
#footer a, #footer a:link, #footer a:visited {
	color: #fff;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
.column {
	float: left;
	width: 250px;
	height: auto;
	margin: 30px 24px 18px 0;
}
#the-story .column img {
	border: none !important;
	padding: 0;
}
.entry-footer a, .entry-footer a:link, .entry-footer a:visited {
	padding-left: 20px;
	background: url(../images/arrow.gif) no-repeat left center;
}
#col-2 {
	margin-top: -27px;
	z-index: 9;
	position: relative;
}
#col-3 {
	margin-right: 0;
}
#stick {
	background: url(../images/stick-tile.png) no-repeat center center;
	height: 168px;
	width: 255px;
	padding-left: 50px;
	padding-top: 50px;
	padding-right: 50px;
	position: absolute;
	right: 50px;
	bottom: 16px;
	z-index: 10;
}
.galeria {
	height: 150px;
	width: 150px;
	margin-right: 10px;
	margin-bottom: 10px;
	float: left;
	padding: 10px;
}