  /******************************************************************************************************************************************************/
 /*                                                                              GENERALES                                                             */
/******************************************************************************************************************************************************/


/*
form {
   margin: 0px 0px 0px 0px;
   padding: 0px 0px 0px 0px;
}
input{
   margin: 0px 0px 0px 0px;
   padding: 0px 0px 0px 0px;
}
*/

#boton_enviar {
   cursor: pointer;
   text-align: center;
   background-image: url(../imagenes/franquicias/boton_enviar_fondo.png);
   background-repeat: no-repeat;
   background-position: top right;
   height: 47px;   
   margin-top: -10px;
}

#etiqueta_enviar {
   float: right;
   color: #fff;
   margin-top: 12px;
   margin-right: 28px;
   text-decoration: underline;
}

#etiqueta_buscador {
   margin-top: -38px;
   margin-left: 12px;
   font-size: 28px;
   font-style: italic;
   color: #FFF;
   font-weight:bold;
}

#texto_numero_propiedades {
   margin-top: 10px;
}

#etiqueta_municipios {
   margin-top: 10px;
   margin-bottom: 5px;
   margin-left: 10px;
}

#accion_buscar {
   display: block;
   margin-top: -48px;
   margin-left: 48px;
   font-size: 14px;
   text-decoration: underline;
   color: #FFF;
}

#panel_buscar {
   height: 100px;
} 

.texto_buscador {
	/*width:201px;*/ width: 209px;
	border: 1px solid #989898;
	font-family:"Times New Roman", Times, serif;
	font-size:12px;
	padding:3px;
	margin-top:5px;
}

.select_buscador {
	width:209px;
	border: 1px solid #989898;
	font-family:"Times New Roman", Times, serif;
	font-size:12px;
	margin-top:5px;
}

.etiqueta_buscador {
   margin-top: 10px;
   margin-left: 10px;
}

.texto_franquicias {
	width:315px;
	border: 1px solid #989898;
	font-family:"Times New Roman", Times, serif;
	font-size:12px;
	padding:3px;
	margin-top:5px;
	background-color:#F1F1F1;
}

.texto_franquicias_frontend {
	background-color: #F1F1F1 !important;
}

.texto_area_franquicias {
	width:315px;
	height:80px;
	border: 1px solid #989898;
	font-family:"Times New Roman", Times, serif;
	font-size:12px;
	padding:3px;
	margin-top:5px;
	background-color:#F1F1F1;
}

.texto_area_franquicias_frontend {
	height: 80px;
    background-color: #F1F1F1;
}

.texto_contacto {
	width:305px;
	border: 1px solid #989898;
	font-family:"Times New Roman", Times, serif;
	font-size:12px;
	padding:3px;
	margin-top:5px;
	background-color:#F1F1F1;
}

.texto_contacto_frontend {
   background-color: #F1F1F1 !important;   
}

.texto_area_contacto {
	width:305px;
	height:80px;
	border: 1px solid #989898;
	font-family:"Times New Roman", Times, serif;
	font-size:12px;
	padding:3px;
	margin-top:5px;
	background-color:#F1F1F1;
}

.texto_area_contacto_frontend {
   height: 80px;
   background-color:#F1F1F1;
}