input, select, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	padding:2px;	
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}
a:link, a.hover, a:visited {
	text-decoration:none;
}
.txt_9 {
    font-size:9px;
	}
.txt_10 {
	font-size:10px;
	}
.txt_12 {
	font-size:12px;
	}
.txt_14 {
	font-size:14px;
	}
.txt_16 {
	font-size:16px;
	}
.txt_18 {
	font-size:18px;
	}
.txt_gris_claro {
     color:#F1F1F1;
	 }
.txt_gris {
     color:#777777;
	 }
.txt_gris_oscuro {
     color:#444444;
	 }
.txt_marron {
	color: #3c3f36; 
}
.txt_azul {
	color:#006699;
}
.txt_naranja {
	color:#996600;
}
#btns_area {
	text-align:center;
	background-color:#F7F5F2;
	border-bottom:none; 
	padding:10px 10px;
	margin:8px 0px 8px 0px;
}
.btn_naranja {
	border: none;
	background-image: url(../img/interface/fnd_btn_ppal.jpg);
	background-repeat: repeat-x; 
	font-size:12px;
	color:#FFFFFF;
	cursor:pointer;
	height:25px;
	width:140px;
	background-color:#F1F1F1;
	border:1px solid #7F9DB9;	
}
.btn_secundario {
	border: none;
	background-image: url(../img/interface/fnd_btn_sec.jpg);
	background-repeat: repeat-x; 
	font-size:12px;
	color:#FFFFFF;
	cursor:pointer;
	height:25px;
	width:140px;
	background-color:#F1F1F1;
	border:1px solid #7F9DB9;	
}
#enlaces_fnd_naranja a:link, #enlaces_fnd_naranja a:visited {
	background-image: url(../img/interface/fnd_btn_ppal.jpg);
	font-size:11px;
	color:#FFFFFF;
	border:1px solid #7F9DB9;	
	padding: 5px 10px;
}
#enlaces_fnd_naranja a:hover {
	color:#FFFFCC;
}