#formInicio{
    margin:0 auto;
    
}
#formInicio select{
    
    width:220px;
    height:35px;
    border-radius:10px;
    border:solid 2px #708a2b;
}
#formInicio input[type="submit"]{  
    width:120px;
    height:25px;
    background-color: #708a2b;
    border-radius:10px;
    border:solid 1px #708a2b;
    color:white;
    font-size:18px;
}
.comp{
    float:left;
    width:32%;
    background-color:#FFFFCC;
    border-radius:20px;
    border:2px solid none;
    margin-right:10px;
}

.prodIndex{
	width:100%;
	height:55%;
}
.ban_prodIndex{
  	width: 500px; height: 100px!important; float:left; /*margin-top: -10px;	*/
  }
  .artBan_prodIndex{
  	width: 300px; float: right; /*disply: inline;*/
  }
   .img_prodIndex_Izq{
   height: 35%; float: left;
   }
.img_prodIndex_Izq img{
    
    height:100px;
}
   .art_prodIndex2_Der{
   width: 60%; float: right; disply: inline;
   }
    .img_prodIndex_Der{
   height: 35%; float: right;
   }
   .img_prodIndex_Der img{
    
    height:100px;
}
   .art_prodIndex2_Izq{
   width: 60%; float: left; disply: inline;
   }



/*---------------- modulos -----------------*/
#modulos label{
  width:60px;
  float:left;
  text-align:right;
  padding-right:3px;
  padding-top:5px;
}
#modulos input[type="text"], #modulos textarea{
  width:210px;
  height:30px;
  border-radius:10px;
  border:solid 2px #708a2b;
}
#modulos textarea{
  height:90px;
  resize:none;
}
#modulos input[type="file"]{
  width:145px;  
}
#modulos input[type="submit"]{
  width:120px;
    height:25px;
    background-color: #708a2b;
    border-radius:10px;
    border:solid 1px #708a2b;
    color:white;
    font-size:18px;
  clear:both;
}