body
{
	background-color: #744e0d;
	background-image:url(/images/background_web_site.jpg);
	background-repeat: repeat-x;
	background-position:top left;
	margin:0px 0px 0px 0px;
}

#page_container_div {
	background: #FFFFFF url(/images/page_container_div_bg.jpg) repeat-y top center;
	width: 899px;
	margin: 0px auto 20px auto;
	padding: 0px;
	border-width: 0px;
	}

#page_header_div {
	background: transparent url(/images/header_bg_logo.jpg) no-repeat top center;
	width: 839px;
	height: 126px;
	margin: 0px auto;
	padding: 0px 30px;
	}

#page_nav_div {
	background: transparent url(/images/background_menu.jpg) no-repeat top center;
	width: 839px;
	height: 39px;
	margin: 0px auto;
	padding: 0px 30px;
	color: #FFFFFF;
	vertical-align: middle;
	}

#page_nav_admin_div {
	/* background: transparent url(/images/background_menu.jpg) no-repeat top center; */
	width: 839px;
	height: 39px;
	margin: 0px auto;
	padding: 0px 30px;
	color: #000000;
	vertical-align: middle;
	}

#page_content_div {
	background-color: transparent;
	width: 839px;
	margin: 0px auto;
	padding: 0px 30px;
	}

#page_title_div {
	margin-left: 200px;
	text-align: left;
	}
	

.page_block {
	margin-left: 200px;
	padding-right: 20px;
	text-align: justify;
	}

.page_block_img {
	float:left;
	margin-left:10px;
	}

#org_form {
	background-color: #F7F7F7;
	}

textarea {
	width: 500px;
	}

input.text_input {
	width: 500px;
	}

#page_footer_div {
	background-color: transparent;
	width: 839px;
	margin: 0px auto;
	padding: 0px 30px 30px 30px;
	height: 30px;
	}

a.menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size:11pt;
	font-style:normal;
	font-weight:normal;
	color: #FFFFFF;
	/*background-color:#333333;*/
	text-decoration: underline;
	}

a.menu:link {
	text-decoration:none; 
	color: #FFFFFF ;
	font-family: Arial, Helvetica, sans-serif; 
	font-size:11pt
}
a.menu:visited {
	text-decoration:none; 
	color: #FFFFFF ;
	/*background-color:#333333;*/ 
	font-family: Arial, Helvetica, sans-serif;
	font-size:11pt
}
a.menu:active {
	text-decoration: underline;
	color: #FFFFFF ;
	font-family: Arial, Helvetica, sans-serif;
	font-size:11pt
}
a.menu:hover {
	color: #FFFFFF ;
}

a.admin_menu {
	color: #000000 ;
	}

a.admin_menu:link {
	color: #000000 ;
}
a.admin_menu:visited {
	color: #000000 ;
}
a.admin_menu:active {
	color: #000000 ;
}
a.admin_menu:hover {
	color: #000000 ;
}

a.enlaces {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:8pt;
	font-style:normal;
	font-weight:normal;
	color: #FFFFFF;
	/*background-color:#333333;*/
	text-decoration: underline;
	}

a.enlaces:link {
	text-decoration:none; 
	color:white; 
	font-family:Georgia, "Times New Roman", Times, serif; 
	font-size:8pt
}
a.enlaces:visited {
	text-decoration:none; 
	color:white;
	/*background-color:#333333;*/ 
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:8pt
}
a.enlaces:active {
	text-decoration: underline;
	color: white; 
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:8pt
}
a.enlaces:hover {
	text-decoration: underline;
	/*background-color: #99FF00;*/ 
	color: white ;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:8pt
}


.textos
{ 
	text-decoration:none;
	color: #422e0a;
	font-family: Arial, Helvetica, sans-serif;
	font-size:10pt;
	/*background-color: #333333;*/
}


.error_message {
	background-color: #888888;
	color: #422e0a;
	font-size: 1em;
	text-align: center;
	padding: 20px;
	margin: 20px;
	border: 4px dotted #FF0000;
	display: block;
	font-weight: bold;
	}

