html {
height: 100%;
} 
body {
	height: 100%;
	background-color: #434343;
	margin: 0px;
	margin-bottom: 10px;
	background-image: url(fondo.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
#contenedora #menu1 table tr td {
	width: 25%;
	font-size: 12px;
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
#contenedora #flash #truco #menu2 {
	width: 200px;
	height: 300px;
	background-color: #666666;
	position:absolute;
	margin-right:81%;
	z-index: 98;
}
#contenedora #flash #truco #menu3 {
	background-color: #666666;
	float: left;
	height: 300px;
	width: 200px;
	position:absolute;
	margin-left:81%;
	z-index: 99;
	
}
#contenedora
{
	width: 100%;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	z-index: 1;
	height: 100%;
}
#contenedora #titulo {
	background-image: url(titulo.png);
	height: 72px;
	width: 200px;
	position:relative;
	z-index: 2;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#contenedora #menu1 {
	height: 20px;
	width: 300px;
	position:relative;
	margin: 0 auto;
	z-index: 3;
}
#contenedora #flash {
	width: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	position: relative;
	z-index: 5;
	top: 0px;
	height: 75%;
	text-align: center;
}
#contenedora #flash #truco {
	z-index: 1000;
	width: 100%;
	margin: 0 auto;
	position:relative;
	
}
#contenedora #menu1 a {
	text-decoration: none;
	color: #666666;
}
.textos {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
}

