@charset "utf-8";
body {
	background-color: #9D0909;
	margin: 0px;
}
.back_white {
	background-color: #FFFFFF;
	border: 1px solid #ABB8BB;
}
.back_btn_menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #00243B;
	padding: 10px;
	height: 32px;
	width: 220px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #001F32;
}
.textgral {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	color: #000033;
	text-decoration: none;
	text-align:justify;
}

.banner {
	background-attachment: scroll;
	background-image: url(../imagenes/logo.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 100px;
}

.encabezado {
	background-color: #FFFFFF;
}

.back_white {
	background-color: #FFFFFF;
}

.btn_out {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
	cursor: hand;
	padding: 4px;
	vertical-align: middle;
	width: 80px;
}
.btn_split {
	background-attachment: scroll;
	background-image: url(../imagenes/back_split.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	height: 44px;
	width: 2px;
}
.btn_over {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline;
	background-attachment: scroll;
	background-image: url(../imagenes/back_btn_over.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	height: 44px;
	cursor: hand;
	padding: 4px;
}
.text_menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	padding-right: 1px;
	padding-left: 1px;
}
.back_blue {
	background-color: #003466;
}
.alert {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	color: #FF0000;
	text-decoration: none;
}

.titles_table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #9D0909;
	height: 25px;
	vertical-align: middle;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 6px;
}
.titles_text{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #9D0909;
	text-decoration: none;
	background-color: #FFFFFF;
	height: 25px;
	vertical-align: middle;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 6px;
}
.border_table {
	border: 1px solid #5D7380;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	color: #003466;
	text-decoration: none;
}
.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	color: #003466;
	text-decoration: none;
}
.back_button {
	background-attachment: scroll;
	/*background-image: url(../imagenes/back_button.gif);*/
	background-color:#CCCCCC;
	font-weight:bold;
	background-repeat: repeat-x;
	background-position: center top;
}
a {
	color: #F80601;
	text-decoration:none;
	font-weight:normal;
}
input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	color: #000066;
	text-decoration: none;
	border: 1px solid #003366;
	padding-right: 1px;
	padding-left: 1px;
}
select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	color: #003366;
	text-decoration: none;
	border: 1px solid #003366;
	padding-right: 1px;
	padding-left: 1px;
}
textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	color: #003366;
	text-decoration: none;
	border: 1px solid #003366;
}
.back_gris{
	background-color: #353535;
}
.tablas {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	color: #33337D;
	text-decoration: none;
	background-color: #FFFFFF;
	padding: 3px;
	vertical-align: middle;
}