/* CSS Document */



/* Inicio Formulario de contacto */

form.contacto label{
	display:block;
	float:left;
	width:210px;
}

form.contacto input:focus,
form.contacto textarea:focus {
	color:#000000;
	background-color:#99CC00;
	border: 1px solid #97703e;
}

/*Fin formulario de contacto */


/* Inicio otras capas */

div#oferta_especial {
/*	position:relative;
	float:none;
	background-color:#000099;
	left: 470px;
	top: 70px;
	width:100px;
	height:300px;*/
	width: 100%;
	text-align:left;
	margin-top:5px;
	margin-bottom:5px;
	padding-top:10px;
	padding-bottom:10px;
	padding-left:0px;
	padding-right:0px;
	border:#00FF00 solid 1px;
	background:url(../image/packespecial.jpg) repeat-y center;
}

div#oferta_especial:hover {
	border:#000000 solid 1px;
}

div#oferta_especial2 {
	height:320px;
	text-align:left;
	margin-top:5px;
	margin-bottom:5px;
	padding-top:10px;
	padding-bottom:10px;
	padding-left:0px;
	padding-right:0px;
	border:#00FF00 solid 1px;
	background:url(../image/packespecial-2.jpg) repeat-y center;
}

div#oferta_especial2:hover {
	border:#000000 solid 1px;
	background:url(../image/packespecial-over-2.jpg) repeat-y center;
}

div#oferta_espacial2 table {
	height: 280px;
}
/* fin otras capas */
