/* CSS Document */
body{
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;

	background-attachment: fixed;
	background-image: url(../img/escultura-diaz-fuentes-2.png);
	background-repeat: no-repeat;
	background-position: right;
	background-color: #999966;
}
#main{
	margin-right: auto;
	margin-left: auto;
}

.header{
	text-align: center;
	color: #FFFFFF;
}
.cont{
	width: 50%;
	margin-right: auto;
	margin-left: auto;
}
h1{
	font-size: 12px;
}

.cont img 
		{
	border: #ffffff 1px solid;
	padding: 4px;
	background-color: #FFFFFF;
			}
.cont a:hover img 
		{
	border: #770000 1px solid;
	padding: 4px;
	background: #ffcc99;
			}
a:link{
	color: #FFFFFF;
	text-decoration: none;
}
a:hover{
	color: #FFFFFF;
	text-decoration: underline;
}
a:visited{
	color: #FFFFFF;
}
a:active {
	color: #FFFFFF;
}
img{border:0;}

.footer{
	text-align: center;
}

.footer p a:link{
	color: #FFFFFF;
	text-decoration: none;
}
.footer p a:hover{
	color: #FFFFFF;
	text-decoration: underline;
}
.footer p a:visited{
	color: #FFFFFF;
}
.footer p a:active {
	color: #FFFFFF;}
