﻿@charset 'UTF-8';


/* hide from ie on mac \*/
html {
	height: 100%;
	overflow: hidden;
}
/* end hide */


body {
	font: 90%/1em arial, helvetica, sans-serif;
	background: #000 !important;
	height: 100%;
	}

/*/////////////////////////////////
// 	DIVISIONES
///////////////////////////////////*/

#flashcontent {
	height: 100%;
}

#upgrade {
	position: absolute;
	top: 50%;
	left: 50%;
	width:	350px;
	height:	120px;
	margin: -60px -205px;
	padding: 10px 20px 10px 64px;
	color: #333;
	border: 2px solid #666;
	background: #ccc url(../images/Knob_Attention.png) no-repeat 15px center;
}

#upgrade p {
	padding: 0.5em 0;
	text-align: justify;
	}


/* MENSAJES DE DEBUG */
#debugger {
	width: 90%;
	min-width: 970px;
	margin: 1em auto;
	padding: 0.5em 0;
	font-weight: bold;
	text-align: center;
	color: #333;
	border: 2px solid #900;
	background: #fff url(../images/background_page.jpg) repeat-x top left;
	clear: both;
}

/* MENSAJE OCULTO PARA INDEXADORES */
#info {
	position: absolute;
	left: -9000px;
}

