/***************** DIV PRINCIPAL *****************/

  div#principal {
      margin-left: 216px;
      margin-right: 186px;    
      margin-top: 50px; 
      /*border: solid 1px pink;	*************************************************************************************/
      overflow: hidden; 
      text-align: center;
  }  
  p#colecion{
    text-align: center;
    font-size: 15px;
  }

  div#principal table#tabla{
    white-space: nowrap;
    width: 100%;
    height: 100%;
  }

  div#principal table#tabla tr td {  
   border: none;
    /**border: solid 1px black;**/
  }

   div#principal table#tabla tr td img {
    width: 100%;
  }
   
  div#articulo {
    float: right;
    width: 150px;     
    margin-right: 36px;     
    margin-left: 20px;
    margin-top: 20px; 
   /* border: solid 1px orange;*************************************************************************************/
  }
	
  #articulo p{  
   	color: black;   	
  }

 	#articulo a{
  	font-weight: bold;
 	  color: black;
  }

  #articulo a:hover {
  	background-color: #993300;
  	color: white;
  	text-decoration: none;
  	font-weight: bold
  }