/* Begin reset */
body,div,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,blockquote,th,td { 
  margin:0;
  padding:0;
}
table {
  border-collapse:collapse;
  border-spacing:0;
}
fieldset,img { 
  border:0;
}
address,caption,cite,code,dfn,var {
  font-style:normal;
  font-weight:normal;
}

caption,th {
  text-align:left;
}
h1,h2,h3,h4,h5,h6 {
  font-size:100%;
  /*font-weight:normal;*/
}

p{
 margin: 1.4em 0 0;
}

h2, h3{
 margin: 2em 0 0;
}

#content{
  line-height: 1.6em; 
}

q:before,q:after {
  content:'';
}
abbr,acronym { border:0;
}
/* End reset */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	/*background-image: url(imgs/right-col.gif); 
	background-repeat: repeat-y;
  background-position: right;*/
}

h1, .titles {
  font-size: large;
  font-weight: bold;
  /*font-weight: normal;*/
}

h2{
  font-size:14px;
}

table {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

a:link, a:visited {
	color: #2B3B48;
	text-decoration:underline;
}

a:hover {
	color: #596E7F;
	text-decoration:underline
}

.enlaces:link, .enlaces:visited {
	color: #2B3B48;
	text-decoration:underline;
}

.enlaces:hover {
	color: #596E7F;
	text-decoration:underline
}


.track {
	color: #FFFFFF;
	text-decoration:none
}

.date {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #596E7F;
  padding: 3px;
}

.blackborder {
	border: solid #000000;
}

.bordeTabla {
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #9BADBD;
	border-right-color: #9BADBD;
	border-bottom-color: #9BADBD;
	border-left-color: #9BADBD;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
}

.colorTable {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #999999;
}

.reciente img{
  -moz-box-shadow: 2px 2px 6px rgba(0,0,0,0.3);
  -webkit-box-shadow: 2px 2px 6px rgba(0,0,0,0.3);
 }

/* FAQ */
.pregunta {
	font-weight: bold;
	color: #000000;
	margin-bottom:-10px;
}

.respuesta {
	margin-left:10px;
}

/* menu */
#menu {
  margin: 0px;
  padding: 4px;
}

#menu li{
  margin-top: 10px 0px;
  list-style-type:none;
}

#menu li h2{
  padding: 1px;
  background-color: #2b3b48;
  font-size: 14px;
  color: #ffffff;
  margin-top: 15px;
}

#menu li ul {
  color: #fff;
  margin: 3px 0px 3px 0px;
  padding-left: 10px;
}

#menu a:link, #menu a:visited {
  color: #FFFFFF;
  text-decoration:none;
}

#menu a:hover, #menu a:active {
  text-decoration:underline;
}


/*High Scores   */
.tiny, .fondo1, .fondo2 {
	font-size:10px;
}

.tiny {
	/*font-family:Arial, Helvetica, sans-serif;*/
	font-size:12px;
	background-color:#596E7F;
	color:#FFFFFF;
	
	}

.linea {
	 border: 1px solid #AAAAAA;
}

.fondo1 {
	background-color:#E9E9E9;
}
	
.fondo2 {
	background-color:#F9F9F9;
}

/*Experiments*/
.expe img{
	border-style:none;
	margin: 5px;
}

.small{
	font-size:10px;
}

.centrado{
	text-align:center;
}

.thumbfront{
	margin-top:10px;
	margin-bottom:-10px
	}
	
/* Worpress */

.post{
  margin-top: 20px;
  margin-bottom: 50px;
}

.post h3{
  font-size: 15px;
}

.post h3 a{
  text-decoration: none;
}

.post-date, .post-meta{
  font-size: 10px;
}

.post-meta{
  padding-bottom: 20px;
  border-bottom: 1px solid #ddd;
  margin-bottom: 30px;
}


ul,ol,li, .pagenav{
	text-align:left;
}

#sidebar-container{
  /*width:300px;*/
  float:right;
  margin-bottom: 30px;
  background-color: #fff;
  border-left: 1px solid #ddd;
}

.sidebar {
  font-size: 10px;
  text-align: left;
  margin-left: 20px;
  float: left;
  width: 120px;
  
  }
  
.sidebar ul {
  padding-left: 0px;
  margin: 0px;
}
  
.sidebar li{
  list-style-position:outside;
  list-style-type:none;
  margin-left:0px;
  padding-left:0px;
  margin-bottom: 4px;
}  

.sidebar h2 {
	font-size:12px; 
	text-align:left;
  border-bottom: 1px solid #bbb;
  padding-bottom: 3px;
	margin-top: 15px;
	margin-bottom: 10px;
	}

#content-column h1 a{
  text-decoration: none;
}

.lista li, .sidebar .page_item {
	list-style-type:circle;
	}

#searchform input{
	font-size:10px;
	}
  
.commentlist {
  padding-left:20px;
  list-style: none;
}  
	
.commentlist li {
	padding: 10px;
	margin-bottom:10px;
	/*border-style:solid;
	border-width:thin;
	border-color:#CCCCCC;*/
	}
  
.commentlist ul{
  padding-left: 10px;
}

.comment-body{
  margin-bottom : 10px;
}

.commentlist .children li{
  list-style-type: none;
}
	
#respond, #comments{
	font-size:small;
	}

#comments{
  color: #999;
  border-bottom: 1px dotted #ccc;
  margin-bottom: 0.9em;
}  
  
.alt cite, .alt2 cite{

	font-weight:bold;
	}
	
#wp-calendar{
	font-size:10px;
}

#wp-calendar a{
font-weight:bold;
	
}


/* ************************ Gallery ************************* */
#picinfo table{
	border: thin solid #CCCCCC;
	font-size:10px;
	text-align:left;
	width: 500px;
	}
	
#comments{

	text-align:left;
	}
	
/* ***********************  Contenido2 ******************************** */	
.contenido2{
	font-size:11px;
}

/* GAMES */
.big{
  font-family:"Arial Black"
}


/* Wordpress gallery */
.gallery-caption{
  font-size:10px;
}

/* Main Layout */

#wrapper{
  width:100%;
  position: relative;
  background-image: url("imgs/left-col.gif");
  background-repeat: repeat-y;
  min-width: 900px;
}

#right-col{
  background-image: url(imgs/right-col.gif); 
  background-repeat: repeat-y;
  background-position: right;
}

#header {
  height: 87px;
  background-color: #596e7f;
  margin-right: 7px;
  background-image: url("imgs/header-bg.gif");
  background-repeat: repeat-x;
}

#header h1{
  background-image: url("imgs/main_logo2.jpg");
  background-position: 0px 4px;
  width: 347px;
  height: 55px;
  padding-top: 4px;
  text-indent: -1000px;
}

#breadcrumbs {
  height: 22px;
  background-color: #000;
  margin-right: 7px;
}

#content {
  background-color: #fff;
  margin-left: 130px;
  margin-right: 60px;
  padding-top: 30px;
  padding-bottom: 60px;
}

#footer {
  clear: both;
  background-image: url("imgs/footer-bg.gif");
  height: 39px;
  color: #fff;
  text-align: center;
}

#bottom-left{
  float:left;
  background-image: url("imgs/footer-bottom-left.gif");
  width: 585px ;
  height: 39px;
}

#bottom-right{
  float:right;
  background-image: url("imgs/footer-bottom-right.gif");
  width: 37px;
  height: 39px;;
}

#copyright{
  position: absolute;
  left: 39%;
  margin-top: 6px;
  
}

#mainNav{
  float:left;
  width: 110px;
  background-color: #596e7f;
}


#sidebar{
  width:120px;
  float:right;
}

#gameSideBar{
	width:120px;
	float:right;
	padding:10px;
	background-color:#CCCCCC;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
  -moz-box-shadow: 2px 2px 6px rgba(0,0,0,0.3);
	-webkit-box-shadow: 2px 2px 6px rgba(0,0,0,0.3);
  font-size: 90%;
  margin-bottom: 50px;
	}

#mainContent{
  float: left;
  width: 75%;
}

#top-right-ad{
  width:468px;
  height:60px;
  background:#596E7F;
  position:absolute; 
  top:0px; 
  right:16px
}

#link-home{
  cursor: pointer;
}

#content-column{
  float:left;
  max-width: 750px;
  margin-bottom: 30px;
}

#content-column h2{
  font-size:18px;
  font-weight: bold;
  margin-bottom: 20px;
}

#content-column h3{
  margin-top: 20px;
}


/* Games */

.game {
  background-color:#F2F2F2;
  border:1px solid #A9A9A9;
  margin:10px 0 20px 0;
  padding:9px 18px 30px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
}

.game h3{
  margin-top: 10px;
}

.version{
  font-weight: bold;
  font-size: 16em;
}

.changelog {
  font-size: 11px;
  margin:0;
  padding: 0;
  padding-left: 20px;
  margin-top: 6px;
}

.game-single-add {
  max-width: 90%;
}

/* Comics */

.comic{
  vertical-align: middle;
  border:1px solid #d0d9db;
  padding:9px 18px 10px; 
  background-color: white;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  margin-bottom: 10px;
}
.comic img {
  float:left;
}
.comic .description{
  margin-left:110px;
}

.comic ul{
  margin: 0;
  padding: 0;
}

.comic ul li{
  display: inline;
  padding-left: 5px;
}

.clear{
  clear:both;
}

.series{
  background-color: #eaeaea;
  background-image: url("imgs/comic-header.gif");
  background-repeat: repeat-x;
  padding: 10px;
  padding-top: 0px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  margin-top: 20px;
}

.series h2 {
  color: white;
  padding-top: 5px;
  padding-bottom: 25px;
}

.description h2{
  padding:0;
}
.description {
  line-height: 1.5em;
}

/* Footer */

.copy-wrapper{
  width:100%;
  height:25px;
   border:none;
   background-color: #9BACBC;
}

.grad-footer{
  background-image: url("imgs/maingrad.jpg");
  background-repeat: repeat-y;
  text-align:center;
  color: #fff;
}

.footer-right{
  background-image: url("imgs/mid_shad_ptrn.jpg");
  width: 7px;
}

.demo_bullet{
 display:block;
 height: 80px;
 width: 500px;
 padding: 5px;
 padding-left: 90px;
 background-repeat: no-repeat;
 background-position: 4px 4px;
 line-height: 80px;
 margin:1em 0;
}

.demo_bullet:hover{
 background-color: #eee;
}