#header {
	background-image: url(images/fondo_cabecera.gif);
	background-repeat: repeat-x;
	background-position: left top;
	height: 100px;
	position: relative;
	width: 100%;
}

#contenedor .caja {
	border: 1px solid #03F;
	margin: 0 auto;
	width: 500px;
	padding: 5px;
	text-align: center;
}
#contenedor {
	text-align: center;
}
#bg {
	margin: 0px;
}


#contenedor h3 {
	background-image: url(images/bgtitle.gif);
	background-repeat: repeat-x;
	background-position: left top;
	height: 33px;
	padding: 10px;
	color: #540073;
	text-align: center;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
}
hr {
	line-height: 1px;
	color: #FFF;
	border: none;
}

#contenedor .tabla {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}


#contenedor .tabla td {
	padding: 5px;
	font-weight: bold;
	color: #31698A;
}



body {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
}
a {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
#navegador {
	margin: 10px 0 0 10px;

}

#navegador li {
	display: inline;
	color: #003;
	font-size: 14px;
	font-weight: bold;
	list-style: none;
	margin: 0px;
}
#navegador ul a {
	color: #036;
}

#navegador ul {
	margin: 0px;
	padding: 0px;
}

#title {
	height: 67px;
}
#footer {
	background-image: url(images/bgtitle.gif);
	padding: 5px;
}

