﻿body
{
	background-color: black;
	color: white;
}

#contenedor
{
	width: 94%;
	margin: 0 auto;
	text-align: center;	
	max-width: 600px;
}

table, form
{
	width: 100%;
	margin: 0 auto;
}

table
{
	border-collapse: collapse;
}
	
table, td, tr
{
	border: 2px solid white;
	text-align: center;
	padding: 5px 10px; 
}

select
{
	width: 100%;
	text-align: center;
	padding: 5px;
}

p
{
	text-align: center;
}

input
{
	width: 100%;
	padding: 5px;
}

/*
footer{
	width: 100%;
	background: red;
	text-align: center;
	position: absolute;
	bottom: 10px;
}*/