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

.btnVerde{
	
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	width: 100%;
	height:21px;
	cursor:pointer;
	
	color:#FFF;	
	border:solid 1.6px #BDCF5D;
	background:url(../images/bg_btn_ok_n.png) repeat-x;
	
}

.btnVerde:hover{
	
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	width: 100%;
	height:21px;
	cursor:pointer;
	
	color:#FFF;
	border:solid 1.6px #879B23;	
	background:url(../images/bg_btn_ok_s.png) repeat-x;
	
}

.btnAzul{
	
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	width: 100%;
	height:21px;
	cursor:pointer;
	
	color:#FFF;	
	border:solid 1.6px #8CCAEB;
	background:url(../images/bg_btn_aceptar_n.png) repeat-x;
	
}

.btnAzul:hover{
	
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	width: 100%;
	height:21px;
	cursor:pointer;
	
	color:#FFF;
	border:solid 1.6px #3290CA;	
	background:url(../images/bg_btn_aceptar_s.png) repeat-x;
	
}

.btnRojo{
	
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	width: 100%;
	height:21px;
	cursor:pointer;
	
	color:#FFF;	
	border:solid 1.6px #D75C09;
	background:url(../images/bg_btn_cancelar_n.png) repeat-x;
	
}

.btnRojo:hover{
	
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	width: 100%;
	height:21px;
	cursor:pointer;
	
	color:#FFF;
	border:solid 1.6px #A62004;	
	background:url(../images/bg_btn_cancelar_s.png) repeat-x;
	
}

.inputTxt{
	border: none;
	width: 100%;
}

.tdLabel{
	background:#CCC;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	
}