@charset "utf-8";
/* CSS Document */
.debugFrame {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	border: thin dashed #AE0000;
	margin: 5px;
	padding: 5px;
}
body {
	font-family: Tahoma;
	font-size: 12px;
}
.txt_general {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
}
.txt_top_lista {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
.input_largo {
	border: 1px solid #CCCCCC;
	height: 20px;
	width: 100%;
	font-family: Tahoma;
	font-size: 12px;
	color: #000000;
}
.input_medio {
	border: 1px solid #CCCCCC;
	height: 20px;
	width: 200px;
	font-family: Tahoma;
	font-size: 12px;
	color: #000000;
}
.input_corto {
	border: 1px solid #CCCCCC;
	height: 20px;
	width: 100px;
	font-family: Tahoma;
	font-size: 12px;
	color: #000000;
}
.input_mini {
	border: 1px solid #CCCCCC;
	height: 20px;
	width: 50px;
	font-family: Tahoma;
	font-size: 12px;
	color: #000000;
}
.input_textarea {
	border: 1px solid #CCCCCC;
	width: 100%;
	font-family: Tahoma;
	font-size: 12px;
	color: #000000;
	height: 20px;
}
.bto_save {
	background-image: url(../img/icon-32-apply.png);
	background-repeat: no-repeat;
	background-color: #F7F7F7;
	border: 1px solid #999999;
	font-family: Tahoma;
	font-size: 12px;
	cursor: hand;
	background-position: 4px 2px;
	height: 35px;
}
.bto_cancel {
	background-image: url(../img/icon-32-cancel.png);
	background-repeat: no-repeat;
	height: 35px;
	width: 115px;
	background-color: #F7F7F7;
	border: 1px solid #999999;
	font-family: Tahoma;
	font-size: 12px;
	cursor: hand;
	background-position: 4px 2px;
}

