
       body
        {
          background-color:#49011C;
          background-image: url(../images/fondo.jpg);
          margin:0;
          padding:0;
          height:100%;
          font-family:arial;
          color:white;
          font-size:12px;
          text-align:center;
        }

		table {
          font-family:arial;
          color:white;
          font-size:12px;
		}

        #top
        {
          width:581px;
          height:77px;
          background-image: url(../images/top.png);
          background-color:#49011C;
          background-repeat : repeat-x;
        }

        #foot
        {
          height:23px;
          background-image: url(../images/foot.png);
          background-color:#49011C;
		  background-repeat : repeat-x;
          font-family:arial;
          color:white;
          font-size:12px;
          text-align:center;
        }

        .texto
        {
          font-family:arial;
          color:white;
          font-size:12px;

        }

        #tablaPrincipal {
        	background-color:#49011C;
        	border-color:#70012B;
        	border-width: 1px;
        	border-style: solid;

        }

        .Logo1
			{
			    margin: 8 auto;
			    text-align: left;
			    width: 180px;
			    height: 80px;
			    border: 0px solid #CCCCCC;
			    background-image: url(../marcas/kaury.com.ar.JPG);
			    background-repeat: no-repeat;
			}



        #linkmarcas
        {
          text-align:justify;
          width:100%;
          font-size:15px;
          font-family:Arial;
          color:#C47393;
          font-weight:bold;
		  line-height:30px;

        }
        #linkmarcas a
        {
          color:#C47393;
     	  --border-bottom: 2px dashed #C47393;
		  padding-bottom: .3px;

		  text-decoration:none;

        }
