body{
	background-color: #FFFFFF;
	font-family: Arial;
	color: #616D70;
	margin-left: 0px;
	margin-top: 0px;
}

table{
	border: 1px solid;
	border-color: #616D70;
	width: 450px;
}

.fono_table{
	border: 0px;
	border-color: #616D70;
	width: 100px;
}

.fono_td{
	color: #616D70;
	font-size: 12px;
}

.table_view{
	text-transform: uppercase;
	border-color: #616D70;
	width: 500px;
	font-size: 10px;
}

.td_view{
	border-color: #616D70;
}

.table_list{
	border: 0px;
	border-color: #616D70;
	width: 500px;
	font-size: 10px;
}

.table_ingreso{
	border: 0px;
	border-color: #616D70;
	width: 200px;
	font-size: 12px;
}

.td_list{
	text-transform: uppercase;
	border: 1px solid;
	text-align: center;
}

.td_list_nombre{
	text-transform: uppercase;
	border: 1px solid;
	text-align: center;
	width: 400px;
}

.tr_par{
	background-color: #F0EDD9;
}

.tr_impar{
	background-color: #E7E2C2;
}

.th_list{
	text-transform: uppercase;
	border: 1px solid;
	text-align: left;
	color: #FFFF22;
	background-color: #394D66;
}

.item_title{
	font-weight: bold;
	color: #427DAD;
}

.item_title_right{
	color: #427DAD;
	text-align: right;
}

.item_name{
	font-weight: bold;
	vertical-align: center;
	text-align: right;
	font-size: 80%;
}

.mensaje{
	font-weight: bold;
	vertical-align: center;
	text-align: justify;
	font-size: 90%;
}

.item_input{
	font-size: 80%;
	vertical-align: center;
	color: #616D70;
}

.form_input{
	font-size: 80%;
	color: #616D70;
}

.form_buttom{
	font-size: 80%;
	text-align: right;
}

a{
	text-decoration: underline;
	color: #616D70;
}

.a_close{
	text-decoration: none;
	color: #FFFF22;
}

a:hover{
	text-decoration: none;
	color: #ACB7BB;
}

.oblig{
	font-weight: bold;
	color: #FF0000;
}