.interior .muestra {
	height: 442px;
	width: 802px;
	overflow:hidden;
	padding: 0px;
	position:relative;
	float: left;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.interior .imagen_contacto{
	position: absolute;
	bottom: 0px;
	right: 0px;
}
.interior .muestra form{
	padding: 0px;
	margin-top: 61px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 69px;
	width: 412px;
	position:relative;
}
.interior .muestra form p{
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.interior .muestra form .separacion{
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 45px;
	padding-left: 0px;
}
.interior .muestra form label{
	background-repeat: no-repeat;
	background-position: right 3px;
	float: left;
	width: 92px;
	height: 18px;
}
.interior .muestra form #nombre_label{
	background-image: url(../img/contacto/nombre.gif);
}
.interior .muestra form #empresa_label{
	background-image: url(../img/contacto/empresa.gif);
}
.interior .muestra form #telefono_label{
	background-image: url(../img/contacto/telefono.gif);
}
.interior .muestra form #email_label{
	background-image: url(../img/contacto/email.gif);
}
.interior .muestra form #poblacion_label{
	background-image: url(../img/contacto/poblacion.gif);
	float: left;
}
.interior .muestra form #provincia_label{
	background-image: url(../img/contacto/provincia.gif);
}
.interior .muestra form #solicitud_label{
	background-image: url(../img/contacto/solicitud.gif);
	height: 90px!important;
}
.interior .muestra form label span{
visibility:hidden;
}
.interior .muestra form #provincia, .interior .muestra form #poblacion {
	width: 94px;
	float: left;
}
.interior .muestra form input[type=text], .interior .muestra form textarea{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999999;
	background-image: url(../img/fondo.jpg);
	border-bottom-width: 3px;
	border-bottom-style: dotted;
	border-bottom-color: #333333;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	width: 287px;
	margin-left: 8px;
	padding-bottom: 3px;
}
.muestra form textarea{ overflow:hidden;}
.interior .muestra form #enviar{
	background-color: transparent;
	background-image: url(../img/contacto/enviar.gif);
	background-repeat: no-repeat;
	background-position: center center;
	height: 22px;
	width: 47px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	cursor: pointer;
	position:absolute;
	bottom:0px;
	left:50px;
}

.interior .muestra form textarea{
	height: 153px;
	width:284px!important;
	border: 3px dotted #333333!important;
}
.loading{
	background-image: url(../img/loading.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#log{
	position:absolute;
	bottom:5px;
	left:0px;
	height: 11px;
	width: 43px;
	}