﻿@charset 'UTF-8';


/* hide from ie on mac \*/
html {
	height: 100%;
	overflow: hidden;
}
/* end hide */


body {
	font: 90%/1em arial, helvetica, sans-serif;
	background: #f90 !important;
	height: 100%;
	}

/*/////////////////////////////////
// 	DIVISIONES
///////////////////////////////////*/

#flashcontent {
	height: 100%;
	width: 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;
	}


/* 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: #000;
}

/* 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;
}
