/*
 Bkg para todos los formularios
*/

#frm_top {
	height: 18px;
	width: 459px;
	background-image: url(../images/bkg_cuadros_frm/top.jpg);
	background-repeat: no-repeat;
	position: relative;
	left:66px;

}
#frm_bkg {
	background-image: url(../images/bkg_cuadros_frm/bkg.jpg);
	background-repeat: repeat-y;
	width: 439px;
	height: auto;
	position: relative;
	left:66px;
	padding-left: 20px;
}
#frm_footer {
	height: 25px;
	width: 459px;
	background-image: url(../images/bkg_cuadros_frm/footer.jpg);
	background-repeat: no-repeat;
	position: relative;
	left:66px;

}
.frm_subtitulos {
	color: #000080;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 13px;
    padding-top: 22px;
}
