div.dvGral div#dvImg {
	background:#0099cc url(../img/img-top.jpg) center -1020px no-repeat;
	width:950px;
	height:170px;
}

/*	Informacion Derecha	*/
div.dvGral div#dvInformacion{
	float:left;
	width:325px;
	height:518px;
	margin:20px 0 0 10px;
	background:url(../img/img-contactobb.jpg) left bottom no-repeat;

}

/*	Formulario de Contacto	*/

div.dvGral div#dvContacto{
	float:right;
	width:600px;
	margin:10px 10px 10px 0;
	text-align:center;
}
div.dvGral div#dvContacto fieldset{
	border:0;
	text-align:left;
}
div.dvGral div#dvContacto fieldset label{
	color:#666666;
	font-weight:600;
	font-variant:small-caps;
}
div.dvGral div#dvContacto fieldset div.caja{
	float:left;
	width:270px;
	margin:10px 10px 0 10px;
/*	border:1px #ff3333 dashed;	*/
}

div.dvGral div#dvContacto fieldset input, select{
	width:270px;
	margin:0;
	border:1px #CCCCCC solid;
	font-size:0.9em;
	background:url(../img/bkg-input.gif);
	padding:2px;
}
div.dvGral div#dvContacto fieldset input:focus, select:focus{
	background:none;
	border:1px #0099ff solid;
}
div.dvGral div#dvContacto fieldset div.dvTexto{
	margin:10px 10px 0 10px;
}

div.dvGral div#dvContacto fieldset textarea{
	width:100%;
	height:200px;
	border:1px #CCCCCC solid;
	padding:2px;
	font-size:0.9em;
	background:url(../img/bkg-input.gif);
}
div.dvGral div#dvContacto fieldset textarea:focus{
	background:none;
	border:1px #0099ff solid;
}

div.dvGral div#dvContacto input#btAceptar{
	margin-top:65px;
	height:23px;	
}
div.dvGral div#dvContacto input#confirm{
	width:15px;
	margin:10px 0 0 10px;
}
div.dvGral div#dvContacto label#lblConfirm{
	font-size:0.9em;
}

/*	Mapa	*/
div.dvGral div#googleMapa{
	margin:10px;
	height:500px;
	border:1px #CCCCCC solid;
	background:#FAFAFA;
}


