/* CSS Document */

body {
	background: #FFF; /* url(images/background_005.gif) repeat-y fixed top; */
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color:#ED281C;
	}


A  { 
	text-decoration: underline;
	          color: #ED281C;
     }

A:hover  {
	text-decoration: underline;
	color: #000609;
	/* background: #FBF59F; */
     }
	 
A.menu_link  { 
	text-decoration: none;
	          color: #330000;
     }

A.menu_link:hover  { 
	text-decoration: underline; 
	          color: #3300CC;
         background: #FFFF00;
     }
	 
	 
	 
#slider {
	background:url(/Scritps/nivoslider/loading.gif) no-repeat 50% 50%; 
}
#slider img {
	display:none;
}
	 
	 
.copyright_font {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 10px;
	}
	
.img_post 
{
	 padding-right: 6px;
}

TABLE {
	font-size: 12px;
}

.header_font {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 16px;
	font-weight: bold;
	color: #666666;
	}
	
.sub_header_font {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px;
	font-weight: bold;
	color: #666666;
	}
	
.project_header_font {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 16px;
	font-weight: bold;
	color: #9fbe1b;
	}
	
.message_title_font {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 24px;
	font-weight: bold;
	color: #307979;
	}
	
.message_font {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 16px;
	font-weight: bold;
	color: #990000;
	}
	
	/* ---------- */
.form_text {
	font-family: Arial, Helvetica, sans-serif;
	color: #030303;
	/* font-weight: bold; */
	font-size: 14px;
	text-align: center;
}
.form_text_field {
	font-family: Arial, Helvetica, sans-serif; 
	color:#307979;
	font-weight: bold;
	font-size: 14px;
}

.header_title {
	font-size: 24px;
	font-family: Arial, Helvetica, sans-serif;
}


A.qlink  { 
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: underline;
	          color: #00aca1;
     }

A.qlink:hover  { 
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: underline;
	          color: #00aca1;
         background: #EEEEEE;
     }

.qbody  { 
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	          color: #00aca1;
     }
	 
	 
/* ----------- News Entry Fonts ---------------- */
.news_header_font {
	font-size: 18px;
	color: #00aca1;
	}

.news_header_font_large {
	font-size: 28px;
	color: #00aca1;
	}

.news_body_font {
	font-size: 14px;
	color: #030303;
	}	

.news_date_font {
	font-size: 12px;
	color: #00aca1;
	}

/* ----------- Calendar Fonts ---------------- */
.calendar_day_font {
	font-size: 28px;
	}
	
/* ----------- Boletines Fonts ---------------- */
.boletines_links_font {
	font-size: 16px;
	color: #00aca1;
	}

/* ----------- Person Fonts ---------------- */
.person_font {
	font-size: 16px;
	color: #050505;
	}
	
/* ----------- Main Page slideshow navigation boxes ------- */
#nav { z-index: 50; position: absolute; bottom: 16px; right: 16px }
#nav a { margin: 0 4px; padding: 2px 4px; border: 1px solid #ccc; background: #cff; text-decoration: none }
#nav a.activeSlide { background: #aaf }
#nav a:focus { outline: none; }
