.floatLeft { float: left; }
.floatRight { float: right; }
* { margin: 0; padding: 0; }
body { 
	margin: 0;
	background: url(bg-head.png) top repeat-x;
	color: #858f47;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
}
h1, h2, h3 {
	margin: 15px 0;
}
img {
	border: 0;
}
#pagina {
	background: url(bg-footer.png) bottom repeat-x;
}
* html #pagina { background: none; }
*:first-child+html #pagina { background: none; }
#contenedor { 
	position: relative;
	width: 960px;
	left: 50%;
	margin-left: -480px;
}
	#contenido {
		margin-top: 30px;
	}
		#contenido #columna-izquierda {
			float: left;
			width: 650px;
			margin-bottom: 30px;
		}
		#contenido #columna-derecha {
			float: right;
			width: 270px;
			text-align: right;
			margin-bottom: 30px;
		}
			#menu-empresa {
				margin-top: 53px;
			}
		#contenido p {
			line-height: 24px;
			margin-bottom: 10px;
		}
		#contenido #columna-derecha ul {
			list-style: none;
		}
#pie { 
	position: relative;
	left: 50%;
	clear: both;
	height: 44px;
	padding: 30px 20px 0 20px;
	width: 960px;
	background: url(bg-footer.png) bottom repeat-x;
	color: white;
	font-size: 14px;
	margin-left: -500px;
}
* html #pie { position: absolute; 
	position: absolute;
	left: 0;
	width: 100%;
	margin: 0;
	padding: 30px 0 0 0;
}
* html #pie div {
	position: absolute;
	left: 50%;
	margin-left: -500px;
	width: 960px;
	padding-left: 20px;
}
*:first-child+html #pie { 
	position: absolute;
	left: 0;
	width: 100%;
	margin: 0;
	padding: 30px 0 0 0;
}
*:first-child+html #pie div {
	position: absolute;
	left: 50%;
	margin-left: -500px;
	width: 960px;
	padding-left: 20px;
}
	#pie a { 
		color: white;
		text-decoration: none;
	}
	#pie a:hover {
		text-decoration: underline;
	}
#temporadas {
	border-collapse: collapse;
	margin-bottom: 30px;
}
	#temporadas tbody tr {
		border-top: 1px solid #c0cf6a;
	}
	#temporadas tbody tr {
		text-align: center;
	}
	.fruta {
		/*width: 134px;*/
		height: 26px;
		text-align: right;
		font-size: 12px;
	}
	.frutas td {
		/*width: 134px;*/
		height: 26px;
		text-align: right;
		font-size: 14px;
		font-weight: bold;
	}
#contacto {
	
}
	#contacto label {
		display: inline-block;
		width: 134px;
		text-align: right;
		vertical-align: top;
		padding-top: 10px;
	}
	#contacto input {
		width: 490px;
		height: 34px;
		border: 1px solid #c0cf6a;
	}
	#contacto textarea {
		width: 490px;
		height: 182px;
		border: 1px solid #c0cf6a;
		margin-top: 10px;
	}
	input.boton{
		width: 86px !important;
		border: none !important;
		float: right;
		margin-right: 19px;
	}
