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

body {
	margin: 0px;
	padding: 0px;
	background: url(images/main-bkg-oi10.jpg) right bottom no-repeat;
}

#head {
	width: 100%;
	background: #fff;
	color: #9C8060;
	padding: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-align: center;
}

#wrap {
	width: 100%;
	margin: 20px auto;
	background: url(images/anna-logo-oi10.jpg) top left no-repeat;
}

#contacto {
	position: absolute;
	width: 300px;
	top: 200px;
	left: 10px;
}

#contacto p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #9C8060;
}

a img {
	border: 2px solid #EFDEC8;
}

a:hover img {
	border: 2px solid #600;
}

a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #600;
	text-decoration: none;
}

a:hover {
	color: #600;
	text-decoration: underline;
}
