@charset "UTF-8";

/* -------------------------------------------------------- DEFAULT */
body{
	background:#333333;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#333333;
}
.logo{
	width:210px;
	height:90px;
	margin:7px auto 7px 13px;
	background:url(../img/logo.gif) no-repeat;
}

/* -------------------------------------------------------- CONTAINER */
.container {
	width:800px;
	height:500px;
	position:absolute;
	left:50%;
	top:50%;
	margin-left:-400px;
	margin-top:-250px;
}

/* -------------------------------------------------------- MENU */
.menu ul{
	margin:0;
	padding:4px 0 0 14px;
	height:21px;
	overflow:hidden;
}
.menu ul li{
	list-style:none;
	display:inline;
}
.menu ul li a {
	font-size:12px;
	text-decoration:none;
	text-transform:uppercase;
	padding:3px 12px;
}

/* -------------------------------------------------------- MAIN */
.foto{
	width:100%;
	height:370px;
	overflow:hidden;
	position:relative;
}
.box{
	margin:0 auto auto 508px;
	
	width:270px;
	height:370px;
}
.box h1{
	margin:0 15px;
	padding:10px 0 5px 0;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	font-style:italic;
	border-bottom:dotted 1px #000000;
	font-weight:normal;
}
.box p{
	width:240px;
	height:270px;
	margin:0 auto auto 15px;
	padding-top:10px;
	overflow:auto;
}

/* -------------------------------------------------------- GALERIA */

#loadarea2{
	width:460px;
	height:330px;
	position:absolute;
	left:25px;
	top:20px;;
}


