@charset "utf-8";
/* CSS Document */

/*----------CONTENEDORES-----------*/

#contenido {
	width:1024px;
	height:550px;
	margin:0 0 0 0;
}


#flash  { 
	width:800px; 
	height:550px;
}

#logo-gbp {
	width:135px;
	height:68px;
	float:left;
}

#footer  { 
	width:800px; 
	height:68px;
}


/*----------ESTILOS-----------*/


.header-links {
	width:800px;
	height:20px;
	font-size:10px;
	font-family:Verdana, Geneva, sans-serif;
	text-align:right;
}

.header-links li{	
	display:inline;
}

.header-links li a{
	color:#666;
	text-decoration:none;
}

.header-links li a:hover{
	color:#33cc66;
	text-decoration:none;
}

.copyright {
	width:500px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:9px;
	color:#666;
	float:left;
}

.copyright strong {
	font-weight:bold;
	color:#000;
}

.logo-th {
	width:160px;
	height:27px;
	margin-top:20px;
	float:left;
}

.line {
	width:800px;
	height:20px;
	background-color:#999;
	background:url(../images/line.jpg) repeat-x;
}

/*img.pngfix {behavior: url(pngHack.htc);}*/