body{
 margin:0;
 padding:0;
 background: #DFDFDF;
 color: #48484A;
 font:11px/13px tahoma, arial, helvetica, sans-serif;
}
a{
	color:#0089C7;
	text-decoration:underline;
}
a:hover{
	color:#0089C7;
	text-decoration:
	none;
}
div#contenedor{
 margin:0 auto;
 width:766px;
 border: 1px solid #E1E1E1;
 padding: 10px;
 background: white;
}
div#firstcolumn{
	float: left;
	margin-right: 3px;
}
div#secondcolumn{

}
div#contactform{
	clear:both;
	padding-top:10px;
}
div#cf1{
	float:left;
	margin-right:10px;
}
table.juegos1{
	border: 1px solid #E1E1E1;
}
table.juegos2{
	border: 1px solid #E1E1E1;
	width:370px;
	margin-bottom: 3px;
	
}
th{
	color: white;
	background: #48484A;
}
tr.tr1{
	background: #F1F1F1;
}
tr.tr2{
	background: #FBFBFB;
}
/* footer*/
div#pie{
	height: 60px;
}
div#pie ul{
	list-style-type: none;
	margin: 15px;
	padding: 0;
}
div#pie li{
	margin: 0 20px 0 20px;
	display: inline;
	padding: 0;
}

div#pieleft,div#pieright{
	width:8px;
} 
div#pieleft,div#piecenter,div#pieright{
	height:50px;
	float:left;
}
div#pieleft{
	background: url("/images/end1.jpg");
}
div#piecenter{
	background:url("images/end2.jpg") top repeat-x;
	width:737px;
}
div#pieright{
	background: url("/images/end3.jpg");
}
div#pie a{
	text-decoration: none;
	color: #48484A;
}
div#pie a:hover{
	color: black;
	border: 1px solid #ACCFE8;
	border-width: 1px 0 1px 0;
}