@charset "UTF-8";

/* ----- Basic styling ----- */
* {
	margin: 0px;
	padding: 0px;
}

#wrapper {
	position: relative;
	margin: 0 auto;
	text-align: center;
	width: 700px;
	background-image: url(../images/med.png);
}

#clear {
	clear: both;
}

#header{
	position:relative;
	padding: 0.5em;
	background:url(../images/top.png);
	background-repeat: no-repeat;
}

#navigation{
	position:relative;
	background-image:none;
}
#navigation a{
	text-decoration:none;
	color:#FFFFFF;
	padding: 0 1em;
	font-size: 85%;
}
#navigation a:hover{
	color:#FFFFFF;
	background-color: #333333;
}

#main{
	float:inherit;
	position:relative;
	left: 50px;
	width: 600px;
}

#footer{
	position:relative;
	font-size:70%;
	color:#FFFFFF;
	display:block;
	background-image: url(../images/bot.png);
	background-repeat: no-repeat;
	background-position: bottom;
	padding: 1em;
}
#footer a{
	text-decoration:none;
	color:#FFFFFF;
	padding: 0 1em;
	font-weight: bold;
}
#footer a:hover{
	color:#FFFFFF;
	background-color: #333333;
}

#main .title {
	color: #FFFFFF;
	font-size: 200%;
	padding-bottom: 20px;
	padding-top: 10px;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#main .content {
	color: #FFFFFF;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 2em;
	text-decoration: none;
	text-transform: none;
	font-size: 100%;
}
#main .content a {
	color: #CCCCCC;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 2em;
	text-decoration: none;
	text-transform: none;
	font-size: 100%;
	font-weight: normal;
}
body{
	background-color: #FFFFFF;
	text-align: center;
	font: 85% Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin: 10px;
}
.fotos   {
	font-size: 10px;
	font-style: normal;
	color: #FFFFFF;
}
.fotos  a   {
	color: #FFFFFF;
	text-decoration: none;
}
.black {
	color: #000000;
	padding-right: 40px;
	padding-left: 40px;
	text-align: left;
	font-size: 100%;
	line-height: 220%;
}
.White {
	color: #FFFFFF;
	font-size: 150%;
	font-weight: bold;
}
.campania    {
	font-size: 60%;
	font-weight: bold;
}
.cliente {
	font-size: 125%;
}
.fotosBox {
	font-size: 1em;
	color: #FFFFFF;
}
#minilogo {
	float: left;
	height: auto;
	width: auto;
	position: absolute;
	left: -37px;
	top: -30px;
}
.contacto {
	width: 400px;
	height: 220px;
	position: relative;
	left: 90px;
	top: 10px;
	right: 10px;
	bottom: 10px;
}
#bullet {
	padding-left: 70px;
}
.original {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	display: block;
}
#content .arte {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.5em;
}
#wrapper #main #content a:link, #wrapper #main #content a:visited{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	color: #FFFF00;
}
#wrapper #main #content a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	color: #FFFF00;
	font-weight: bold;
	text-decoration: underline;
}
