/* CSS Document */
body {
    background-color: #000000;
	font:14px Lucida Grande,Lucida Sans Unicode,Bitstream Vera Sans,sans-serif;
	color:#0066FF;
	text-align:left;
	margin:0;
	padding:0;
}
a:link {
	color: #003399;
	text-decoration: none;
}
a:visited {
	color: #006699;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}

#container {
 padding-top: 3px;

}
h1, h2, h3 , ul, ol, dl, p, form, blockquote {

 margin: 0;

}
ul, ol {
	list-style: none;
}

/* Menu Language */
div#idiomas.menuthing {
	font-size: 90%;
	padding-left: 20px;
	padding-top: 7px;
	font-size: 12px;
	color:#FFFFFF;

}
div.menuthing div {
	position: relative;
	border: 1px solid #006699;
	padding:3px;
	background:#000000;
	width:90px;
/*	background: transparent url('../images/bar-menuarrow.gif') no-repeat 100% 50%;*/
	cursor: pointer;
}
div.menuthing ul {
	position: absolute;
	z-index: 100;
    border: 1px solid #006699;
	top: 21px;
	left: 0px;
	margin:0;
	padding:0;
	width:120px;
}

div.menuthing ul li {
	border-right: none;
	font-weight: bold;
	border-bottom: 1px solid #006699;
	text-align: left;
}
div.menuthing ul li.last {
	border-bottom: none;
}

div.menuthing ul.wide li a {
	width: 10em;
}
div.menuthing ul li a {
	text-decoration: none;
	display: block;
	padding: 2px 25px 2px 5px;
}
div.menuthing ul li a:hover {
	background: #50a7dd;
	color: #fff;
}

#lang{
 display:none;
}



input#email {
	border: 1px solid #cdcdcd;
	padding: 3.7px;
	margin-top: 124px;
	margin-left:85px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #000000;
 }

 
input.button {
    cursor: pointer;
	width : 83px;
	height : 25px;
	background : url('../button.png') no-repeat;
	border : 0;
	margin-top:3px;
	margin-left: 85px;
}

#form
{
	padding-top: 1px;   
}

#message
{
	margin-top: 144px;
	padding-left: 89px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #000000;
}

#words
{
	 padding-left:50px;
     margin-top:170px;
}
#beta
{
	height:262px;
	padding-left:100px;
	margin-top:200px;
	background: url(../es_beta.jpg) no-repeat fixed 140px 218px;
	/*position: relative;*/
}
#logo
{
	 padding:10px;
	 margin-left:80px;
}
#idiomas
{
    width:80px;
	padding-left: 20px;
	padding-top: 7px;
}

#logo_cortina
{
	float:right;
}

#footer
{
	height: 5px;
	margin-top: 30px;
	font-size: 13px;
}
