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

html{
	height: 100%;
	width: 100%;
	text-align: center;
	color:#000000;
	font-family: "Myriad Web Pro", "Trebuchet MS", Arial, sans-serif;
	font-size: 11px;
	overflow: none;
	}
body{
	height: 100%;
	width: 100%;
	background:url(background.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	background-color:#000000;
	margin: 0px;
	padding: 0px;
}

img {
border:0 none;
	}
	
img.buttons {
	margin: 0px 0px 0px 0px;
	}

a:link {text-decoration: underline; color:#facf23;}
a:visited {text-decoration: underline; color:#facf23;}
a:active {text-decoration: underline; color:#facf23;}
a:hover {text-decoration: underline; color:#facf23;}

.ad {
	text-align: left;
	height: 100px;
	margin: 5px auto 0px auto;
	padding: 5px 0px 0px 5px;
	background:url(img/ad_bg.png) no-repeat;
	width: 753px;
	height: 100px;
	}
	
.chrome {
	height: 35px;
	margin: 10px auto 10px auto;
	}
	
.container {
	min-width: 900px;
	margin: auto;
	padding-left: 0px;
	}

.infoBox {
	background: url(../img/caja.png) top center no-repeat;	
	}
