/* ------------------------------------------------------------------------------
   G E N E R A L
------------------------------------------------------------------------------ */
html, body
{
	height: auto;
	border: 0px;
	margin: 0px;
	padding: 0px;
	font: 9px Verdana, Arial, sans-serif;
	color: #000;
	background: #FFF;
	line-height: 13px;
}

body
{
	text-align: center;
	margin: 0px auto;
}
ul
{
	list-style: none;
	margin: 0px;
	padding: 0px;
}
a
{
	text-decoration: none;
}
img
{
	border: 0px;
}
div#credits {
	display: none;
}

/* ------------------------------------------------------------------------------
   W R A P
------------------------------------------------------------------------------ */
#wrap
{
	position:absolute;
	top:50%;
	left:50%;
	width: 291px;
	height: 112px;
	margin-left:-145px;
	margin-top:-56px;
}

#wrap2
{
	position:absolute;
	top:50%;
	left:50%;
	width: 1024px;
	height: 768px;
	margin-left:-512px;
	margin-top:-384px;
}

/* ------------------------------------------------------------------------------
   C O N T E N T
------------------------------------------------------------------------------ */
#content {
	width: 462px;
	height: 62px;
	background-color: #000;
	background: url('/images/index/sym_logo.gif') no-repeat top left;
}

/* ---------------------------------- 
    MENU
---------------------------------- */
#content div#menu
{
	position: absolute;
	top: 60px;
	left: 24px;
	width: auto;
	height: 12px;
}

#content div#esp
{
	position: absolute;
	top: 14px;
	left: 299px;
	width: 162px;
	height: 9px;
}

#content ul
{
	text-align: left;
}

#content li
{
	display: inline;
	float: left;
	margin-left: 12px;
}

#content li a
{
	height: 12px;
	display: block;
}

#content li a:link
{
	background-position: 0px 0px;
}

#content li a:hover
{
	background-position: 0px -12px;
}

#content li.selected a {
	background-position: 0px -12px;
}


#content li.op1 {
	width: 61px;
}

li.op1 a
{
	background: url('/images/index/f_esp.gif') no-repeat;
}

#content li.op2 {
	width: 71px;
}

li.op2 a
{
	background: url('/images/index/f_eng.gif') no-repeat;
}

#content li.op3 {
	width: 73px;
}

li.op3 a
{
	background: url('/images/index/f_fra.gif') no-repeat;
}


/* ---------------------------------- 
    FOOTER
---------------------------------- */
#content #footer
{
	position: absolute;
	top: 98px;
	left: 0px;
	width: 291px;
	height: 14px;
	background: url('/images/index/sym_info.gif') no-repeat top left;
}

/*
NO FLASH
*/

#noflash
{
	position:absolute;
	top:50%;
	left:50%;
	width: 462px;
	height: 280px;
	margin-left:-231px;
	margin-top:-140px;
	text-align: center;
}
.gris {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CCC;
	text-align: center;
}
.texto {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	text-align: center;
}
.descargar {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000;
	text-decoration: underline;
	text-align: center;
}
.txtemail {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CCC;
	text-decoration: none;
}
