			body {
background: rgba(248,244,180,1);
background: -moz-linear-gradient(top, rgba(248,244,180,1) 0%, rgba(254,214,148,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(248,244,180,1)), color-stop(100%, rgba(254,214,148,1)));
background: -webkit-linear-gradient(top, rgba(248,244,180,1) 0%, rgba(254,214,148,1) 100%);
background: -o-linear-gradient(top, rgba(248,244,180,1) 0%, rgba(254,214,148,1) 100%);
background: -ms-linear-gradient(top, rgba(248,244,180,1) 0%, rgba(254,214,148,1) 100%);
background: linear-gradient(to bottom, rgba(248,244,180,1) 0%, rgba(254,214,148,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8f4b4', endColorstr='#fed694', GradientType=0 );
				background-repeat: no-repeat;
				background-attachment: fixed;
				background-position: center;
			}
			
			table {
				width: 100%;
			}

			#contenedor {
				width: auto;
				height: auto;
			}

			h1 {
				font-size: 200%;
			}

			h1,h2 {
   				font-family: verdana;
			}

			#wrapperup {
				margin-right:auto;
			}	

			#left {
				float: left;
				width: 50%
				height:auto;
				margin-top: 80px;
				margin-left: 20px;
			}


			
			#right {
				float: right;
				height:auto;
				width: 50%
			}

			#right>a {   
				position: absolute;
   				bottom: 200px;
    			right: 150px;
				display: block;
			}

			#contenido {
				width:98%;
				margin:auto;
			}

			#pie {
				height:auto;
				width: 950px;
				position: absolute;
				bottom: 0;
				left: 0;
				right: 0;
				margin-left: auto;
				margin-right: auto;
			}


