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



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

.texto_buscador {
	width:201px;
	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;
}


.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_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_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_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;
}







