/* Copyright 2001-2012, Danny´s Home Page */
@charset "UTF-8"; 

*{margin:0; padding:0}

{font-family: "Verdana", Arial, Helvetica, sans-serif}

A {color: #ffff00; text-decoration: none};

A:hover {color: #00FF00}

p {font-family: "Tahoma", Arial, Times, Serif;
	font-variant: small-caps;
	font-weight: bold;
	font-size: 16px}

td, tr, div, table, tbody {font-family: Tahoma;
	font-size: 14px}

body {background-image: url('../img/u/2.jpg')}

h1, h2, h3 {text-align: center;
	font-family: "Times New Roman", Times, serif;
	font-variant: small-caps}
	
h1 {color: #FF0000;
	font-size: 22px}
	
h2 {color: #000000;
	font-size: 16px}

h3 {color: #006600;
	font-size: 12px}
	
.made {font-style: italic;
	align: center;
	font-size: 10px;
	color: #FFFFFF;
	font-family: "Tahoma", Arial, Times, Serif}
	
.visit {font-weight: bold;
	font-family: "Tahoma", Arial, Times, Serif;
	font-size: "83%";
	font-style: italic;
	color: #FF0000}

html, body{
    height:100%;
    overflow:hidden}

#bg{
    width:100%;
    height:100%;
    position:absolute;
    top:0;
    left:0;
    z-index:0}

#content{
	width:100%;
	height:100%;
	position:absolute;
	top:2px;
	left:2px;
	z-index:1;
	overflow:auto}

#principal{
    width:100%;
    margin:0 auto;
    height:100%;
    opacity:0.7}
/* ======================================================== */
