@media only screen and (max-width:390px)
{
		#enviar1
{
	background-color:transparent;
	color:#09AD45;
	font-size:25px;
	text-decoration:underline;
	border:none;
	margin-left:25px;
}
}
@media only screen  and (min-width:1024px)and (max-width:1024px) {
	#enviar1
{
	background-color:transparent;
	color:#09AD45;
	font-size:25px;
	text-decoration:underline;
	border:none;
	
}
}
/*comienzo estilo contacto*/
#buscador1
{
	background-image: url(../imagenes/inm1.png);
	background-repeat:no-repeat;
	background-size:cover;
	height:200px;
}
#buscador
{
	background-image: url(../imagenes/sol1.png);
	background-repeat:no-repeat;
	background-size:cover;
	height:200px;
}
#titulo1
{
	margin-top:10px;
	color:#0C5D27;
	font-size:30px;
	border-bottom:1px solid #0C5D27 ;
	margin-bottom:10px;
}
#titulo_empresa label
{
	margin-left:10px;
}
#modo_contacto
{
	margin-top:30px;
	margin-bottom:50px;
}
.inf
{
	font-family:Trebuchet Ms;
	margin-left:20px;
	
}
.inf a
{
		text-decoration:none;
}
.inf a:hover
{
		text-decoration:none;
}
.color
{
	
	font-family:Trebuchet Ms;
	color:#e61b1b;
	
}
.color1
{
	color:#e61b1b;
	font-family:Trebuchet Ms;
	
	
}
#oficinas
{
	margin-top:20px;
	margin-bottom:20px;
}
#oficinas label
{
	color:#e61b1b;
	font-family:Trebuchet Ms;
	font-size:20px;
}
#oficinas img
{
	width:261px;
	height:200px;
}
#enviar1
{
	background-color:transparent;
	color:#09AD45;
	font-size:25px;
	text-decoration:underline;
	border:none;
	
}
/*Final estilo contacto*/
/*apartado especial pagina envio_inmueble*/
#venta
{
	margin-top: 20px;
}
	
 #venta select
{
	
	background-image: url(../imagenes/flechita.png); /*aquí deberás escribir la ruta de la imagen que utilizarás como flecha del desplegable*/
	background-repeat: no-repeat;
	background-position: right center;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	margin-left:5px;
	
}
select::-ms-expand {
display: none; /*Evita que se muestre la flecha por defecto en versiones de IE*/