@charset "iso-8859-1";
/* CSS Document */

body {

	background-color: #383432;

	margin: 0px;


	color:#7b7050;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;

}

.cont{
	padding-top:184px;}

.fondo{
	background-image:url(../imagenes/gbg_index.png);
	background-repeat:no-repeat;
	height:306px;}
.idiomas{
	/*float:right;*/
}
	

#es{
	width:26px;
	height:26px;
	background-image:url(../imagenes/es.png);
	background-repeat:no-repeat;
	background-position:top;
	margin-top:20px;
	}

#es:hover {
	background-position:0 -26px;
	}

#en{
	width:26px;
	height:26px;
	background-image:url(../imagenes/en.png);
	background-repeat:no-repeat;
	background-position:top;
	margin-top:20px;
	}

#en:hover {
	background-position:0 -26px;
	}

.text_id a{
	color:#797a7e;
	text-decoration:none;}
	
.text_id a:hover{
	color:#a7a96a;}