.btn{
  height: 23px; background-color: #f5f5f0; border-bottom: 1px solid #555555;
  border-right:1px solid #555555; border-top:0px; border-left:0px; font-size: 9px;
  color:black; background-image: url(../images/btns.png);
  padding-left: 20px; background-repeat: no-repeat; cursor:hand; cursor:pointer;
  margin-left:5px; margin-right:5px; outline-width:0px;
}

.btn:hover{
  height: 23px; background-color: #f5f5f0; border-bottom: 1px solid #AAAAAA;
  border-right:1px solid #AAAAAA; border-top:0px; border-left:0px;
  font-size: 9px; color:black;padding-left: 20px; background-repeat: no-repeat;
  cursor:hand; cursor:pointer; margin-left:5px; margin-right:5px;outline-width:0px;
  background-image: url(../images/btns_act.png);
  
}

.btnsave{ background-position: 0px 0px; }

.rojo{
    font-family: calibri,sans-serif,verdana;
	font-size:14px;
	color:#AD3131;
}
.texto_rojo{
	font-family: Arial, Helvetica, sans-serif;
	font-size:10px;
	font-style:italic;

	color: #9E0003;
	text-align:left;
	line-height:14px;
	text-decoration:none;
	letter-spacing:0px;
}

input {
	padding:0.15em;
	
	border:1px solid #ddd;
    background:#fafafa;
	font: arial, sans-serif;
	-moz-border-radius:0.4em;
	-khtml-border-radius:0.4em;
	etter-spacing:1px;
}
input:hover, input:focus {
	border-color:#c5c5c5;
/*	background:#f6f6f6;*/
} 
select {
	padding:0.15em;
	font-size:10px;
	border:1px solid #ddd;
	background:#fafafa;
	font: arial, sans-serif;
	-moz-border-radius:0.4em;
	-khtml-border-radius:0.4em;
	letter-spacing: 1px;
}


select:hover, select:focus {
	border-color:#c5c5c5;
	background:#f6f6f6;
}
