body {
	font-family: Verdana, Arial, sans-serif;
	color: #000;
	background-color: #FFFFFF;
	margin: 0;
	padding: 0;
}

*{
	margin: 0;
	padding: 0;
}

#box{
	width: 800px;
    margin: 0 auto;
	padding: 0;
}

#header{
	width: 800px;
	height: 322px;
	background: url(images/header.jpg) no-repeat;
margin: 20px 0px 0px 0px;
}


/* --NAVIGATION --*/

#nav{
	position: relative;
	width: 800px;
	height: 61px;
	top: 0px;
    left: 80px;
	background: url(images/nav.jpg) no-repeat;
}

#menu{
	width: 800px;
	padding: 0px;
margin-left: 61px;
}

#menu li{
	padding: 0px 0px;
	display: block;
	float: left;
}

#menu li a span{
	display: none;
}

ul#menu li.services a{
	width: 173px;
	height: 61px;
	display: block;
	margin: 0px 0px 0px 0px;
	background-image: url(images/servicios.jpg);
}

ul#menu li.services a:hover{
	display: block;
	background-image: url(images/servicios2.jpg);
}

ul#menu li.contact a{
	width: 171px;
	height: 61px;
	display: block;
	margin: 0px 0px 0px 0px;
	background-image: url(images/contacto.jpg);
}

ul#menu li.contact a:hover{
	display: block;
	background-image: url(images/contacto2.jpg);
}

ul#menu li.ingles a{
	width: 174px;
	height: 61px;
	display: block;
	margin: 0px 0px 0px 0px;
	background-image: url(images/ingles.jpg);
}

ul#menu li.ingles a:hover{
	display: block;
	background-image: url(images/ingles2.jpg);
}

/* -- CONTENT --*/

#top{
	width: 800px;
	height: 25px;
	background: url(images/top.jpg) no-repeat;
}

#content{
	width: 800px;
	background: url(images/content.jpg) repeat-y;
}

#contentmain{
	width: 557px;
	text-align: left;
	padding: 0px 0px 0px 120px;
}

#contentmain ul{
padding-left: 20px;
}

#contentmain li{
list-style: circle;
}

#extra{
	width: 800px;
	text-align: center;
	padding: 20px 0px 20px 0px;
}

#footer{
	width: 800px;
	height: 125px;
	margin: 0px 0px 0px 0px;
	background: url(images/footer.jpg) no-repeat;
}

#footercontent{
    width: 800px;
	color: #ACA292;
	font-size: 70%;
    padding: 5px 0px 0px 0px;
 margin: 0px 0px 0px 0px;
	text-align: center;
}

#logo{
	width: 300px;
	height: 81px;
	margin: 10px 0px 0px 270px;
	background: url(images/rigaudlogo.jpg) no-repeat;
}

#main {
	width: 264px;
	height: 35px;
	margin: 0px 0px 0px 140px;
}

/* -- CONTENT STYLE --*/

h1{
	font-family: "Tebuchet Ms", Verdana, sans-serif;
	font-size: 22px;
	font-weight: bold;
	font-style: italic;
	text-align: left;
text-decoration: underline;
	color: #B3B3B3;
	margin: 0px 0px 10px 0px;
	padding: 10px 0px 0px 0px;
}

p{
padding: 10px 0px 10px 0px;
}

a{
	cursor: help;
    color: #58322F;
	text-decoration: underline;
}

a:hover{
	cursor: help;
    color: #58322F;
    background-color: #D3D3D3;
	text-decoration: underline;
}

a img{
	border: none;
	padding: 0px;
}