html
{
    text-align: center;
    font-family: helvetica;
    height: 100%;
}


        
table td{
    padding-right: 30px;
    padding-left: 10px;
    border-top: 1px solid snow;
}
table{
    border-collapse: collapse;
    margin: auto;
}
.pagina{
    background: rgb(184, 184, 184);
	text-decoration:none;
	font-size:12px;
    display: inline-block;
    border: 1px solid #333;
    padding: 20px;
    border-radius: 5px;
    max-width: 700px;
    overflow: auto;
}

.textBox{
    background: rgb(233, 233, 233);
    border-radius: 10px;
    border: 0px;
    height: 24px;
    margin: 4px;
}

.titulo{
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #FFFFFF), color-stop(100%, #DDDDDD));
    border: 0px;
    font-size: large;
    text-align: center;
    border-top: 20px solid rgb(184, 184, 184);
}

.TituloPagina{
	color:#820003;
    font-size: 65px;
    text-shadow: 2px 2px 3px #999;
    margin: 20px 0 20px;
}

.Subtitulo{
	color:#666;
    text-shadow: 0 0 20px #7E7E7E;
    margin: 0 0 20px;
    font-size: larger;
}

a{
color: blue;
cursor: pointer;
}

.pie{
    background: none repeat scroll 0% 0% rgba(0, 0, 0, 0.25);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #797979), color-stop(70%, #D3D3D3), color-stop(100%, #A1A1A1));
    background: -moz-linear-gradient(center top , rgba(57, 57, 57, 1) 0%, #D3D3D3 70%, rgba(56, 56, 56, 1) 100%) repeat scroll 0% 0% transparent;
    position: relative;
	font-size:12px;
    width: 96%;
    padding: 2%;
    bottom: 0px;
}

body{
    margin: 0px;
}