/*durangosierramadre index*/
#principal{
    width:950;
    background: url('/templates/images/sombra.gif');
	background-repeat: repeat-x;
    background-color:#DBD5B1;
    padding-top:20px;
    height:560px;
}

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

/*dentro de principal*/
#col1{
/*   height:410px;*/
   width: 510px;
   padding-left:25px;
   float:left;
   margin-top:0px;
}
#col2{
/*   height:410px;*/
   margin-left: 550px;
}

/*dentro de col1*/
#datosempresa{
  height:100px;
/*  background-color:#fff;*/
}

#col1 fieldset{
    margin-top:5px;
    /*margin-bottom:10px;*/
    border: 2px solid #573533;
    width:480px;
    height:400px;
    padding:5px;
}

#col1 fieldset legend {
    font-weight:bold;
    font-size:12px;
    color:#573533;
    
}
#col1 fieldset label {
    font-size:10px;
    float: left;
    text-align: right;
    width:70px;
    color:#FF9900;
    font-weight:bold;
}

#col1 fieldset li{
    list-style: none;
    display: inline;
}

#col1 fieldset li input{
color: #573533;
background: #fee3ad;
border: 2px solid #573533;
background: url('/templates/images/sombra.gif');
margin-bottom:2px;
}

#col1 comentario{
  background-color: #fff;

}


#col1 fieldset textarea{
    margin-top:10px;
    background: url('/templates/images/sombra.gif');
    background-repeat: repeat-x;
    border:2px solid #573533;
    color:#573533;
    padding-top:10px;
}

#mensajeweb{
/*  height: 400px;*/
  height: 200px;

}




#pieform{
  margin-top:40px;
}



