/* CSS Document */

html, body { height: 100%; background: #333333; margin: 0; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #CECECE; }
img { border: 0; }
#contenedor { width:100%; height: 100%; text-align: center; margin-top: -92px; }
#contenido { margin: 0 auto; width: 100%; height: 183px; position: relative;  top: 50%; text-align: center}
#logo { background: url(../images/fondo_logo.gif); height: 107px; text-align: center; }
#logo img { margin-right: 30px; }
#operadoras { background: #3E3E3E url(../images/fondo_gris_paises.gif) 0 17px repeat-x; height: 76px; overflow: hidden; }
#paises { margin: 0 auto; width: 510px}

.pais { width: 72px; height: 65px; text-align: center; float: left; }
.pais a { text-decoration: none; color: white; }
.pais a:hover { color: #8C8C8C; }

div.footer{
	width:90px;
	clear:both;
	margin:0 auto;
	margin-top:130px!important;
}

:focus {
     outline: 0;
}
