/*
    Tripoli is a generic CSS standard for HTML rendering. 
    Copyright (C) 2007  David Hellsing
*/

* {
	margin: 0;
	padding: 0;
	border: 0;
	outline: none; 
	font-size: 1em;
	text-decoration: none;
	vertical-align: baseline;
	background: transparent;
}

a, img, a img, iframe, form, fieldset, abbr, acronym, object, applet {border: none;}

a {color: inherit;}

hr { display: none; } /* we don't need a visual hr in layout */

blockquote:before, blockquote:after, q:before, q:after {content: "";}
blockquote, q {quotes: "" "";}

div.clear {display: block; clear: both;}
div.clearl {clear:left; display:block;}	
div.clearr {clear: right; display:block;}

/* Created by Renata Teixeira on 2007-04-20. */

/* #### LINKS #### */

a:link {
	color: #333;
	text-decoration:underline;}

a:visited {
	color: #333;
	text-decoration:underline;}

a:focus {
	color: #333;
	text-decoration:underline;}

a:hover {
	color: #333;
	text-decoration:underline;}

a:active {
	color: #333;
	text-decoration:underline;}
	
:focus {outline: 0;}

/*### typography ###*/

em, strong {color: #333;}

/* Structure */

html, body {height: 100%;}

html {
	font-size: 62.5%;
	font-family: sans-serif;
	background-color: #F5F5F5;
}

body {
	font: normal 1.2em/1.6em serif;
	text-align: justify;
	direction: ltr;
	letter-spacing: normal;
	word-spacing: normal;
	background: url("../img/bolsas.gif") no-repeat 65% -45%;
}

div#flashcontent {
	position: absolute;
	width: 620px;
	height: 420px;
	margin-left: -310px;
	margin-top: -210px;
	top: 50%; 
	left: 50%;
}