body {	
	margin: 0px;
	padding: 0px;
}

#wrap {
	background-image: url(img/bg.gif);
	background-repeat: repeat-y;
	background-position: 50% top;
	width: 1020px;
	margin: 0 auto 0 auto;
}

#maincontent {
	width: 960px;
	margin: 0 auto 0 auto;
	background-color: #CCC;
}

#header {
	height: 150px;
	width: 960px;
	background-image: url(img/cabecera.jpg);
}

#navbar {
	background-color: #FF6633;
	height: 45px;
	width: 960px;
	float: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.0em;
}

#navbar ul {
	text-align: right;
	font-weight: bold;
}

#navbar li {
	display: inline;
	padding-right: 20px;
}

#navbar a, #sidebar a{
	text-decoration: none
} 

#navbar ul li a {
	color: #000;
}

#navbar ul li a:hover {
	color:#900;
	font-weight: bold;
}

#sidebar {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.85em;
	width: 300px;
	height: 1100px;
	background-color: #fc3;
	float: left;
}

#sidebar ul {
	list-style-type: none;
	padding-top: 5px;
	text-align: left;
	line-height: 1.4em;
	color:#000;
}

#sidebar ul li a {
	color:#900;
	font-weight: bold;
}

#sidebar ul li a:hover {
	color:#000;
}

#sidebar ol {
	list-style-type: none;
	text-decoration: none;
	color:#000;
}

#sidebar ol li a {
	color:#333;
	font-weight: normal;
}

#sidebar ol li a:hover {
	color:#900;
}

#bodycopy {
	width: 660px;
	height: 450px;
	background-color: #333;
	float: right;
}

#bodycopy_index {
	width: 960px;
	height: 450px;
	background-image: url(img/clame_index.jpg);
	background-color: #fff;
	float: left;
}

#bodycopy_contact {
	width: 960px;
	height: 450px;
	background-color: #fff;
	float: left;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 2.9em;
	color: #093;
}

h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.7em;
	color: #c00;
}

#bodycopy_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	line-height: 1.6em;
	width: 620px;
	height: 550px;
	float: left;
	padding: 0 20px 0 20px;
	background-color: #ccc;
}

#bodycopy_text_index {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	line-height: 1.6em;
	width: 620px;
	height: 550px;
	float: right;
	background-color: #ccc;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
}

#footer {
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	clear: both;
	width: 960px;
	height: 35px;
	font-size: 0.95em;
	color: #306;
	background-color: #fc0;
	margin: 0px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666;
}

#footer a {
	text-decoration: none;
	color: #306;
	}
