
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th {    
    margin:0;
    padding:0;   
} 
table {  
    border-collapse:collapse; 
    border-spacing:0;   
} 
fieldset,img {    
    border:0;   
} 
address,caption,cite,code,dfn,em,strong,th,var {  
    font-style:normal; 
    font-weight:normal;   
} 
ol,ul {  
    list-style:none;   
} 
caption,th {  
	text-align:left;   
} 
h1,h2,h3,h4,h5,h6 {  
    font-size:100%; 
    font-weight:normal;   
} 

body {
	margin: 20px 0;
	background: #000;
	font: normal small "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #BDBDBD;
}

h2, h3 {
	color: #ACA7C5;
}

h1, h5 {
  color:#89B889; 
  font-family: "Palatino linotype", serif; 
}

h2 {
  font-size: 2em;
}

h3 {
	font-size: 1em; 
}

h4 {
	font-size: 1.3em; 
  margin:5px 0 10px 0;
}

p, blockquote, ul, ol {
	margin-bottom: 1.5em;
	line-height: 1.65em;
	text-align: left;
}

p {
}

blockquote {
	margin-left: 2em;
	margin-right: 2em;
	font-style: italic;
}

ul {
	margin-left: 3em;
}

ul li {
}

ol {
	margin-left: 3em;
}

ol li {
}

a {
	text-decoration: none;
	color: #B5826D;
}

a:hover {
	text-decoration: underline;
	color: #89B889;
}

img {
	border: none;
}

img.left {
	float: left;
	margin: 5px 20px 0 0;
}

img.right {
	float: right;
	margin: 5px 0 0 20px;
}

/* Header */

#header {
	width: 900px;
	height: 120px;
	margin: 0 auto;
	padding: 0px 20px 0 0px;
	background: #5A5866 url(../images01/cabecera.jpg) repeat-x;
}


/* Header > Logo */

#logo {
	float: left;
	width: 340px;
	height: 50px;
	margin: 40px 0 0 20px;
	background: url(../images01/logo.png) no-repeat;
}

#logo h5 {
	float: left;
	margin: 0 80px;
	_margin: 0 40px;
	font-size: 2.7em;
	color: #B5826D;
	font-variant: small-caps;
	font-weight: normal;
}

#logo h6 {
	float: left;
	margin: -8px 130px;
	_margin: -8px 65px;
	font-size: 1em;
	font-weight: normal;
	width: 340px;
	color: #89B889;
}

#logo a {
	text-decoration: none;
}


/* Boxed Style */

.boxed {
}

.boxed .title {
	background: #84B084 url(../images01/degradado2.jpg) repeat-x;
}

.boxed .title h2 {
	height: 28px;
	padding: 12px 0 0 20px;
	text-transform: uppercase;
	font-size: 1em;
	color: #FFFFFF;
	font-weight: bold;
}

.boxed .content {
	padding: 20px;
	border-top: 0px solid #30332E;
	background: #30332E url(../images01/degradado1.jpg) repeat-x bottom left;
}

/* Post */

.post {
}

.post .title {
	background: #84B084 url(../images01/degradado2.jpg) repeat-x;
	font-size: 1em;
	text-transform: uppercase;
	color: #FFFFFF;
	font-weight: bold;
}

.post .title span {
	display: block;
	height: 28px;
	padding: 12px 0 0 20px;
}

.post .date {
	margin-top: -27px;
	padding-bottom: 5px;
	padding-right: 20px;
	text-align: right;
	font-size: normal;
	color: #FFFFFF;
}

.post .date a:hover {
	text-decoration: none;
}

.post .date .month {
}

.post .date .day {
}

.post .date .year {
}

.post .meta {
	clear: both;
}

.post .meta p {
	margin: 0;
	padding: 10px 20px 40px 20px;
	border-top: 1px dotted #CCCCCC;
	line-height: normal;
	font-size: x-small;
}

.post .story {
	padding: 20px;
	border-top: 0px solid #30332E;
	background: #30332E url(../images01/degradado1.jpg) repeat-x bottom left;
}

.post .story2 {
	padding: 20px;
	border-top: 0px solid #30332E;
	background: #BDBDBD;
	color: #000000;
}


/* Content */

#content {
	width: 920px;
	margin: 0 auto;
	padding: 20px 20px 0 20px;
	border-top: 0px solid #000;
}

/* Content > Main */

#main {
	float: left;
	width: 920px;
}

/* Content > Main > Welcome */

#welcome {
}

/* Content > Main > Example */

#example {
  width:500px;
}

#example2 {
  width:740px;
}

/* Content > Sidebar */

#sidebar {
	float: left;
	width: 160px;
	padding-left: 20px;
}

#sidebar .boxed .title h2 {
}

#sidebar ul {
	margin: 0;
	list-style: none;
}

#sidebar p {
	margin: 0;
}

#sidebar h4 {
	font-size: 1.2em;
}

#sidebar a {
	text-decoration: none;
}

/* Content > Sidebar > Login */

#login {
}

#login form {
}

#login fieldset {
	border: none;
}

#login legend {
	display: none;
}

#login label {
	display: block;
}

#login input {
	margin-bottom: 10px;
	padding: 2px 5px;
	font: normal small "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #666666;
}

#inputtext1, #inputtext2 {
	width: 160px;
}

#inputsubmit1 {
	margin: 0;
	padding: 0;
}

/* Content > Sidebar > Contenidos*/

#contenidos { 
}

#contenidos ul {
	margin: 0;
	list-style: none;
}

#contenidos h3 {
	font-size: .9em;
}

#contenidos p {
	line-height: normal;
	font-size: .8em;
}

#contenidos a {
	text-decoration: none;
}

/**********************/
.contenedorfoto {
	float: left;
	width: 120px;
	margin-right: 32px;
}

.contenedorfoto2 {
	float: left;
	width: 120px;
	margin-right: 0px;
}

.contenedorfoto span {
	font-size: 1em;
}

/**********************/
.contenedorfoto_2 {
	float: left;
	width: 130px;
	margin-right: 32px;
	height: 140px;
	overflow: hidden;
}

.contenedorfoto2_2 {
	float: left;
	width: 136px;
	margin-right: 0px;
}

.contenedorfoto_2 span {
	font-size: 1em;
}

/* Content > Sidebar > Compartir*/

#compartir {
  line-height: normal;
	font-size: 0.9em;
}

#compartir ul {
	margin: 0;
	list-style: none;
}

#compartir h4 {
	font-size: 1.2em;
}

#compartir a {
	text-decoration: none;
}

#compartir img {
	margin: 0 0 20px 0;
	width: 170px;
	height: 22px;
}

.compa-conte {
  float:left; 
  width: 220px;
  padding-right:20px;
}

/* Content > Sidebar > Favoritos*/

#favoritos {
  line-height: normal;
	font-size: 0.9em;
}

#favoritos ul {
	margin: 0;
	list-style: none;
}

#favoritos h4 {
	font-size: 1.2em;
}

#favoritos a {
	text-decoration: none;
}

#favoritos img {
	margin: 0 0 20px 0;
	width: 170px;
	height: 22px;
}


/* Content > Sidebar2 */

#sidebar2 {
	float: left;
	width: 220px;
	padding-left: 20px;
}

#sidebar2 .boxed .title h2 {
}

/* Content > Sidebar2 > Sponsors */

#sponsors {
}

#sponsors ul {
	margin-left: 0;
	padding-left: 0;
	list-style: inside;
}

/* Content > Sidebar2 > ad120x600 */

#ad120x600 {
	text-align: center;
}

#cont-pie {
  float:left;
  color:#000; 
  width:480px; 
  padding: 0px 20px 0 20px;
  background: #BDBDBD;
}

/* Footer */

#prefooter {
	clear: both;
	width: 880px;
	margin: 0 auto;
	padding: 90px 20px 20px 20px;
	background: #000000;
}

#footer {
	clear: both;
	width: 920px;
	height: 60px;
	margin: 0 auto;
	padding: 10px 0;
	background: #5A5866 url(../images01/pie.jpg) repeat-x;
}

#footer p {
	margin: 0;
	text-align: center;
	line-height: normal;
	font-size: x-small;
}

#footer a {
	text-decoration: underline;
	color: #666666;
}

#footer a:hover {
	text-decoration: none;
}

/* Content > Descripcion*/

#descripcion {
  float: left;
	width: 220px;
	padding-right: 20px;
  line-height: normal;
	font-size: 0.9em;
}

#descripcion ul {
	margin: 0;
	list-style: none;
}

#descripcion h4 {
	font-size: 1.2em;
}

#descripcion a {
	text-decoration: none;
}

#descripcion img {
	margin: 0 0 20px 0;
	width: 180px;
	height: 135px;
}

#descripcion img.rating {
	margin: 0 0 20px 0;
	width: 131px;
	height: 31px;
}

/* Content > Mas_jugados_2*/

#mas_jugados_2 {
	float: left;
	width: 220px;
	padding-right: 20px;
  line-height: normal;
	font-size: 0.9em;
}

#mas_jugados_2 a {
	text-decoration: none;
}

#mas_jugados_2 img {
	width: 120px;
	height: 90px;
	margin: 7px 0 20px 0;
}

#mas_jugados_2 .r1 {
	font-size: 0.8em;
	color: #ACA7C5;
}

/* Content > Mas_votados*/

#mas_votados {
  float: left;
	width: 160px;
	padding-right: 0px;
  line-height: normal;
	font-size: 0.9em;
}

#mas_votados ul {
	margin: 0;
	list-style: none;
}

#mas_votados h4 {
	font-size: 1em;
}

#mas_votados h4 .r2 {
	font-size: 0.8em;
	color: #ACA7C5;
}

#mas_votados p {
	line-height: normal;
	font-size: 0.9em;
	margin-bottom: 20px;
}

#mas_votados a {
	text-decoration: none;
}

/* Content > Mas_juegos_2*/

#mas_juegos_2 {
  float: left;
  padding-right: 20px;
}

#mas_juegos_2 a {
	text-decoration: none;
}

#mas_juegos_2 img {
	width: 120px;
	height: 90px;
	margin: 7px 0 20px 0;
}

#mas_juegos_2 .r1 {
	font-size: 0.8em;
	color: #ACA7C5;
}

/* Content > Mas_comentados*/

#mas_comentados { 
  float: left;
	width: 220px;
	padding-right: 20px;
  line-height: normal;
	font-size: 0.9em;
}

#mas_comentados ul {
	margin: 0;
	list-style: none;
}

#mas_comentados h4 {
	font-size: 1em;
}

#mas_comentados p {
	line-height: normal;
	font-size: .8em;
}

#mas_comentados a {
	text-decoration: none;
}

#mas_comentados img {
  float: left;
  height: 38px;
  width: 51px;
  margin: 3px 8px 0 0;
}

#mas_comentados h4 .r3 {
	font-size: 0.8em;
	color: #ACA7C5;
}

/* Content > Mas_recomendados2*/

#mas_recomendados2 {
  float: left;
	width: 160px;
	padding-right: 0px;
  line-height: normal;
	font-size: 0.9em;
}

#mas_recomendados2 ul {
	margin: 0;
	list-style: none;
}

#mas_recomendados2 h4 {
	font-size: 1em;
}

#mas_recomendados2 h4 .r1 {
	font-size: 0.8em;
	color: #ACA7C5;
}

#mas_recomendados2 a {
	text-decoration: none;
}

#mas_recomendados2 img {
	width: 120px;
	height: 90px;
	margin: 0 0 20px 0;
}

/* Content > Mas_recomendados*/

#mas_recomendados { 
  float: left;
	width: 220px;
	padding-right: 0px;
  line-height: normal;
	font-size: 0.9em;
}

#mas_recomendados ul {
	margin: 0;
	list-style: none;
}

#mas_recomendados h4 {
	font-size: 1em;
}

#mas_recomendados p {
	line-height: normal;
	font-size: 0.8em;
}

#mas_recomendados a {
	text-decoration: none;
}

#mas_recomendados img {
  float: left;
  height: 38px;
  width: 51px;
  margin: 3px 8px 0 0;
}

#mas_recomendados h4 .r3 {
	font-size: 0.8em;
	color: #ACA7C5;
}

/* Content > Mas_jugados*/

#mas_jugados {
  float: left;
	width: 160px;
	padding-right: 0px;
  line-height: normal;
	font-size: 0.9em;
}

#mas_jugados ul {
	margin: 0;
	list-style: none;
}

#mas_jugados h4 {
	font-size: 1em;
}

#mas_jugados h4 .r1 {
	font-size: 0.8em;
	color: #ACA7C5;
}

#mas_jugados a {
	text-decoration: none;
}

#mas_jugados img {
	width: 120px;
	height: 90px;
	margin: 0 0 20px 0;
}

/* Content > Mas_juegos */

#mas_juegos {
  clear:both;
}

#mas_juegos .content {
  padding: 20px 0 0 20px;
}

#mas_juegos a {
	text-decoration: none;
}

#mas_juegos img {
	width: 120px;
	height: 90px;
	margin: 7px 0 20px 0;
}

/***** varios *****/

#juego_flash {
  float:left;
  padding-right:20px;
}

#usuarios {
  float:left;
  padding-right:20px;
}


/* Header > Menu */
/*
#menu {
	float: right;
}

#menu ul {
	padding-top: 83px;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	width: 100px;
	height: 25px;
	margin-left: 2px;
	padding-top: 10px;
	background: url(../images01/boton1b.jpg);
	text-decoration: none;
	text-align: center;
	font-weight: bold;
	color: #000000;
}

#menu a:hover {
	background-image: url(../images01/boton1a.jpg);
}

#menu .active a {
	background-image: url(../images01/boton1a.jpg);
}
*/
/* Header > Menu2 */
/*
#menu2 {
	float: left;
	width: 480px;
	margin-bottom: 20px;
}

#menu2 ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu2 li {
	display: inline;
}

#menu2 a {
	display: block;
	float: left;
	width: 115px;
	height: 30px;
	margin-right: 2px;
	padding-top: 10px;
	background: url(../images01/img02.gif) no-repeat;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
	color: #000000;
}

#menu2 a:hover {
	background-image: url(../images01/img01.gif);
}

#menu2 .active a {
	background-image: url(../images01/img01.gif);
}
*/

