body{
	margin: 0;
	}

#contenedora {
	width: 800px;
	margin: 0 auto 0 auto;
	font-size: 12px;
	line-height: 1.6;
	font-family: "Trebuchet MS", sans-serif;
	}

	h1{
		font-size: 36px;
		line-height: 1;
		margin:0;
		padding: 20px 10px;
		font-weight: normal;
		color: #7fa4c7;
		border-bottom: dotted 1px #ccc;
		
		}

	input, select{
		font-size: 11px;
		color: #333;
		padding: 3px;
		border:0;
		background: #fff;
		}

	#menu{
		border-bottom: dotted 1px #ccc;
		padding: 10px 0 10px 10px;
		background: #efefef;
		text-align: center;
		}

	#resultado{
		text-align: center;
		font-size: 150px;
		border-bottom: dotted 1px #ccc;
		padding: 5px;
		color: #ccc;
		}

	div.red{
		color: #7fa4c7 !important;
		}

	#pie{
		padding: 20px;
		text-align: center;
		}

	button.enviar{
		font-size: 13px;
		background: #333;
		color: #fff;
		padding: 3px 0 4px 0;
		width: 130px;
		cursor: pointer;
		border: 0px;
		-webkit-border-radius: .7em;
		-moz-border-radius: .7em;
		border-radius: .7em;
		}