* {
margin:0;
padding:0;
}

body {
font-family:Tahoma, Arial, Helvetica, sans-serif;
font-size:0.7em;
text-align:center;
background:#fff url(../images/bg_splash.gif) top left repeat-x;
}

img {
border:0;
}

a, a:link {
text-decoration:none;
color:#fff; 
}

a:hover {
text-decoration:none;
color:#ff0;
}

h1, h2, h3 {
margin:0;
padding:0;
}

hr {
visibility:hidden;
}

/* FLASHCONTENT ***********************************************************************/
#flashcontent {
position:relative;
width:600px;
height:500px;
margin:0 auto;
/*overflow:hidden;*/
}

#entra {
float:left;
width:280px;
height:480px;
vertical-align:top;
margin:0;
padding:10px;
text-align:center;
color:#000;
border-right:1px solid #7E6F62;
}

#compra {
float:left;
margin-left:280px;
width:270px;
height:480px;
vertical-align:top;
margin:0;
padding:10px;
text-align:center;
color:#000;
}

#entra h1, #compra h1 {
width:280px;
height:250px;
color:#fff;
font-size:1.5em;
}

#entra h2, #compra h2 {
font-size:1.2em;
margin:10px;
}

#entra h1 a, #entra h1 a:link {
display:block;
background:#fff url(../images/bg_entra.gif) 0 0 no-repeat;
width:280px;
height:250px;
text-decoration:none;
}

#entra h1 a:hover {
background-color:#7E6F62;
background-position:0 -250px;
color:#7E6F62;
width:280px;
height:250px;
text-decoration:none;
}

#compra h1 a, #compra h1 a:link {
display:block;
background:#fff url(../images/bg_compra.gif) 0 0 no-repeat;
width:280px;
height:250px;
text-decoration:none;
}

#compra h1 a:hover {
background-color:#f39;
background-position:0 -250px;
color:#f39;
width:280px;
height:250px;
text-decoration:none;
}

/* FOOTER *****************************************************************************/
#footer {
clear:both;
float:left;
width:100%;
height:50px;
margin:0 auto;
color:#fff;
}

#footer h3 {
font-size:1em;
margin-top:10px;
}