/*                 Estilo General para Oraintxe.com                  */
/*   Por Alvaro Fernandez | www.alvaroweb.com | info@alvaroweb.com   */
/*                 2006 - Codigo completamente libre                 */


/**************** GENERAL  ******************/

* { margin: 0; padding: 0; border: 0;}

/**************** ENLACES  ******************/

/*vinculos estandar*/
a { outline: 0; }
a:link {text-decoration: none; color: white; font-weight: bold;}
a:visited {text-decoration: none; color: white; font-weight: bold;}
a:active {text-decoration: none; color: white; font-weight: bold; border: 0;}
a:hover {text-decoration: underline; color: white; font-weight: bold;}


/*******************************************************/
/**************** ESTRUCUTURA PAGINA  ******************/
/*******************************************************/

body {
 background: #0937AF url("../imagenes/comunes/fondo_juego.jpg") repeat-x center top;
 font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
 font-size: 80%;
 vertical-align: top; text-align: center;
 margin: 0; padding: 0;
}
#total {
 width: 700px; height: 492px;
 margin: 25px auto;
 border: 1px solid white;
 background-color: #020098;
 color: white;
}
#total h1{
 margin-top: 50px;
}


