@charset "utf-8";

/*--------------------------- TAGS --------------------------------*/


body {
	background-image:url(../images/bg.gif);
	background-repeat:repeat-x;
	background-color:#f4f4f4;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#666666;
	margin:0;
	}
h1 {
	font-family:Arial, Helvetica, sans-serif;
	color:#306bba;
	font-weight:normal;
	font-size:26px;
	margin-top:0;
	}
h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#4197e3;
	}
	
h3 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#4197e3;
	}
hr {
	margin:0px;
	padding:0px;
	line-height:0px;
	height:1px;
	display:block;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #dadada;
	}
a {
	color:#6262e5;
	text-decoration:none;
	}
a:hover {
	text-decoration:underline;
	}
form {
	margin:0;
	}
#content ul {
	list-style-image:url(../images/bullet.gif);
	}
#content li {
	padding-bottom:3px;
}
	
/*--------------------------- Clases --------------------------------*/

img.picture_frame{
	margin-right:10px;
	border:solid 3px #e3e3e5;
	float:left;
	}


/*--------------------------- Wrap --------------------------------*/

#wrap {
	width:760px;
	margin:0 auto;
	}
#container {
	width:760px;
	background-color:#FFFFFF;
	float:left;
	}
	
/*--------------------------- Header --------------------------------*/

#header {
	width:760px;
	float:left;
	}
#logo {
	width:337px;
	float:left;
	}

/*------------ Search ----------------*/

#search {
	width:340px;
	float:right;
	margin-top:50px;
	margin-right:10px;
	}
#search input {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	border:solid 1px #bbb8b8;
	}
	
/*--------------------------- Art --------------------------------*/

#art {
	background-image:url(../images/art.jpg);
	background-repeat:no-repeat;
	width:760px;
	height:196px;
	float:left;
	}

/*--------------------------- Menu --------------------------------*/

#menu {
	float:left;
	width:740px;
	padding:0 10px 0 10px;
	background-color:#375378;
	color:#FFFFFF;
	font-size:12px;
	}
#menu ul {
	list-style-type:none;
	margin:0;
	padding:0;
	}
#menu li {
	display:block;
	float:left;
	padding:4px 0px 4px 0;
	}

/*--------------------------- Content --------------------------------*/
	
#content {
	width:738px;
	float:left;
	padding:10px 10px 20px 10px;
	border-left:solid 1px #cfcfcf;
	border-right:solid 1px #cfcfcf;
	}
	
td.content_container {
	width:500px;
	padding-left:10px;
	}

div.article_item {
	background-image:url(../images/dotted_hor.gif);
	background-repeat:repeat-x;
	background-position:bottom;
	margin-bottom:20px;
	padding-bottom:20px;
	width:530px;
}
	
#links_top {
	margin-bottom:20px;
}
#links_bot a {
	color:#666666;
}


/*--------------------------- News --------------------------------*/

td.news_cell {
	width:186px;
	background-image:url(../images/dotted_vert.gif);
	background-repeat:repeat-y;
	background-position:right;
	}
	
#news {
	width:196px;
	float:left;
	}
#news h1 {
	margin-top:0;
	}

div.news_item {
	width:184px;
	float:left;
	margin-bottom:20px;
	padding-bottom:20px;
	background-image:url(../images/dotted_hor.gif);
	background-repeat:repeat-x;
	background-position:bottom;
	}
div.news_item p {
	margin-top:0;
	}
div.news_item h2 {
	font-size:11px;
	color:#666666;
	margin:0;
	padding:0;
	}

/*============== News Date ===============*/

div.news_date {
	width:44px;
	height:55px;
	background-image: url(../images/date_bg2 (1).jpg);
	background-repeat:no-repeat;
	float:left;
	margin-right:5px;
	position:relative;
	}
div.news_date p {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	text-align:center;
	font-weight:bold;
	padding-top:1px;
	color:#606060;
	}
div.news_date h3 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	font-weight:bold;
	background-image:url(../images/bg_date_m.gif);
	background-repeat:repeat-x;
	display:block;
	padding:1px;
	margin:5px 5px 0 5px;
	text-align:center;
	color:#FFFFFF;
	}


div.news_date span.Year {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:8px;
	font-weight:bold;
	text-align:center;	
	margin:0 0 10px 0;
	color:#606060;
	position:absolute;
	top:43px;
	left:10px;
	}
/*--------------------------- Footer --------------------------------*/0
#footer {
	float:left;
	width:740px;
	text-align:right;
	padding:5px 10px 5px 10px;
	border-top:solid 1px #cfcfcf;
	background-color:#f4f4f4;
	}
