/* CSS Document */
#Caja {
  /*width: 400px;*/
  color: #333333;
  margin:30px 30px 30px 30px;
  }
.BordeRedondeado {
  height: 1px;
  overflow: hidden;
  /* COLOR DE LA CAJA */
  background-color: #eeeeee;
}
.c1 { margin: 0 12px;}
.c2 { margin: 0 9px;}
.c3 { margin: 0 7px;}
.c4 { margin: 0 6px;}
.c5 { margin: 0 5px;}
.c6 { margin: 0 4px;}
.c7 { margin: 0 3px;}
.c8 { margin: 0 2px; height: 2px;}
.c9 { margin: 0 1px; height: 3px; }
.contenidoCaja {
	height: auto;
	padding: 0 15px;
}

