div.rounded-box {
  position: relative;
  margin: 0 0 auto auto;
  /*max-width: 600px;*/  
  background-color: #d1d3d4;
  z-index: 1;
    
  border: 0px solid red;
}

*html body div.rounded-box{
  float: right;  
  display: block;
  /*width: expression( document.body.clientWidth > 1024 ? "600px" : "auto");*/
}

div.blanco{
  background-color: white;
}

div#caja1{
  margin-top: 5%;
}

/*******************************
 ********* Contacto ************
 *******************************/  
  
 
/********** caja 1 *************/  

div.bl,
div.tr, {
  position: relative; 
  background-color: #d1d3d4; 
  overflow: hidden;
}

div.bl { 
  top:0; 
  left:0; 
  background: transparent url("../images/round-bl.jpg") no-repeat bottom left;
  /*width:97px;*/
  width: 100%;
  height: 81px;  
  z-index: -1;
}

div.tr {
  top:0; 
  right:0;
  background: transparent url("../images/round-tr.jpg") no-repeat top right;
  /*width:96px;*/
  width: 100%;
  height: 78px;
  z-index: -1;
}

/******** caja 2 ************/ 

div.bl2, 
div.tr2, {
  position: relative; 
  background-color: #d1d3d4; 
  overflow: hidden;
}

div.bl2 { 
  top:0; 
  left:0; 
  background: transparent url("../images/round-bl2.jpg") no-repeat bottom left;
  /*width:113px;*/
  width: 100%;
  height: 70px;  
  z-index: -1;
}

div.tr2 {
  top:0; 
  right:0;
  background: transparent url("../images/round-tr2.jpg") no-repeat top right;
  /*width:84px;*/
  width: 100%;
  height: 70px;
  z-index: -1;
}

/*******************************
 ********** Clientes ***********
 *******************************/ 

div.bl3,
div.tr3, {
  position:relative; 
  background-color:#d1d3d4; 
  overflow:hidden;
}

div.bl3 { 
  top:0; 
  left:0; 
  background: transparent url("../images/round-bl3.jpg") no-repeat bottom left;
  /*width:113px;*/
  width: 100%;
  height: 25px /*70px*/;  
  z-index: -1;
}

div.tr3 {
  top:0; 
  right:0;
  background: transparent url("../images/round-tr3.jpg") no-repeat top right;
  /*width:84px;*/
  width: 100%;
  height: 25px;/*70px;*/
  z-index: -1;
}


/*******************************
 ****** Grupo Intheline ********
 *******************************/ 

div.tr4 {
  position:relative; 
  background-color:#d1d3d4; 
  overflow:hidden;
  top:0; 
  right:0;
  background: transparent url("../images/round-tr4.jpg") no-repeat top right;
  width: 100%;
  height: 100px;
  z-index: 0;
}


/******* contenidos *********/

div.box-contents,
div.box-contents2,
div.box-contents3,
div.box-contents4,
div.box-contents5{
  position: relative; 
  text-align: left;  
}

div.box-contents {	
  padding: 0 50px 0 50px;
}

div.box-contents2 {	
  padding: 0 20px 20px 0;    
  margin: -65px 0 0 0;
}

div.box-contents3 {	
	padding: 0 20px 0 20px;    
  margin: -60px 0 -70px 0;  
}

div.box-contents4 {	 
	padding: 0 20px 0 20px;    
  margin: -40px 0 -40px 0;
}

div.box-contents5{
  padding: 0 20px 0 20px;    
  margin: -60px 0 -70px 0;
}


