BODY {
	background-color: #ff8deb;
	font-family: Trebuchet MS;
	font-size: 12px;
	color: #666666;
	text-decoration: none;

}
.boxes {
	font-family: Trebuchet MS;
	font-size: 14px;
	font-weight: bold;
	color: #FF5AE2;
}

a:link {
	font-family: Trebuchet MS;
	font-size: 12px;
	color: #161616;
	text-decoration: none;
}
a:visited {
	font-family: Trebuchet MS;
	font-size: 12px;
	color: #161616;
	text-decoration: none;
}
a:active {
	font-family: Trebuchet MS;
	font-size: 12px;
	color: #161616;
	text-decoration: none;
}
a:hover {
	font-family: Trebuchet MS;
	font-size: 12px;
	color: #161616;
	text-decoration: underline;
}

.titulo_juego:link {
	font-family: Trebuchet MS;
	font-size: 18px;
	font-weight: bold;
	color: #b40799;
	text-decoration:none;
}
.titulo_juego:visited {
	font-family: Trebuchet MS;
	font-size: 18px;
	font-weight: bold;
	color: #b40799;
	text-decoration:none;
}
.titulo_juego:active {
	font-family: Trebuchet MS;
	font-size: 18px;
	font-weight: bold;
	color: #b40799;
	text-decoration:none;
}
.titulo_juego:hover {
	font-family: Trebuchet MS;
	font-size: 18px;
	font-weight: bold;
	color: #FF0066;
	text-decoration:none;
}

/* Tgs */


.tag1 {
	font-size: 24px;
	font-family: Trebuchet MS;
}
.tag2 {
	font-size: 34px;
	font-family: Trebuchet MS;
}
.tag3 {
	font-size: 14px;
	font-family: Trebuchet MS;
}
.tag4 {
	font-size: 10px;
	font-family: Trebuchet MS;
}
.tag5 {
	font-size: 21px;
	font-family: Trebuchet MS;
}
.tag6 {
	font-size: 16px;
	font-family: Trebuchet MS;
}

/* End Tgs */
paginacion {
	text-align:right;
	padding:5px 10px;
	overflow:hidden;
}
 paginacion a, #paginacion paginacion span.pages, paginacion span.current {
	-webkit-border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-moz-border-radius: 3px;
	display:inline-block;
}
 paginacion a, #paginacion paginacion a:link, paginacion a:visited, paginacion a:active {
	padding:4px 8px;
	margin:0 2px;
}
 paginacion a:hover {
	background-color:#7BA4E7;
	color:#FFF;
}
 paginacion span.pages {
	line-height:normal;
	padding:4px 8px;
	font-weight:bold;
	float:left;
	color:#314572;
	background:#EEE;
	border:1px solid #b40799;
	margin:2px 0 0 0;
}
 paginacion .page {
	padding:4px 8px;
}
 paginacion span.current {
	padding: 4px 8px;
	margin: 2px;
	font-weight: bold;
	background-color:#5c7ca2;
	color:#FFF;
}
paginacion span.extend {
	padding: 2px 4px;
	margin: 2px;
	background:none;
}
      div.pagination {
              text-align:center;
			  	font-family: Trebuchet MS;
			  font-weight:bold;
              padding: -4px;
              margin: 3px;
      }

      div.pagination a {
	  		  	font-family: Trebuchet MS;
              padding: 2px 5px 2px 5px; 
              margin: 2px;
              border: 1px solid #b40799;
             
              text-decoration: none; /* no underline */
              color: #000000;
      }
      div.pagination a:hover, div.pagination a:active {
	font-family: Trebuchet MS;
              border: 1px solid #b40799;
              background-color:#ff5ae2;
              color: #fff;
      }
      div.pagination span.current {
	  				font-family: Trebuchet MS;
              padding: 2px 5px 2px 5px;
              margin: 2px; 
                      border: 1px solid #000000;
                     
                      font-weight: bold;
                      background-color: #ffdef9;
                      color: #FFF;
              } 
      div.pagination span.disabled {
	  					font-family: Trebuchet MS;
                      padding: 2px 5px 2px 5px;
                      margin: 2px;
                      border: 1px solid #b40799;
             
                      color: #DDD; 
              }



#contact
            {
               position:absolute;
			   float:right;
			   background-color:#FFFFFF;
            }
			
/*!
 * jQuery UI Stars v2.0.0
 *
 * Copyright (c) 2009 Orkan (orkans@gmail.com)
 * Dual licensed under the MIT (MIT-LICENSE.txt)
 * and GPL (GPL-LICENSE.txt) licenses.
 *
 * $Rev: 50 $
 * $Date:: 2009-05-05 #$
 * $Build: 3 (2009-05-05)
 *
 */
.ui-stars-star,
.ui-stars-cancel {
	float: left;
	width: 32px;
	height: 32px;
	text-indent: -999em;
	cursor: pointer;
	display: block;
	overflow: hidden;
}
.ui-stars-star a,
.ui-stars-cancel a {
	display: block;
	width: 32px;
	height: 100%;
	background: url(http://s4.subirimagenes.com/imagen/3468542estrellas.png) no-repeat 0 0px;
}
.ui-stars-star a {
	background-position: -64px 0px;
}
.ui-stars-star-on a {
	background-position: -96px 0px;
}
.ui-stars-star-hover a {
	background-position: -128px 0px;
}
.ui-stars-cancel-hover a {
	background-position: -32px 0px;
}
.ui-stars-star-disabled,
.ui-stars-star-disabled a,
.ui-stars-cancel-disabled a {
	cursor: default;
}
			
         