body {
	/* background-image: url ('images/background.jpg'); */
	background-repeat: repeat;
	background-attachment: fixed;
	margin: 0px;
	padding: 0px;
	font-family: "Arial", "Verdana", sans-serif;
	font-size: small;
}

.bodyContainer {
	width: 760px;
	margin: 0px auto;
	padding: 0px;
	background-color: white;
}

/*******************************************
HEADER
*******************************************/

div#header {
	width: 100%;
	height: 160px;
	float: left;
	margin: 0px;
	padding: 0px;
	background-image: url('images/header.jpg');
	text-align: right;
}

div#header a {
	color: white;
	text-decoration: none;
}

div#header a:hover {
	text-decoration: underline;
}

/*******************************************
CONTENT CONTAINER
*******************************************/

div#contentContainer {
	width: 100%;
	float: left;
	margin: 0px;
	/*min-height: 500px;*/
	background-color: white;
	border-bottom: 1px solid #EEEEEE;
	padding-bottom: 20px;
		border: 1px solid #EEEEEE;
}

/*******************************************
LANGUAGE LINKS
*******************************************/

#links {
	width: 750px;
	background-image: url('images/links_background.png');
	background-repeat: repeat;
	clear: both;
	padding: 5px;
	text-align: right;
	font-size: smaller;
}

#links a {
	color: white;
	text-decoration: none;
}

#links a img {
	width: 15px;
	margin-left: 4px;
}

#links a img:hover {

}

/*******************************************
SIDE MENU
*******************************************/

div#menu {
	width: 160px;
	float: left;
}

div#menu ul {
	width: 160px;
	/*list-style: none;*/
	padding: 0px;
	margin: 0px;


}

div#menu ul li {
	padding: 10px;
	list-style: none;
	border-bottom: 1px solid #EEEEEE;
	background-color: white;
}

div#menu ul li#active {
	font-weight: bold;
	color: #990000;
	font-size: 1.1em;
}

div#menu ul li#intsite {
	margin-top: 60px;
	border-top: 1px solid #EEEEEE;
}

div#menu ul li:hover {
	background-color: #EEEEEE;
	color: white;
}

div#menu ul li a {
	color: #990000;
	text-decoration: none;
	/*font-variant: small-caps;*/
}

div#menu ul li a:hover {
	color: black;
}

/*******************************************
LOCATION LINKS
*******************************************/

#path {
	margin: 0px 0px;
	border-bottom: 1px solid #EEEEEE;
	font-size: smaller;
}

#path a {
	margin: 0px;
	color: #666666;
	text-decoration: none;
}

#path a:hover {
	color: black;
}

/*******************************************
CONTENT (TEXT + TABLES + IMAGES)
*******************************************/

div#content {
	float: left;
	width: 520px;
	padding: 10px 40px;
	text-align: justify;
	background-color: white;
}

div#content a {
	color: #990000;
	text-decoration: none;
}

div#content a:hover {
	color: #666666;
	text-decoration: underline;
}

div#content ul li ul {
	list-style: none;
	padding: 5px 0px;
}

div#content table {
	width: 90%;
	border: 0px;
	text-align: left;
	margin: 20px auto;
	border-spacing: 0px;
}

div#content table th {
	padding: 5px;
	margin: 0px;
	font-size: 1.1em;
	border-bottom: 2px solid #CCCCCC;
}

div#content table td {
	padding: 5px;
	border-bottom: 1px solid #EEEEEE;
	max-width: 250px;
	margin: 0px;
}

div#content div#image {
	width: 500px;
	margin: 20px auto;
	text-align: center;
	color: #666666;
	font-size: smaller;
}


/*******************************************
FOOTER
*******************************************/

div#footer {
	width: 100%;

	text-align: center;
	padding: 15px 0px;
	font-size: smaller;
	color: #666666;
}

img { border: none; } 
/*******************************************
GENERAL
*******************************************/

#negrita {
	font-weight: bold;
}

#cursiva {
	font-style: italic;
}

h3 a#titlesection {
	color: #990000;
	text-decoration: none;
}

h3 a#titlesection:hover {
	color: #990000;
	text-decoration: none;
}



