/* CSS */
/*-------------------------------------------------------------
 Hoja de estilo general de woodstockbar.com
 version: 1.0 febrero 09
 autor: Alberto Garcia
 email: alberto@katiuskas.com
 website: http://www.katiuskas.com/
 -------------------------------------------------------------*/
/* GENERAL
 -------------------------------------------------------------*/
body {
    background: #4F6324 url(../picts/bg.gif) no-repeat top center;
    font: 0.9em Arial, Helvetica, sans-serif;
    text-align: center;
}

html, body {
	height: 100%;
}

h1 {
	width: 960px;
	margin: 0 auto;
	height: 200px;
	text-indent: -5000px;
	background: url(../picts/logo.gif) no-repeat bottom left;
}

#content h2, #content p {
	width: 500px;
}

h2 {
	font-size: 2em;
	font-weight: bolder;
	margin-bottom: 1em;
}

p {
	margin: 1em 0;
}

#wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -60px;
}

#main {
	background: #D4DFA5 url(../picts/bg-bottom.gif) no-repeat bottom center;
	overflow: hidden;
	border-bottom: #fff 2px solid;
}

#content {
	width: 960px;
	margin: 2em auto;
	color: #4F6324;
	text-align: left;	
}

#footer-content {
	width: 960px;
}

#footer, #push {
	height: 60px;
}

#footer {
    
}

#info {
	background-color: #4F6324;
	height: 60px;
	bottom: 0;
	width: 100%;
	color: #fff;
}

#info a {
	color: #fff;
}

#formulario {
	width: 460px;
	background-color: #fff;
	-moz-border-radius: 20px;
	padding: 2em;
}

#formulario p {
	width: 400px;
}

input, textarea {
	background-color: #D4DFA5;
	padding: 4px;
	overflow: auto;
}

#nombre, #email {
	float: left;
	clear: left;
	margin-right: 2em;
	margin-bottom: 1em;	
}

form legend {
	font-size: 1.2em;
	font-weight: bolder;
	margin-bottom: 1em;
}

#enviar {
	float: left;
	margin-top: 1em;
	padding: 0.3em 0.6em;
	background-color: #4F6324;
	color: #fff;
	font-weight: bolder;
	border: 4px solid #D4DFA5;
	-moz-border-radius: 10px;
}

#enviar:hover {
	background-color: #A6B54C;
	color: #fff;
	border: 4px solid #D4DFA5;
}

form label {
	display: block;
}

#links {
	margin: 2em 0;
}
