/* Copyright 1991-2011, Danny´s Home Page */
@charset "UTF-8"; 

A {color: #000099; text-decoration: none}
A:hover {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}
	
.made{font-style: italic;
	align: left;
	font-size: 12px;
	color: #FF0000;
	font-family: "Tahoma", Arial, Times, Serif}

em	{font-style: italic}

h1, h2, h3, h4, h5, h6 {text-align: center;
	font-family: "Times New Roman", Times, serif}

h1 {color: #FF0000;
	text-align: center;
	font-size: 32px;
	font-style: italic}

h2 {color: #003300;
	text-align: center;
	font-size: 20px}

h3 {color: #000099}

h4 {color: #000000}

p, td {color: #000000;
	font-family: "Tahoma", Arial, Times, Serif;
	font-size: 14px}

li, ol, ul {text-align: justify;
	font-family: "Tahoma", Arial, Times, Serif;
	font-size: 13px}

.red {color: #FF0000;
	font-weight: bold}

.blue {color: #000099;
	font-weight: bold}

.black {color: #000000;
	font-weight: bold}

marquee {display: block;
	color: #FFFF00;
	font-style: italic}

/* ======================================================== */
