html
{
 background: url(LogoFondoGris.png) #ffffff fixed top center no-repeat;
}

body
{
 /*background: url(LogoEscritorioBlanco.png) #ffffff fixed bottom left no-repeat;*/
}

.titulo
{
 width:	230;
 height: 40;
 margin: 0 auto;
 text-align: center;
 border: none;
 background: red;
 color: black;
 font-size: 18px;
 border-radius: 10px;
 position: relative;
 box-sizing: padding-box;
}

.boton 
{
 width:	230;
 height: 30;
 margin: 0 auto;
 text-align: center;
 border: none;
 background: #3a7999;
 color: white;
 font-size: 14px;
 border-radius: 10px;
 position: relative;
 box-sizing: padding-box;
}

a:link 
{ 
 text-decoration:none; 
 text-align: center;
} 
