/* CSS Document */

body
{
	margin: 0px;
	padding: 0px;
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;

	background-color: #2A2A2A;
}

#container
{
	width: 990px;
	margin-left: auto;
	margin-right: auto;
	background-color: #2A2A2A;   
   
}

#header
{
    width: 928px;
	height: 101px;
	margin-left: auto;
	margin-right: auto;

   

}

#content
{
}

#footer
{
    width: 928px;
	height: 98px;
    margin-left: auto;
    margin-right: auto;
}

#footer .col
{
    float: left;
}

.fake
{
    clear: both;
}

.texto_pie
{
	margin-top: 20px;
	text-align: center;
	width: 163px;
	height: 36px;
	margin-left: auto;
	margin-right: auto;
	color: #B5B5B5;
}

/* */

ul
{
	list-style: none;
	padding: 0px;
	margin: 0px;
}


#banner
{
	float: left;
	
	width: 887px;
	height: 100px;
	
	margin-top: 0px;
	margin-left: 0px;
	
	/*background-color: #606060;*/
}

#banderas
{
    float: left;
    width: 41px;
    height: 101px;

    /*background-color: silver;*/
}

.bandera
{
	/*float: left;*/
	
	width: 34px;
	height: 23px;
}

#ing.bandera
{

    margin-left: auto;
    margin-top: 18px;
	/*background-image: url(../img/bandera_ing_off.png);*/
	
	/*margin-left: 12px;
	margin-top: 45px;*/
}

#ale.bandera
{
    margin-left: auto;
    margin-top: 7px;
	/*background-image: url(../img/bandera_ale_off.png);*/
	/*margin-left: 18px;
	margin-top: 45px;*/
}

#esp.bandera
{
    margin-left: auto;
    margin-top: 7px;
	/*background-image: url(../img/bandera_esp_off.png);*/
	/*margin-left: 18px;
	margin-top: 45px;*/
}
