			@charset "utf-8";
	/* CSS Document */
	
	body{
	background-color: #040A11;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	margin: 0px;
	}
input{
	color: #333333;
	border: 1px solid #000000;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	height: auto;
	background-color: #CCCCCC;
	padding-top: 3px;
	padding-right: 2px;
	padding-bottom: 3px;
	padding-left: 2px;
}
	#heades{
	height: auto;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	}
	#banner{
	background-color: #0099CC;
	float: left;
	height: 80px;
	width: 285px;
	margin-top: 4px;
	margin-right: 2px;
	margin-bottom: 4px;
	margin-left: 2px;
	}
	#banner2{
	background-color: #FF66CC;
	float: left;
	height: 80px;
	width: 285px;
	margin-top: 4px;
	margin-right: 2px;
	margin-bottom: 4px;
	margin-left: 2px;
	}
	#banner3{
	background-color: #FFCC33;
	float: right;
	height: 80px;
	width: 285px;
	margin-top: 4px;
	margin-right: 2px;
	margin-bottom: 4px;
	margin-left: 2px;
	}
	#info{
	font-family: Tahoma, Arial;
	font-size: 11px;
	clear: both;
	width: 857px;
	margin-right: auto;
	margin-left: auto;
	color: #999999;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
}
	.armoa{
	font-family: Tahoma, Arial;
	font-size: 10px;
	color: #666666;
	text-decoration: none;
}
	#logon{
	float: left;
	height: 400px;
	width: 260px;
	}
	#flash {
	height: 400px;
	width: 856px;
	float: none;
	margin-right: auto;
	margin-left: auto;
	background-color: #000000;
	border: 3px solid #CCCCCC;
	}
#intro{
	float: right;
	height: 400px;
	width: 588px;
	z-index: 100;
	}
#fotobox{
	margin: 5px;
	padding: 5px;
	height: auto;
	width: auto;
	float: left;
	border: 1px solid #BBBCC0;
}

#inbox{
	float: right;
	height: auto;
	width: 380px;
}

#texbox{
	background-color: #1D1D1D;
	float: right;
	height: 360px;
	width: 532px;
	padding-top: 30px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 30px;
	overflow: auto;
	}
	
#texbox2{
	background-color: #1D1D1D;
	float: right;
	height: 360px;
	width: 532px;
	padding-top: 30px;
	padding-right: 8px;
	padding-bottom: 10px;
	padding-left: 30px;
	overflow: auto;
	}

	#footer{
	height: 80px;
	width: 868px;
	margin-right: auto;
	margin-left: auto;
	}
h1{
	color: #0066CC;
	font-size: 24px;
}
h2{
	color: #0066CC;
	font-size: 16px;
	font-weight: normal;
}	
	
.tex{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CCCCCC;
}
.tex2{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CCCCCC;
	line-height: 22px;
	text-decoration: none;
}
	
	.contenedor {
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}
	
	.contenedor[class] {
		position: fixed;
		display: table;
	}
	
	.centrado {
		position: absolute;
		top: 50%;
	}
	
	.centrado[class] {
		display: table-cell;
		vertical-align: middle;
		text-align: center;
		position: static;
	}
	
	.contenido {
		width: 100%;
		height: 327px;
		position: relative;
		top: -50%;
		margin-right: auto;
		margin-left: auto;
		background-image: url(images/fondo_flash.jpg);
		text-align: center;
	}
	.contenido2 {
		width: 100%;
		height: auto;
		position: relative;
		top: -50%;
		margin-top: 0;
		margin-right: auto;
		margin-bottom: 0;
		margin-left: auto;
		text-align: center;
	}
	
.container {
	width: 940px;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
}
#spase{
	clear: both;
	height: 4px;
	width: 90%;
	background-color: #2A2A2A;
	margin-top: 5px;
	margin-bottom: 5px;
}

/* rounded */

#nav {
	margin: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 20px;
	padding-left: 380px;
}

#nav li {
        margin: 0;
        padding: 0;
        display: inline;
        list-style-type: none;
}

#nav a:link, #nav a:visited {
        float: left;
        font-size: 10px;
        line-height: 14px;
        font-weight: bold;
        padding: 0 12px 6px 12px;
        text-decoration: none;
        color: #708491;
}

#nav a:link.active, #nav a:visited.active, #nav a:hover {
	color: #B8C1C7;
	background: url(skin/rounded.gif) no-repeat bottom center;
}  
