/* CSS Document */

* {
	margin: 0px;
	padding: 0px;
	}
	
body {
	background-color: #bc0031;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	letter-spacing: 0.1em;
	}
	
a {	
	color: #bc0031;
	margin-left: 1.8em;
	margin-right: 1.8em;
	text-decoration: none;
	font-weight: bold;}
	
.idiomes a {
	display: block;
	background-color: #FAFAFA;
	padding: 0.5em;
	width: 7.0em;
	float: left;
	}

p {
	height: 30px;
	margin-top: 3.0em;
	}
	
.idiomes {
	margin-left: auto;
	margin-right: auto;
	width: 25.8em;
	}
		
html>body .idiomes {
	width: 24.2em;
	}
	
.idiomes a:hover {
	color: #fafafa;
	background-color: #292929;
		
	}
	
html, body {
  height: 100%;
  margin: 0;
  padding: 0;
  text-align: center;
	}
	
div#shim {
	visibility: hidden;
	width: 100%;
	height: 50%;
	margin-top: -300px;
	float: left;
	}

#container {
	font-size: 1.2em;
	margin-left: auto;
	margin-right: auto;
	width: 398px;
	height: 600px;
	text-align: center;
	clear: both;
	 position: relative;
                top: -300px;
                /* IE4ever Hack: Hide from IE4 **/
                    position: static;
                /** end hack */
	}
 
/* Hide from IE5mac \*//*/
                div#shim {
                    display: none;
                }
                html, body {
                    height: auto;
                }
            /* end hack */
			
img {
	border: 0px;
	}