@charset "UTF-8";
/* CSS Document */

html,body {
	margin: 0;
	padding: 0;
	height:100%; /* needed for container min-height */
	background-color: #4a5560;
	background-image: url(../images/background_body.jpg);
	background-repeat: no-repeat;
	background-position:top;
}


div#container {
	position:relative; /* needed for footer positioning*/
	margin:0 auto; /* center, not in IE5 */
	width:100%;
	
	background-image: url(../images/background_content.gif);
	background-repeat: repeat-y;
	background-position:center;
	
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/

	min-height:100%; /* real browsers */
}

div#header {
	height: 267px;
	width: 760px;
	margin-left: auto;
	margin-right: auto;
}


div#body { /* bottom padding for footer */
	width: 760px;
	padding-bottom: 65px;
	margin-right: auto;
	margin-left: auto;
}

div#content {
	padding: 0;
	margin: 0;
}

div#footer {
	position:absolute;
	height: 65px;
	width:100%;
	bottom:0; /* stick to bottom */
	text-align: center;
}

h1 {
	font: 16px Georgia, "Times New Roman", Times, serif;
	border-bottom: 1px solid #CCCCCC;
	font-weight:bold;
	color: #ff2503;
	text-align: justify;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 50px;
	margin-right: 50px;
	line-height: 20px;
}

p {
	font: 12px Georgia, "Times New Roman", Times, serif;
	color: #24282b;
	text-align: justify;
	margin-top: 0px;
	margin-bottom: 20px;
	margin-left: 50px;
	margin-right: 50px;
	line-height: 20px;
}

li {
	list-style-image:url(../images/dot.gif);
	font: 12px Georgia, "Times New Roman", Times, serif;
	color: Black;
	text-align: left;
	margin-bottom: 5px;
	margin-top: 5px;
	margin-left: 30px;
}

table.real {
	width: 100%;
	font: 12px Georgia, "Times New Roman", Times, serif;
	color: #24282b;
	text-align: left;
	padding-left: 20px;
	padding-left: 25px;
	padding-right: 25px;
	margin-right: 0px;
	line-height: 18px;
}

table.real td {
	padding-left: 20px;
	padding-right: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
}

table.real td.gris {
	background-color:#F5F5F5;
}

table.real img { 
	margin-right: 10px;
	border: 1px solid #999999;
	background-color: #f2f2f2;
	opacity: 0.8;
	}

table.real a:hover img {
	background-color: #eee;
	opacity: 1;
	}

a {
	color: Black;
	text-decoration: underline;
}

a:hover {
	color: #ff2503;
	text-decoration: none;
}

span.date {
	color: #666666;
	font-size: 10px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	letter-spacing: 1px;
}
