/* CSS Document for GameSite 	*//* CAISLAS  - October 2007 		*//* CSS Document */Body {	background-color:#DDDDDD;   	display: block;   	font: normal 11px arial, sans-serif;   	color: #000000;}#Background_black{   position:relative;   top: 50px;   left: 0px;     width: 800px;   height: 400px;   background-image:url(Graphics_background/background_black.gif);   background-repeat:no-repeat; }#Background_text{	position:absolute;	top: 18px;   	right: 22px;    	width: 385px;   	height: 345px;	background-image:url(Graphics_background/Back_white_big.gif);	background-repeat:no-repeat;	overflow:auto;}#mensaje{   position:absolute;   width: 350px;   height: 330px;   text-align:left;   padding: 8px; }/* especiales en cada página*/#Menu_11{	position:absolute;	top: 20px;	left: 20px; 	width: 110px;   	height: 90px;	text-align:center;	/*background-image:url(Graphics_background/Back_blue.gif);	background-repeat:no-repeat;*/	}#Menu_12{	position:absolute;	top: 20px;	left: 145px;	width: 110px;   	height: 90px;	/*background-image:url(Graphics_background/Back_red.gif);	background-repeat:no-repeat;*/}#Menu_13{	position:absolute;	top: 20px;	left: 270px;	width: 110px;   	height: 90px;	/*background-image:url(Graphics_background/Back_blue.gif);	background-repeat:no-repeat;*/}#Menu_21{	position:absolute;	top: 145px;	left: 20px;	width: 110px;   	height: 90px;	/*background-image:url(Graphics_background/Back_red.gif);	background-repeat:no-repeat;*/	}#Menu_22{	position:absolute;	top: 145px;	left: 145px;	width: 110px;   	height: 90px;	/*background-image:url(Graphics_background/Back_blue.gif);	background-repeat:no-repeat;*/}#Menu_23{	position:absolute;	top: 145px;	left: 270px;	width: 110px;   	height: 90px;	/*background-image:url(Graphics_background/Back_red.gif);	background-repeat:no-repeat; */}#Menu_31{	position:absolute;	top: 270px;	left: 20px;	width: 110px;   	height: 90px;	/*background-image:url(Graphics_background/Back_blue.gif);	background-repeat:no-repeat;*/	}#Menu_32{	position:absolute;	top: 270px;	left: 145px;	width: 110px;   	height: 90px;	/*background-image:url(Graphics_background/Back_red.gif);	background-repeat:no-repeat;*/}#Menu_33{	position:absolute;	top: 270px;	left: 275px;	width: 110px;   	height: 90px;	/*background-image:url(Graphics_background/Back_blue.gif);	background-repeat:no-repeat;*/}/*	BOTONES		*/.clear { /* generic container (i.e. div) for floating buttons */    overflow: hidden;    width: 100%;}  a.button {    color:#FFFFFF;    display: block;    font: normal 20px arial, sans-serif;	text-align:center;	/*background-color:#00FF00;*/	padding: 40px 65px 35px 10px;	text-decoration:none; }a.button span {   	display: block;    line-height: 14px;    /*padding: 5px 0 5px 18px;*/	text-decoration:none;}a.button:active {    color: #000000;	background-color:#FFFF99;	/*background: transparent url('Graphics_background/Back_yellow.gif') no-repeat scroll top right;*/    outline: none;  /* hide dotted outline in Firefox */}a.button:active span {    /*padding: 6px 0 4px 18px; /* push text down 1px*/}/* ___________*//*texto alrededor de las fotos*/.caption { margin: 5px; 	padding: 5px; 	border: solid 1px #E5E5FF; 	background: #E5F2FF; 	font-size:90%; 	color: black }.right { float: right; }#seleccion-idioma{	position: absolute;	left: 70px;	top: 450px; /*estaba 450 lo subire un poco*/	Width: 660px;	height: 70px;	text-align: center;	word-spacing: 45px;}#idioma a {    color: #504685;	font-size: 10px;	text-decoration: none;	letter-spacing: 1px;	font-weight: bold;}#idioma a.c {							/*clase c*/   text-decoration:none;   color: #504685;}#idioma a.c:active {	color: #F8FF88;}#firma{   position:absolute;   left: 70px;   top: 550px;   width: 660px;   text-align:center;   font-size: 9px;   letter-spacing: 2px;}/*   clases para  parrafos */.p1 {	text-align:justify;}.p2 {	text-align:center;}.titulo {	font-size:13px;	font-weight:bold;}
