
#maincontent {
	width: 300px;
	margin: 0 auto 0 auto;
	background-color: #CCC;
}

#header {
	width: 300px;
	height: 80px;
	background-image: url(img/cabecera_small.jpg);
	background-repeat: no-repeat;
}

#navbar {
	width: 300px;
	height: 25px;
	background-color: #FF6633;
	float: left;
}

#navbar ul li {
	display: inline;
	text-align: left;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.6em;
	font-weight: bold;
}

#navbar ul li a {
	color: #000;
}

#navbar ul li a:hover {
	color:#900;

}

#bodycopy_index {
	width: 300px;
	height: 141px;
	background-image: url(img/clame_index_small.jpg);
	background-repeat: no-repeat;
	float: left;
}

#bodycopy {
	width: 300px;
	height: 205px;
	background-color: #333;
	float: right;
}

#bodycopy img {width:100%;height:100%}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.6em;
	color: #093;
}

h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	color: #c00;
}

#bodycopy_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	line-height: 1.6em;
	width: 260px;
	height: auto;
	float: left;
	padding: 0 20px 30px 20px;
	background-color: #ccc;
}

#bodycopy_text_index {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	line-height: 1.6em;
	width: 240px;
	height: auto;
	float: left;
	background-color: #ccc;
	padding: 0 20px 0 20px;
}

#footer {
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	clear: both;
	width: 300px;
	height: 35px;
	font-size: 0.7em;
	padding-top: 3px;
	color: #000;
	background-color: #09f;
}

#navbar ul{
	margin:0; padding:0;
}
