body {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	background-color: #F4D80B;
	background-image: url(../images/back.jpg);
	background-repeat: repeat;
	background-position: left top;
	height: auto;
	width: 760px;
	margin-right: auto;
	margin-left: auto;
	color: #003D79;
}
h1 {
	font-size: 24px;
}
#MainArea {
	background-color: #FFFFFF;
	padding: 20px;
}
.area_solicitud {
	border: 3px solid #003D79;
}
.division_solicitud {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #003D79;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
.division_solicitud_nopad {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #003D79;
}
.division_solicitud_last {
	padding: 5px;
}
.division_border_right {
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #003D79;
}

.top_bottom_space_div {
	padding-bottom: 5px;
}
.desc_campos {
	font-size: 10px;
	text-align: center;
}
.input_text {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #003D79;
	border-bottom-color: #003D79;
	border-left-color: #003D79;
	height: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}
.input_text_box {
	background-color: #F4D80B;
	border: 1px solid #0066CC;
}
.subrayado {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #003D79;
	color: #000000;
}
.black_text {
	color: #000000;
}

.radio_botton {
	background-color: #003D79;
}
.titulo {
	font-size: 18px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.subtitulo {
	font-size: 14px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
}

.align_center {
	text-align: center;
}
.labels {
	font-weight: bold;
}
.back_cajita1 {
	background-color: #F4D80B;
	border: 1px solid #0066CC;
}
.division_th {
	font-size: 14px;
	color: #FFFFFF;
	background-color: #003D79;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding-top: 2px;
	padding-bottom: 2px;
}
.division_th_alt {
	font-size: 14px;
	color: #003D79;
	background-color: F4D80B;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding-top: 2px;
	padding-bottom: 2px;
}
.border_tabla_1 {
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #F4D80B;
	border-bottom-color: #F4D80B;
}
.border_tabla_bottom {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #F4D80B;
}
.border_tabla_right {
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #F4D80B;
}
.th_tabla_1 {
	background-color: #F4D80B;
}
.area_boton_submit {
	padding-top: 10px;
	padding-bottom: 20px;
	text-align: center;
}
.botones {
	background-color: #003D79;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #A6D2FF;
	border-right-color: #003162;
	border-bottom-color: #003162;
	border-left-color: #A6D2FF;
	font-weight: bold;
	color: #FFFFFF;
}
