/* CSS Document */

*{ behavior: url(iepngfix.htc) }
img, div { behavior: url(iepngfix.htc) }

body{
	background-image: url(imagenes/fondo.jpg);
	background-repeat: repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;	
	margin:20px 0px 0px 0px;
	color:#777676;
}

.contenedor{
	background-image: url(imagenes/fondo-poker.png);
	height: 540px;
	width: 860px;
	margin:0px auto;

}
.cont-izq{
	float:left;
	width:510px;
	padding:30px 0px 0px 30px;
}

.cont-der{
	float:right;
	width:300px;
	padding:20px 0px 0px 0px;
}

.leo{
	background-image: url(imagenes/leo-margets.gif);
	background-repeat: no-repeat;
	width:190px;
	height:60px;
	padding:40px 0px 0px 80px;
	font-size: 11px;	
}
.texto{
	margin:30px 0px 0px 0px;
	height:190px;
}

.pie{
	color:#FFF;
	width: 860px;
	margin:0px auto;

}
.creditos{
	float:left;
	width:500px;
	padding:0px 0px 0px 10px;
}

.facebook{
	float:right;
	width:115px;
	padding:0px 10px 0px 0px;
}
/*cuestionario*/
.tit-poker{
	width:475px;
	height:23px;
	background-image: url(imagenes/titulo-cuestionario.gif);
	padding:10px 0px 0px 30px;
	font-size: 15px;
	font-weight: bold;
	color: #c00418;
	margin:10px 0px 0px 0px;
}
.cuestionario{
	width:502px;
	height:280px;
	margin:10px 0px 0px 0px;
}
.iframe{
	width:502px;
	height:280px;
	margin:10px 0px 0px 0px;
}
/*botonera*/
.botonera{
	width:490px;
	padding:25px 0px 0px 0px;
	_padding:10px 0px 0px 0px;
}
.botonera-a{
	width:240px;
	float:left;
}
.botonera-b{
	width:240px;
	float:right;
}
.botonera-1{
	width:190px;
	height:30px;
	background-image: url(imagenes/cuanto-sabes-de-poker.gif);
	background-repeat: no-repeat;
	padding:15px 0px 0px 50px;
	margin:0px 0px 10px 0px;
	}
.botonera-2{
	width:190px;
	height:30px;
	background-image: url(imagenes/ficha-tecnica.gif);
	background-repeat: no-repeat;
	padding:15px 0px 0px 50px;
	}
.botonera-3{
	width:210px;
	height:30px;
	background-image: url(imagenes/descargar-capitulo.gif);
	background-repeat: no-repeat;
	padding:15px 0px 0px 30px;
	margin:0px 0px 10px 0px;
	}
.botonera-4{
	width:210px;
	height:30px;
	background-image: url(imagenes/donde-comprar.gif);
	background-repeat: no-repeat;
	padding:15px 0px 0px 30px;
	}
/*colores*/
p{
	margin:0px 0px 10px 0px;
}
h1{
	font-size: 16px;
	font-weight: bold;
	color: #307441;
}
h2{
	font-size: 16px;
	font-weight: bold;
	color: #c00418;
	text-align:center;
}
.destacado-rojo-1{
	font-size: 12px;
	font-weight: bold;
	color: #c00418;
}
.destacado-rojo-2{
	font-size: 14px;
	font-weight: bold;
	color: #c00418;
}



/*enlaces*/
.botonera a{
	font-size: 13px;
	font-weight: bold;
	color: #c00418;
	text-decoration:none;
}
.botonera a:link{
	font-weight: bold;
	color: #c00418;
	text-decoration:none;
}
.botonera a:hover{
	font-weight: bold;
	color: #c00418;
	text-decoration:none;
}
.botonera a:visited{
	font-weight: bold;
	color: #c00418;
	text-decoration:none;
}

.pie a:active{
	color:#FFF;
	text-decoration:none;
}
.pie a{
	color:#FFF;
	text-decoration:none;
}
.pie a:link{
	color:#FFF;
	text-decoration:none;
}
.pie a:hover{
	color:#FFF;
	text-decoration:none;
}
.pie a:visited{
	color:#FFF;
	text-decoration:none;
}
.pie a:active{
	color:#FFF;
	text-decoration:none;
}
