@charset "utf-8";
body{
	padding: 0;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	}
img{
	border: none;
	}
h3{
	font-size: 16px;
	font-weight: 100;
	}
#Contenedor {
	background-image: url(img/headbg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	}
div#navegador{
	background-color: #FFFFFF;
	border: 1px solid #999999;
	width: 170px;
	padding-top: 5px;
	}
div#navegador a{
	text-decoration: none;
	color: #666666;
	}
div#navegador a:hover{
	text-decoration: underline;
	}
td#cont{
	vertical-align: top;
	}
div#contenido{
	background-color: #FFFFFF;
	border: 1px solid #999999;
	width: 800px;
	padding-left: 5px;
	}
div#contenido table a{
	text-decoration: none;
	color: #0099CC;
	font-size: 16px;
	}
div#contenido table a:hover{
	text-decoration: underline;
	}
div#contenido table{
	width: 100%;
	}
div#contenido table td{
	border-bottom: 1px solid #999999;
	}
div#Contenedor table td{
	vertical-align: top;
	}
h3.termino{font-weight:bold;}
