html {
  height: auto;
}
body {
  background:none;
  height:auto;
  min-height:auto;
}
#contenido {
    width: 99%;
}
#mwc_navega {
    background-color: #F8F8F8;
    border-bottom-color: #DDDDDD;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-top-color: #DDDDDD;
    border-top-style: solid;
    border-top-width: 1px;
    color: #7E7E7E;
    margin-bottom: 20px;
    padding-bottom: 6px;
    padding-left: 0px;
	text-indent:6px;
    padding-right: 0;
    padding-top: 6px;
    text-decoration: none;
    width: 100%;
}
#mwc_navega a {
    background-image: url("/yansu/images/ico_listagran_a.gif");
    background-position: right bottom;
    background-repeat: no-repeat;
    color: #979797;
    padding-right: 8px;
    text-decoration: none;
}
#mwc_navega a:hover {
    color: #EC6409;
    text-decoration: underline;
}
