@charset "utf-8";
/* CSS Document */
* {
	margin: 0px;
	padding: 0px;
}
body {
	font-family: "Arial", Times, serif;
	font-size: 11px;
	color: #000;
	background-color: #FFF;
}
h1, h2, h3, h4, h5 {
	margin-bottom: 8px;
}
p {
	margin-bottom: 5px;
}
h1 {
	font-size: 15px;
}
h2 {
	font-size: 14px;	
}
h3 {
	font-size: 13px;
}
h4 {
	font-size: 12px;
}
h5 {
	font-size: 11px;
}
#container {
	width: 320px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#banner {
	background-image: url(../imagenes/banner.jpg);
	height: 55px;
	margin-bottom: 5px;
}
#nave {
	height: 12px;
	margin-bottom: 4px;
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 9px;
	
}
#nave ul {
	margin: 3px;
	padding: 3px;
	list-style-type: none;
}
#nave ul li{
	white-space: nowrap;
	display: block;
	float: left;
	margin-right: 3px;
	margin-left: 1px;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-right-style: solid;
	border-right-color: #000;
	padding-right: 2px;	
}
#nave ul li a{
	display: block;
	line-height: 12px;
	color: #38557D;
	text-decoration: none;
	padding-right: 0px;
	padding-left:0px;
}
#nave ul li a:hover {
	color: #FF8011;
	text-decoration: underline;
}
#cuerpo {
	padding-right: 5px;
	padding-left: 5px;
}
.tituloFormat {
	font-weight: bold;
	padding-top: 2px;
	padding-bottom: 2px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #000;
	border-bottom-color: #000;
}
#pie {
	text-align: center;
	margin-top: 5px;
	margin-bottom: 5px;
	font-size: 8px;
}
