body {
	background:#494a38 url(/cocina/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(/cocina/datos/images/top.jpg) no-repeat center top;
	height: 175px;
	margin:0;
	padding:0;
}

#content {
	width: 980px;
	background:#ffffff url(/cocina/datos/images/cont_bg.png) repeat-y top center;
	float:left;
}

#menu {
	width: 170px;
	background: #a7b05f;
    float:left;
	color: #000000;
	padding: 0px 10px 10px 0px;
    overflow: hidden;
}

/***Menu estilo***/
#navlist * {margin: 0px 0px 0px 0px; padding: 0px;}
#navlist {float: left; width: 170px; color: #fff;}
#navlist strong {font-size: 12px; text-indent: 6px;   text-decoration:underline; font-weight:bold; color:#ffffff; margin-bottom: 5px; margin-left: 4px;}

#navlist strong a {color:#ffffff;   line-height: 180%;}


#navlist ul#nav {
  list-style: none;
  margin: 0px;
  }

#navlist ul#nav li a{
  display: block;
  margin: 0px 0px 0px 5px;
  color: #ffffff;
  line-height: 180%;
  font-size: 12px;
  text-indent: 6px;
  text-decoration:underline;
}

#navlist ul#nav li a:hover {color: #3f4121; text-decoration:underline;}

/***Fin del Menu estilo***/

#contenido {
	width: 435px;
	background: #ffffff;
	line-height: 160%;
	float:left;
	padding:20px 15px 20px 20px;
    overflow: hidden;
}

#contenido h1 {
	font-family: verdana, Arial, Helvetica, sans-serif;
	color: #3f4121;
	font-size: 18px;
    font-weight:bold;
	margin-top: 10px;
}

#contenido h2 {
	font-family: verdana, Arial, Helvetica, sans-serif;
	color: #c37721;
	font-size: 14px;
	font-weight:bold;
}

#contenido h3 {
	font-family: verdana, Arial, Helvetica, sans-serif;
	color: #e49338;
	font-size: 12px;
	font-weight:bold;
}

#sector {
	float:right;
	clear: none;
	background:#f5f8cf;
	float: right;
	width: 310px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #000000;
	text-decoration: none;
    overflow: hidden;
	padding: 10px;
}

#sector strong {
	color: #cc0000;
}

#sector2 {
	float:right;
	clear: none;
	background:#f5f8cf;
	float: right;
	width: 120px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #000000;
	text-decoration: none;
    overflow: hidden;
	padding: 10px;
}

#footer {
	width: 980px;
	height: 36px;
	background: #9da43c;
	text-align:center;
	padding-top: 20px; 
	float:left;
	min-height: 35px;
}


