.base {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
}
.title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #F99302;
}
.content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #85B05E;
}
a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #C75A19;
	text-decoration: none;
	font-weight: normal;
}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #C75A19;
	text-decoration: none;
	font-weight: normal;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FF9933;
	font-weight: normal;
	text-decoration: underline;
}
a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #C75A19;
	text-decoration: none;
	font-weight: normal;
}
a.menu:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #C75A19;
	text-decoration: none;
	font-weight: normal;
}
a.menu:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #C75A19;
	text-decoration: none;
	font-weight: normal;
}
a.menu:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FF9933;
	font-weight: normal;
	text-decoration: underline;
}
a.menu:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #C75A19;
	text-decoration: none;
	font-weight: normal;
}

/*********************************************/
/***************   CONTENT BLOCK  ************/
/*********************************************/
/*This style is used in content title*/
.title_data{	
	text-decoration: none;
	font-weight: bold;
	line-height: normal;
	text-align: center;
	font-family:Arial;
	font-size:14px;
	color:#ea7a18;
	}	

/*This style is used in content tables*/
.table_data{
border : 1px solid #000000;
}
	
/*This style is used in content tables data row*/
.cuerpo{
	text-decoration: none;
	background-color: #f7f7f7;
	line-height: normal;
	text-align: left;
	font-family:Arial;
	font-size:12px;
	color:#0a2c50;
	}
	
/*This style is used in content tables tds*/
.cuerpo_td{
}	

/*This style is used in content tables header row*/
.titulo{
	color: #ea7a18;
	font-size: 12px;
	font-weight: bold;
	font-family:Arial;
	text-decoration: none;
	text-align: left;
	background-color: #efefe7;
	line-height: normal;
}

/*This style is used in forms*/
.form1{
	font-family:Arial; 
	font-size:12px; 
	border-color:#000000; 
	border-width:1px; 
	border-style:solid; 
	background-color:#ffffff;
	color:#000000;
	padding-left: 2;
}

/*This style is used in forms button*/
.form1_button{
	font-family:Arial; 
	font-size:12px; 
	border-color:#999999; 
	border-width:1px; 
	border-style:solid; 
	background-color:#ea7a18;
	color:#ffffff;
		font-weight: bold;
}

.form1_checkbox{
	font-size:12px; 
	background-color:#D8D8E0;
	color:#000000;
}

/*This style is used when some error is shown*/
.error{
	color: #FF0000;
	text-align: center;
	font-weight: bold;
}