body {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	margin-top: 0px;
	font-size:12px;
	width:100%;
	background-color: #333333;
	background-image:none;
	margin:0px;
	padding:0px;
}

* {
	margin: 0;
	padding: 0;
}

a {
	text-decoration:none;
	color: #CCC;
	font-weight:bold;
}
a:hover {
	text-decoration: underline;
	color: #999;
}


.lftfoto {
	float:right;
	padding-left:10px;
	text-align:right;
	font-style:italic;
	color:#FFF;
	font-size:11px;
}

.lftfoto img{
	border:0px;
	margin-bottom:5px;
}

.subTitles {
	font-weight: bolder;
	text-decoration: underline;
	font-size:13px;
}

td.high-td {
	color: #999;
	font-size:12px;
	font-weight:bold;
	text-align:right;
	white-space:nowrap;
}

h1 {
	font-size:18px;
	color: #999;
	text-align:left;
	margin-bottom:8px;
	font-style:italic;
	font-weight:bold;
}

ul, ol {
	margin-left:20px;
	padding-top:5px;
}

li {
	padding-bottom:5px;
}
a.logo img{
	border:0px;
	width:242px;
	height:34px;
	margin-bottom:10px;
}
.note{
	font-size:10;
	color:#FFF;
	font-style:italic;
}

.conter{
	width:auto;
	padding:15px;
	display:block;
	min-height:280px;
}
.conter table{
	max-width:350px;
	width:100%;
}
table.fastfact {
	border: 1px #666 solid;
	font-size:11px;
}

table.fastfact td{
	border-right: 1px #666 solid;
	border-bottom: 1px #666 solid;
	padding:5px;
}

table.fastfact a{
	text-decoration:underline;
	white-space:nowrap;
}

td.titletable {
	background: #666;
	color:#FFFFFF;
	font-weight:bold;
	font-size:13px;
	white-space:nowrap;
}


td.titletable img {
	float:left;
	margin-top:-2px;
}
.subtitulo {
	font-size:15px;
	font-weight:bold;
	display:block;
	margin-bottom:15px;
}
a.nota{
	display:block;
	margin-top:15px;
}
.AboutPhoto {
	display: block;
	float: left;
	width: 70px;
	padding-right: 10px;
}

@media(max-width:630px){
	.lftfoto {
		display:none;
	}
	.conter{
		min-height:none;
	}
}