*{
	margin: 0;
}

body{
	font-family: Helvetica, Arial, sans-serif;
	background-color: #444422;	
}

h1, h2, h3 {
	color: #0066cc;
	margin-bottom: 0.8em;
}

h2, h3{
	margin-top: 1.4em;
}

p,li,ul {
	color: #0066cc;
	margin-bottom: 0.5em;
}

STRONG {
	font-weight: bold;
	color: #85B324;
}


.caja-pagina {
	margin: 0 auto; 
	width: 768px;
	background: url(./img/background.gif) repeat-y;
}

.cabecera {
	height: 170px;
	background: url(./img/Header.jpg) repeat-y;
}

.caja-cuerpo:after{
	clear: both;
	display: block;
	font: 1px/0px serif;
	content: ".";
	height: 0;
	visibility: hidden;
}

.menu {
	background: url(./img/Menu.gif) no-repeat;		
	font-weight: normal;
	width: 160px;
	float: left;
	padding: 2px;
	padding-left: 10px;
}

.menu a {
	color: #0066cc;
	text-decoration: none;
	font-weight: bold;
	padding-top: 7px;
	padding-right: 5px;
	padding-bottom: 7px;
	padding-left: 12px;
	display: block;
	width: 130px;
	font-size: 1em;
}

.menu a:hover{
	text-decoration: underline;
	cursor: pointer;
}

.contenido {
	float: right;
	width: 550px;
	padding-top: 5px;
	padding-right: 20px;
} 

.pie {
	clear: both;
	width: 768px;
	position: absolute;
	max-height: 40px;
	height: 28px;
	font-size: 0.8em;
	background: url(./img/footer.png) no-repeat;
	padding-top: 20px;
}
