@charset "UTF-8";
/* CSS Document */

/*
 * Autor: Victor De la Rocha (http://www.mis-.com)
 * Post: http://www.mis-.com/
 */
/*
 * Digg style
 */
form.digg *{
	margin: 0px;
	padding: 0px;
}
form.digg{
	float:right;
}
form.digg label{
	display:none;
}
form.digg input{
	font-family:Arial, Helvetica, sans-serif;
	color:#999999;
	text-indent: 3px;
	font-size:1.2em;
	vertical-align:top;
}
form.digg input#text{
	background-color:#fff;
	width:102px;
	height:20px;
	border-bottom:1px solid #7998b1;
	border-left:1px solid #7998b1;
	border-top:1px solid #7998b1;
	border-right:0px solid #fff;
	padding:0px 0px;
	margin: 0px;
}
form.digg input#search{
	background-color:#fff;
	background-image: url(../img/fondo-boton.png);
	background-repeat:no-repeat;
	width:22px;
	height:23px;
	margin:0px;
	padding: 0px;
	text-indent: -9999px;
	border:0px;
}
form.digg > input#search{
	margin:0px;	
}
