#moviles {
	width: 778px;
	background: #ffffff;
	padding-top: 35px;
	display: none;
}

#moviles #moviles_texto {
	display: block;
	text-indent: -9999px;
	background: url(css_img/moviles_texto.jpg) no-repeat top left;
	width: 778px;
	height: 91px;
	padding-bottom: 6px;
}

#moviles #moviles_form {
	width: 660px;
	padding: 0px 60px;	
}

#moviles select {
	margin-right: 12px;
	margin-bottom: 16px;
}

#moviles input#buscar {
	clear: both;
	display: block;
	float: left;
	text-indent: -9999px;
	background: url(css_img/moviles_buscar.gif) no-repeat top left;
	width: 200px;
	height: 30px;
	border: 0px solid;
	text-transform: capitalize;
}

#moviles input#buscar:hover {
	background-position: 0px -30px;
	cursor: pointer;
}

#moviles #buscar_resultados {
	float: left;
	width: 417px;
	height: 30px;
	margin-left: 16px;
	padding-left: 10px;
	padding-top: 8px;
	background: url(css_img/moviles_resultados.gif) no-repeat top left;
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	color: #282828;
}

#moviles ul {
	list-style: none;
	float: left;
	font-size: 14px;
	line-height: 18px;
	padding-top: 10px;
}

#moviles ul li {
	display: inline;
	float: left;
	padding: 0px 4px;
}



/*  ####################  CLASES DE FORMULARIOS MAKEADOS  ###################   */

span.select { 
  position: absolute; 
  width: 200px;
  height: 30px;
  padding: 7px 10px 0px 10px;
  font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	background-color: #eaeceb;
	color: #ffffff;
  background: url(../img/select.gif) no-repeat; 
  overflow: hidden;
  border: none;
}
span.select_small { 
  position: absolute; 
  width: 175px;
  height: 17px;
  margin: 0px;
  margin-top: 2px;
  padding: 0px; 
  padding-left: 2px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	background-color: #eaeceb;
	color: #7a7a7a;
  background: url(../img/select_small.gif) no-repeat; 
  overflow: hidden;
  border: none;
} 
.sdr, #marca, #modelo, #soporte { 
  font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	background-color: #eaeceb;
	color: #7a7a7a;
  padding-top: 4px;
  margin: 0px;
} 
