/* Elementos por defecto
/********************************************************************/
h1,h2,h3,h4,h5,h6,pre,code,table,td,th,dd,dt,dl,li,textarea {font-size: 100%;}
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input,td, legend { margin:0; padding:0; }
a img,:link img,:visited img { border:none;}
ul, li{list-style-type: none;}
table th, table td{ border-collapse:collapse;}
body {font-size: 76%;}
a{text-decoration: none;}
fieldset{ border:none;} 
table, tr, th, td{border-collapse:collapse;}


body{
	background-color:#333333;
}

/*Elementos generales*/
#wrapper{
	width:1000px;
	height:495px;
	margin:0 auto;
	margin-top:40px;
	border:0px solid #CCCCCC;
}

#wrapper_juegos{
	width:650px;
	height:400px;
	margin:0 auto;
	margin-top:40px;
	border:1px solid #CCCCCC;
}


#main{
}
/*********************************************************************************************************************************************************************/

/*Encabezado del sitio*/
#header{
}
/*********************************************************************************************************************************************************************/

/*Contenedor Interior*/
#interior{
}
/*********************************************************************************************************************************************************************/

/*Pie del sitio*/
#footer{
}
/*********************************************************************************************************************************************************************/

