input[type="button"] {
border:1px solid #aaa;
font-size: 14px;
box-shadow: 0px 0px 3px #ccc, 0 10px 15px #eee inset;
border-radius: 4px;
float: left;
height:20px; 
width:130px;
padding: 0px 2px 0px 2px;
margin: 0px 1px;
outline: none;
float: left;
}

input[type="button"]:hover {
/*opacity:.25;*/
cursor: pointer; 
color: #6699cc;
border:1px solid #ff9900;
outline: none;
/*font-weight:bold;*/
}
input[type="texto"] {
border:1px solid #aaa;
font-size: 14px;
box-shadow: 0px 0px 3px #ccc, 0 10px 15px #eee inset;
border-radius: 4px;
float: left;
height:20px; 
width:130px;
padding: 0px 2px 0px 2px;
margin: 0px 1px;
outline: none;
float: left;
}

input[type="texto"]:hover {
/*opacity:.25;*/
cursor: pointer; 
color: #6699cc;
border:1px solid #ff9900;
outline: none;
/*font-weight:bold;*/
}



.pop_up {
background-color:  #6699cc;	}

input#boton_peq {
position: static;
border:1px solid #aaa;
border-radius: 2px;
box-shadow: none;

outline: none;

		}
input#boton_peq:hover {
opacity:.85;
cursor:pointer;
color: #6699cc;
border:1px solid #ff9900;
opacity:.75;
font-size: 14px;
		}