body {
	behavior: url("csshover3.htc");
	margin-top: 10px;
	background-color: #93AEC6;
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: center;
}
img, div { behavior: url(iepngfix.htc) }
.imagenZX120 {
	position: relative;
	float: left;
	left: 50px;
	height: 80px;
	width: 120px;
	top: 5px;
}

.contenedor {
	width: 950;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.contenedor .titulo {
	height: 110px;
	background-image: url(imagenes/tituloJuego.png);
	padding-left: 10px;
}
.contenedor .titulo .adj {
	display:block;
	height: 65px;
	width: 300px;
	top: 10px;
	position: relative;
	left: 5px;
	float: left;
	cursor:pointer;
}
.contenedor .titulo .juegotitulo {
	float: left;
	height: 10px;
	width: 390px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #172B39;
	font-weight: bold;
	top: 20px;
	text-align: left;
	position: relative;
	clear: left;
	left: 8px;
}
.contenedor .juegomed {
	padding-bottom: 15px;
	overflow: hidden;
	background-image: url(imagenes/cuerpomedio.gif);
	clear: left;
}
.contenedor .juegopie1 {
	height:100px;
	background-image: url(imagenes/cuerpomedio.gif);
}
.contenedor .juegopie2 {
	height:105px;
	background-image: url(imagenes/cuerpomedio.gif);
}
.contenedor .juegopie3 {
	height:25px;
	background-image: url(imagenes/pieP.png);
}
.contenedor .titulo .banner {
	width:468px;
	height:60px;
	float: right;
	position: relative;
	top: 20px;
	right: 20px;
	border: 4px solid #869ca7;
}
.peqtit {
	height: 20px;
	width: 300px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #172B39;
	font-weight: bold;
	position: relative;
	text-align: left;
	float: left;
	top: -4px;
}
.peqdes {
	width: 300px;
	float: left;
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: justify;
	top: -1px;
}
.comparte {
	height: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #172B39;
	font-weight: bold;
	top: -4;
	text-align: left;
	float: left;
	position: relative;
}
.juegoPeq {
	width: 300px;
	position: relative;
	float: left;
	height: 76px;
	left: 40px;
	top: 5px;
}
.juegoDerDeb {
	width: 220px;
	position: relative;
	float: left;
	height: 76px;
	text-align: left;
	left: 65px;
	top: 5px;
}
.juegoDerDebEmu {
	width: 400px;
	position: relative;
	float: left;
	height: 76px;
	text-align: left;
	left: 100px;
	top: 5px;
}
.juegoDebImg {
	width: 120px;
	position: relative;
	float: left;
	height: 83px;
	text-align: left;
	left: 25px;
	border: 1px solid #000;
	top: 5px;
}
.comparte2 {
	text-align: left;
	position: relative;
	float: left;
	clear: left;
	width: 220px;
	height: 60;
	left: 1px;
}
.comparte2Emu {
	text-align: left;
	position: relative;
	float: left;
	clear: left;
	width: 400px;
	height: 55;
	left: 1px;
	top: 5px;
}
.comparteIco {
	display:block;
}
.comparteIco:hover {
	position: relative;
	top: 2px;
}
.enviarIco {
	display:block;
}
.enviarIco:hover {
	position: relative;
	top: 2px;
}
.publiAb {
	width: 728px;
	position: relative;
	height: 90px;
	float: left;
	left: 112px;
	top: 5px;
	border: 4px solid #869ca7;
}
.marcojuego{
	overflow:hidden;
	border: 6px solid #869ca7;
}
.enviarAmigo {
	display:block;
	cursor:pointer;
	width: 80px;
	float: left;
	height: 80px;
	text-align: left;
	left: 100px;
	top: 5px;
	position: relative;
}
.enviarFallo{
	display:block;
	cursor:pointer;
	width: 80px;
	position: relative;
	float: left;
	height: 80px;
	text-align: left;
	left: 120px;
	top: 5px;
}
.enviarAmigo2 {
	display:block;
	cursor:pointer;
	width: 80px;
	float: left;
	height: 80px;
	text-align: left;
	left: 150px;
	top: 5px;
	position: relative;
}
.enviarFallo2 {
	display:block;
	cursor:pointer;
	width: 80px;
	position: relative;
	float: left;
	height: 80px;
	text-align: left;
	left: 200px;
	top: 5px;
}
.modal-overlay	{
	position:fixed;
	top:0;
	right:0;
	bottom:0;
	left:0;
	height:100%;
	width:100%;
	margin:0;
	padding:0;
	background:#000000;
	opacity:.50;
	filter: alpha(opacity=50);
	-moz-opacity: 0.50;
	z-index:101;
}
* html .modal-overlay {   
	position: absolute;
	height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
	}
.modal-window {
	position:fixed;
	top:40%;
	left:50%;
	margin:0;
	padding:0;
	z-index:102;
}
* html .modal-window {
     position: absolute;
 	 z-index:102;
}
.close-window {
		position:absolute;
		width:30px;
		height:30px;
		right:5px;
		top:5px;
		background:transparent url('imagenes/cerrar.gif') no-repeat scroll right top;
		overflow:hidden;
		cursor:pointer;
		opacity:.99;
		filter: alpha(opacity=99);
		-moz-opacity: 0.99;
}
