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

/* Composition */
#container {
	width: 800px;
	}
#header {
	width: 800px;
	height: 148px;
	background-image: url(Sources/header.jpg);
	}
.logo {
	padding-top: 50px;
	}
#content {
	width: 800px;
	height: auto;
	background-image: url(Sources/fondo_detail.jpg);
	background-repeat: repeat-y;
	padding-bottom: 10px;
	padding-top: 10px;
	}
#footer {
	background-image: url(Sources/footerdetail.png);
	background-repeat: no-repeat;
	font-weight: bold;
	color: #333333;
	padding-top: 25px;
	text-align:center;
	clear: both;
	}
a.foot {
	text-decoration: underline;
	}
#menutop {
  	padding: 0;
  	margin: 0;
	width: 800px;
	height: 50px;
	}

/* General Attributes */
body {
	background-color:#F8F8FF;
	/*background-repeat: repeat;*/
	overflow-x: hidden;
	width:800px;
	margin: 0 auto;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	}
a:link {  
	text-decoration: none;
	color:#333333 
	}
a:visited { 
	text-decoration: none;
	color:#333333  
	}
a:hover, a:active { 
	text-decoration: none;
	color:#333333  
	}
a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	}
h1{

 font-size: 110%;
 font-weight: bold;
 color: #000000;
 margin: 0px;
 padding: 0px;
}

h2{

 font-size: 100%;
 font-weight: bold;
 color: #000000;
 margin: 0px;
 padding: 0px;
}

h3{

 font-size: 100%;
 color: #333333;
 margin: 0px;
 padding: 0px;
}	
img {
	border: none;
	}
/* Attributes for the information banners */
.bannerinfo {
	width: 800px;
	height: auto;
	/*padding-left: 25px;*/
	}
.headerbanner {
	width: 798px;
	height: 40px;
	background-color: #FFCC66;
	border-style: solid;
	border-color: #333333;
	border-width: 1px;
	/*padding: 10px 10px 10px 10px; */
	}
.bottomdisplay {
	width: 798px;
	height: 40px;
	/*border-left-style: solid;
	border-left-color: #333333;
	border-left-width: 1px;
	border-right-style: solid;
	border-right-color: #333333;
	border-right-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
	border-bottom-width: 1px;
	/*padding: 10px 10px 10px 10px; */
	}
.title {
	width: 730px;
	font-size: 14px;
	font-weight: bold;
	color:#333333;
	float: left;
	}
.subtitle {
	width: 730px;
	font-size: 12px;
	color:#666666;
	float: left;
	}
.pictures {
	width: 345px;
	height: 340px;
	padding-top: 10px;
	padding-left: 10px;
	float: left;
	}
.detail {
	width: 150px;
	height: 340px;
	font-size:12pt;
	font: bold;
	color:#333333;
	float: left;
	margin-left: 20px;
	margin-top: 10px;
	}
.detailinfo {
	width: 265px;
	height: 340px;
	font-size:12pt;
	font: bold;
	color:#666666;
	margin-left: 10px;
	margin-top: 10px;
	float:left;
	}
.info {
	width: 798px;
	height: auto;
	border-style: solid;
	border-color: #333333;
	border-width: 1px;
	float: left;	
	}
.infotitle{
	width: 788px;
	height: 20px;
	background-color: #FFCC66;
	font-size: 14px;
	font-weight: bold;
	color: #333333;
	padding-left: 10px;*/
	padding-top: 5px;*/
	border-bottom-style: solid;
	border-bottom-color: #333333;
	border-bottom-width: 1px;
	}
p.information {
	width: 778px;
	height: auto;
	font-size: 12px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	background-color: #FFFFFF;
	}
.location{
	width: 400px;
	height: 25px;
	font-size: 10pt;
	font-weight: bold;
	margin-top: 5px;
	padding-left: 10px;
	float: left;
	margin-bottom: 10px;
	}
.links{
	width: 330px;
	height: 25px;
	font-size: 10pt;
	font-weight: bold;
	text-align: right;
	text-decoration: none;
	margin-top: 5px;
	padding-left: 10px;
	float: left;
	margin-bottom: 10px;
	}