input {
	font-family: Verdana;
	font-size: 9px;
	color: #000000;
	background-color: #F1EAD8;
	border : 1px solid #000000;
	font-color: #003399;
	font-weight : bold;
	cursor : hand;
}


textarea {
	font-family: Verdana;
	font-size: 9px;
	color: #000000;
	background-color: #F1EAD8;
	border : 1px solid #9B7840;
	font-color: #ffffff;
	font-weight : bold;
	width: 100%;
	cursor : hand;
}

select {
	font-family: Verdana;
	font-size: 10px;
	font-weight : bold;
	color: #000000;
	background-color: #FBFBFB;
	border : 1 px #CD0316 solid ;
	cursor : hand;
}
select-over{
	background-color:  #90AA8F;
}

input:hover{
	background-color:  #ffffff;
}

input.radioBoton1 {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 6px;
	background-color: #f0f0f0;
	border : 1px solid #f0f0f0;
	
}

input.botones {
	height: auto;
	border : 2px solid #006699;
	width: 100px;
	font-weight : bold;
	cursor : hand;
}
input.botones:hover{
	border : 2px solid #8a1f37;
	background-color:  #e8b900;
}
select:hover{
	background-color:  #e8b900;
	
}
textarea:hover{
	background-color:  #ffffff;
}

input.camposTexto {
	width : 100%;
}
input.radioBoton {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 9px;
	color: #ffffff;

	/*border : 2px solid #e8b900;*/
}


input.botones_medianos {
	height: auto;
	border : 1px solid #003399;
	width: 50px;
	font-family: Verdana;
	font-size: 10px;

	font-weight : bold;
	cursor : hand;
}
input.botones_medianos1 {
	height: auto;
	border : 1px solid #003399;
	width: 90px;
	font-family: Verdana;
	font-size: 10px;
	
	font-color: #f0f0f0;
	font-weight : bold;
	cursor : hand;
}

input.botones-over {
	border : 2px solid #8a1f37;
	background-color:  #e8b900;
}

input.botones1 {
	height: auto;
	font-weight : bold;
	cursor : hand;
	font-size: 11px;
	background-color: #595959;
	border : 1px solid #C6B89B;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;

}
input.botgraf{
	height: auto;
	font-weight : normal;
	cursor : hand;
	font-size: 10px;
	background-color: #eeeeee;
	color: #003366;
	font-family: Arial, Helvetica, sans-serif;
	border-top: 1px solid #FFFFFF;
	border-right: 1px solid #ffffff;
	border-bottom: 2px solid #ffffff;
	border-left: 2px solid #FFFFFF;
}

