body{
    text-align:center;
	background-color:#C7C8C9;
    }

h1.logo{    
             font-family: Century Gothic;
		     font-size: 14px;
		     color: #0C6910;
		     text-align: center;
			 margin:0px;
			}


h1.artesanal{    
             font-family: Century Gothic;
		     font-size: 11px;
		     color: #0C6910;
		     text-align: center;
			}

a:link {color:#0C6910;
            text-decoration: none;
		    font-family:Century gothic;
            font-size:16px;
		}

a:visited {color:#0C6910;
               text-decoration: none;
		       font-family:Century gothic;
               font-size:16px;
		   }

a:active {color:#0C6910;
              text-decoration: none;
		      font-family:Century gothic;
              font-size:16px;
		  }

a:hover {color:#C7C8C9;
             text-decoration: none;
		     font-family:Century gothic;
             font-size:16px;
			 height:20px;
		}

#btn{
    background-color:white;
    width:100%;
	height:20px;
	}

#container {
           width:100%;
		   height:500px;
		   background-image:url(../img/portada_web_nueva.jpg);
		   background-repeat:no-repeat;
		   background-position:center;
           }

#contenido{
         width:100%;
		 text-align:center;
		 margin-top:235px;
   		 font-family:arial, verdana, sand serif bold;
         font-size:10px;
		 color:#4f4f4f;
         }
b.subrayado{color:#004A1C;}

a:link#validator img{
                     border:none;
                     }
