/* @override http://www.maisondelart.net/en/css.css */

body {
	color: #fed390;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	background: #210504 url(/img/background.jpg) repeat-x fixed 0 top;
}

h1, h2, h3, p, ul {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
}

a {
	color: #fed390;
	font-weight: bold;
}

a:hover {
	text-decoration: none;
	color: white;
}

.clear {
	clear: both;
}

h1 a {
	background: url(/img/logo.png) no-repeat;
	width: 176px;
	height: 133px;
    text-indent:-999999px;
    display:block;
    margin: auto;
}

h2 {
	text-align: center;
	font-size: small;
	color: #873c1c;
	font-weight: normal;
	font-style: normal;
}

h3 {
	font-weight: normal;
	font-style: normal;
	color: white;
}

p, ul li {
	font-size: small;
}

ul {
	list-style-type: square;
}

ul.contact {
	background: url(/img/contacto-correo.png) no-repeat left center;
	text-indent: -999999px;
	margin: 0 auto;
	padding: 0;
	width: 800px;
	height: 30px;
	list-style-type: none;
}

p.footer {
	text-align: center;
	font-size: 0.6em;
	padding: 20px 0;
}