/*durangosierramadre index*/
#principal{
    width:950;
}

#html{
    padding-top:30px;
    padding-bottom:100px;
    background: url('/templates/images/footer-fondo-2.gif');
	background-repeat: repeat-x;
    height:200px;
color:#fff;
}

/*dentro de principal*/
#col1{
   width: 448px;
   padding:0px;
   float:left;

}
#col2{
   height:549px;
   margin-left: 448px;
   background-color:#DBD5B1;
    background: url("/ecoturismo-deportes-aventura/images/fondo-text.gif");
	background-repeat: repeat-y;


}

/*dentro de col2*/
#sup{
     width:499px;
  	background: url("/ecoturismo-deportes-aventura/images/fondo-text-sup.gif");
	background-repeat: repeat-x;
    height:549px;

}

/*dentro de sup*/
#interior{
padding-top:10px;
padding-left:20px;
/*overflow:auto;*/
/*height:510px;*/
}

#scroll{
  overflow:auto;
  height:450px;
  padding-right:10px;
}

#scroll p{
  font-size: 0.8em;
  color:#000;
}

#scroll ul {margin-left:20px;margin-bottom:7px;}
#scroll ul.first {margin:0px;}
#scroll ul li { border:0px solid #000;  list-style-type: none;font-size:0.01em;}
#scroll ul li.link { }
#scroll ul li a {border:0px solid #000000;font-size:8pt;line-height:15px;text-decoration: underline;color:#573533 ;     }
#scroll ul li a:hover{text-decoration:none;}



