﻿@charset 'UTF-8';


/* hide from ie on mac \*/
html {
	height: 100%;
	overflow: hidden;
}
/* end hide */


body {
	background: #000 !important;
	height: 100%;
	}

/*/////////////////////////////////
// 	DIVISIONES
///////////////////////////////////*/

#flashcontent {
	height: 100%;
}

#upgrade {
	position: absolute;
	top: 50%;
	left: 50%;
	width:	300px;
	height:	200px;
	margin: -100px -150px;
	padding: 20px;
	color: #fff;
	background: #000 url(./images/background-flasherror.jpg) no-repeat center center;
}

#footer {
	font-size: 1em !important;
	position: absolute;
	bottom: 10px;
	right: 10px;
	text-align: right;
	width: 250px;
	height: 20px;
	color: #999;
}

/*/////////////////////////////////
	PIE DE PAGINA
/////////////////////////////////*/

#footer ul {
	padding: 0;
	margin: 0;
	font-size: .9em;
}

#footer li.left, #footer li.right {
	padding: 0;
	margin: 0;
}

#footer li.left {
	float: left;
	text-align: right;
	padding-top: 4px;
	width: 120px;
}
#footer li.right {
	text-align: left;
}

#footer img {
	vertical-align: bottom;
}

/*/////////////////////////////////
	ENLACES
/////////////////////////////////*/


#footer a {
	text-decoration: none;
	color: #fff;
}

#footer a:hover {
	color: #fff;
}

#footer a img {
	padding-top: 1px;
	border: none;
}


/*/////////////////////////////////
	LEGAL ADVICE
/////////////////////////////////*/

#legal_advice {
	width: 640px;
}

#legal_advice h2 {
	font-size: 20px;
	font-weight: bold;
}

#legal_advice p {
	font-size: 11px;
	line-height: 15px;
	padding: 0 0 1em 0;
	text-align: justify;
	color: #666;
}

#legal_advice strong {
	color: #fff;
}