.brandingBackground{ background-repeat: no-repeat; background-position: center top; background-color: #000000; background-attachment: fixed;}
.brandingAvailable{}
html, body	{
	background: #000;
}

.backgroundDefaultSite	{
	position: absolute;
	background-image: url(../../imagenes/portrait_countries.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #000;
	width: 677px;
	height: 180px;
	top: 50%;
	left: 50%;
	margin-top: -238px;
	margin-left: -415px;
	color: #FFF;
	padding-top: 290px;
	padding-left: 170px;
}

.backgroundDefaultSite .tableDefaultSite	{
	color: #DDD;
}

.backgroundDefaultSite .tableDefaultSite .flags td	{
	height:70px;
	vertical-align:bottom;
}
.backgroundDefaultSite h1	{
	font-size: 12px;
    line-height: 14px;
    text-align: center;
    margin:0;
    padding:0;
    background:none;
}
.backgroundDefaultSite h1 a, .backgroundDefaultSite h1 a:hover, .backgroundDefaultSite h1 a:visited	{
	padding-bottom: 10px;
	padding-top: 60px;
    color:#BBB;
	display:block;
	margin:1px;
	text-decoration:none;
}
.backgroundDefaultSite h1 a:hover	{
	color:#DDD;
	margin:0px;
	border:1px solid #AAA;
}
