body {
	background:#6d6d6d url(datos/images/fondo.gif) repeat-y top center;
	font: normal 12px Verdana, Arial, Helvetica, sans-serif;
	padding:0;
	margin:0;
}

a:link {
  color: #0034df;
  text-decoration: none;
}

a:visited {
  color: #0034df;
  text-decoration: none;
}

a:hover {
  color: #0000cc;
   text-decoration: underline;
}

#wrap {
	width: 980px;
	margin:auto;
}

#top {
	width: 980px;
	background: url(datos/images/top.gif) no-repeat center top;
	height: 170px;
	margin:0;
	padding:0;
}

#content {
	width: 980px;
	float:left;
}

#menu {
	width: 180px;
    float:left;
    background: #CF4502;
	color: #ffffff;
	padding: 0px 10px 10px 0px;
    overflow: hidden;
}

/***Menu estilo***/
#navlist * {margin: 0px 0px 0px 5px; padding: 0px;}
#navlist {float: left; width: 170px; color: #fff;}
#navlist h3 {font-size: 12px; text-indent: 6px;   text-decoration:underline; font-weight:bold; color:#000000; margin-bottom: 5px; margin-left: 4px;}

#navlist h3 a {color:#000000;}


#navlist ul#nav {
  list-style: none;
  margin: 0px;
  }

#navlist ul#nav li a{
  display: block;
  height: 18px;
  margin: 0px 0px 0px 10px;
  color: #ffffff;
  font-size: 12px;
  text-indent: 6px;
  text-decoration:underline;
}

#navlist ul#nav li a:hover {color: #000000; text-decoration:underline;}

/***Fin del Menu estilo***/

#contenido {
	width: 570px;
	float:left;
	padding:10px;
    overflow: hidden;
}

#contenido h1 {
	font-family: verdana, Arial, Helvetica, sans-serif;
	color: #cc0000;
	font-size: 18px;
    	font-weight:bold;
	margin-top: 10px;
}

#contenido h2 {
	font-family: verdana, Arial, Helvetica, sans-serif;
	color: #cc0044;
	font-size: 14px;
	font-weight:bold;
}

#sector {
	float:right;
	clear: none;
	float: right;
	width: 180px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #666666;
	text-decoration: none;
    overflow: hidden;
	padding: 10px;
}

#sector strong {
	color: #cc0000;
}

#footer {
	width: 980px;
	height: 57px;
	text-align:center;
	float:left;
	min-height: 35px;
}

#principal {
        background: #E1E2E1;
        padding: 5px;
        border-top: 1px solid #eee;
        vertical-align: top;
}

#hometb {
        background: #E1E2E1;
        padding: 5px;
        border-top: 1px solid #eee;
	text-align: center;
}