.contenedor {
	background-color: #CCC;
}
#pie {
	background-color: #424200;
	background-image: url(../sombra1.png);
	background-repeat: repeat-x;
	background-position: top;
	color: #FFF;
	font-size: 14px;
}
#pie a {
	color: #89B700;
}
#pie a:hover {
	color: #FFF;
	text-decoration: underline;
}


#top {
	background-image: url(../trama.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}
#texto_inicio {
	font-family: "Droid sans";
	font-size: 14px;
	text-align: left;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 15px;
	margin-left: 5px;
	height: 1350px;
	padding-right: 15px;
}
#texto_interiores {
	font-family: "Droid sans";
	font-size: 14px;
	text-align: left;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 15px;
	margin-left: 5px;
	height: 675px;
}
#texto_ubicacion {
	font-family: "Droid sans";
	font-size: 14px;
	text-align: left;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 15px;
	margin-left: 5px;
	height: 755px;
}

.botonera {
	height: 50px;
	width: 100%;
	font-family: "Droid sans";
	font-size: large;
	color: #89B700;
}
.conte {
	font-family: "Droid sans";
}
.contacto {
	font-size: large;
	line-height: 12px;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	border-bottom-color: #FFF;
	width: 100px;
	padding-bottom: 10px;
}
.botonera li .enlace {
	color: #89B700;
	display: block;
	height: 35px;
	width: 130px;
	padding-top: 15px;
	margin-top: -15px;
}
.botonera li .enlace:hover {
	color: #FFF;
	display: block;
	display: block;
	height: 35px;
	width: 130px;
	padding-top: 15px;
	margin-top: -15px;
}
.logo {
	background-image: url(../glow_logo.png);
	background-repeat: no-repeat;
	background-position: bottom;
}
.activo {
	background-color: #CCC;
	background-image: url(../sombra1.png);
}
.inactivo {
	background-color: #424200;
	height: 50px;
	width: 130px;
	background-image: url(../sombra2.png);
	background-repeat: repeat-x;
	background-position: bottom;
	display: block;
}
/* formulario */
#formulario {
	padding-top: 25px;
	padding-bottom: 25px;
	width: 625px;
	height: 306px;
}

label {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	width: 120px;
	float: left;
}
label.error{
	display:block;
	float: left;
	font-size: 11px;
	color: #F00;
	font-family: "Droid sans";
	text-align: left;
	background-image: url(../images/alert.png);
	background-repeat: no-repeat;
	background-position: 2px 6px;
	height: 26px;
	padding-left: 24px;
	position: relative;
	clear: none;
	line-height: 26px;
	width: 200px;
	margin-top: 4px;
} 
input, textarea {
	float: left;
	background-color: #666;
	margin-top: 4px;
	margin-right: 4px;
	margin-bottom: 6px;
	margin-left: 4px;
	padding: 4px;
	font-family: "Droid sans";
	color: #FFF;
	font-size: 13px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
} 
h1 {
	font-family: "Droid serif";
	font-weight: normal;
	padding-top: 5px;
	font-size: 35px;
}

input:focus, textarea:focus {
	background-color: #424200;
}  
#Telefono, #Fecha-in, #Fecha-out {
	width: 100px;
}
#Direccion, #Email, #Direccion, #Consulta, #Nombre {
	width: 240px;
}
.submit {
	font-family: "Droid sans";
	color: #FFF;
	text-decoration: none;
	height: 40px;
	width: 150px;
	border-style: none;
	margin-left: 170px;
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #424200;
	clear: both;
	float: left;
	font-size: 15px;
	background-image: url(../sombra1.png);
	background-repeat: repeat-x;
	background-position: top;
}
#formulario br{
	clear: both;
}
.gracias {
	margin: auto;
	width: 400px;
	padding-top: 150px;
	padding-bottom: 150px;
	text-align: center;
}
.tabla {
}
.tabla th {
	font-size: 15px;
	color: #FFF;
	background-color: #666;
	text-align: center;
	line-height: 30px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFF;
}
.tabla td {
	text-align: center;
	padding: 4px;
	background-color: #E8E8E8;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
}
