/* CSS RESET THANKS TO ERIC MEYER		http://meyerweb.com/eric/thoughts/2008/01/15/resetting-again/ */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {	margin: 0;	padding: 0;	border: 0;	outline: 0;	font-size: 100%; vertical-align: baseline; background: transparent;}
body{ line-height: 1;}
ol, ul{ list-style: none; }
blockquote, q{	quotes: none;}
/* remember to define focus styles! */
:focus{ outline: 0; }
/* remember to highlight inserts somehow! */
ins{ text-decoration: none; }
del{ text-decoration: line-through; }
/* tables still need 'cellspacing="0"' in the markup */
table{ border-collapse: collapse; border-spacing: 0;}

/*-----------------------------------------------------------------------------------------------*/
/* Copyright (c) 2008 Roberto Herrero		http://www.indomita.org  indomita@indomita.org		 */
/*-----------------------------------------------------------------------------------------------*/


body{
	background: #FFF;
	color: #415005;
	font-family: arial, tahoma, sans-serif;
	font-size: 12px;
	line-height: 12pt;
}

a, a:visited {
	color: #63B811;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: #FFA405;
}


.clear{	clear: both;}

/* --> ESTRUCTURA */

#main{
	margin: auto;
	width: 800px;
}

#contenido{
	overflow: hidden;
	padding-bottom: 10px;
}

#muestra{
	text-align: justify;
	border: 1px dashed #81D334;	
	padding: 20px;
}

#pie{
	text-align: center;	
}


/* --> ESTRUCTURA SECUNDARIA */

/* CABECERA */
#logo_evobas{
	margin:auto;
	margin-top: 50px;
	background: url("../images/nuevo-logo-web.png") no-repeat;
	width: 716px; height: 200px; 
	display:block;
}

#interfaz{
	padding: 20px 0 20px 0;
	display: none;
	border: 1px dashed #81D334;
	border-bottom: 0px;
}

#acerca_de{
	width: 214px;
	float:left;
	margin-left: 50px;
}

#wikibas{
	width: 100px;
	float:left;	
	margin-left: 60px;
}

#comunidad{
	width: 205px;
	float:left;
	margin-left: 80px;
}

/* PIE */

#social{
	float:left;
	margin-top: 35px;
}

#facebook{
	float:left;
	background: url("../images/facebook.png") no-repeat;
	width: 64px; height: 64px; display:block;
}

#twitter{	
	float:left;
	background: url("../images/twitter.png") no-repeat;
	width: 64px; height: 64px; display:block;
}

#jugar-evobas{
	width: 243px; height: 120px; 
	background: url("../images/jugar-evobas.png") no-repeat;
	float: right;
	display:block;
}

#pie_leyenda{
	line-height: 22pt;
	color: #5AA70F;
	font-weight: bold;
	font-size: 12pt;
	margin-top: 30px;
	float: right;
	margin-right: 30px;
}

/* CONTENIDO */
.sangria{
	text-indent: 20px;	
}

.fotillo{
	float:left;
	padding: 0 10px 10px 0;
}

.tira_comica, .wallpaper{
	border: 1px dashed #81D334;	
	padding: 10px;
	float: left;
	margin: 20px;
}
.tira_comica .info, .wallpaper .info{ margin-top:10px; padding:10px; padding-bottom:0px; border-top: 1px dashed #81D334;	}

 


/* -->*/


/* --> CARRUSEL */
.gcarrusel{ visibility:hidden;}
.gcarrusel .prev{display:block; float:left; width: 40px; height: 30px; background: url('../images/prev_in_w.gif') no-repeat; border:0;}
.gcarrusel .next{display:block; float:left; width: 40px; height: 30px; background: url('../images/next_in_w.gif') no-repeat; border:0;}
.categorias, .screenshots{ float:left; display:block;}
.screenshots li{ padding:5px;width: 100px; height: 100px;text-align:center; }

#screen{ text-align:center;}
.screen{ padding: 10px;}

/* -->*/

.oculto{ display:none; }

h1, h2, h3, h4 { font-weight : bold; }
h1{	font-size: 16pt;}
h2{	font-size: 17pt;}
h3{	font-size: 12pt;}
h4{	padding-bottom: 4px;}


input {
	padding: 2px 0px;
	color: #415005;
	background-color: #fff;
	border: #576c04 1px solid;
	font-family: tahoma, arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	z-index:12;
}

input:disabled{
	color:#C8C8C8;
}

input[type=hidden]{
	visibility: hidden;
}


.tcenter{
	text-align: center;
}
.tright{
	text-align: right;
}
.tleft{
	text-align: left;
}
.tjustify{
	text-align: justify;
}

.fleft{
	float:left;
}

.fright{
	float:right;
}

.b{
	font-weight: bold;
}


.mbrutal{
	font-weight: bold;
	font-size: 30px;
	color:#415005;
}

.mmbrutal{
	font-weight: bold;
	font-size: 20px;
	color:#415005;
}

.ok{
	color:green;
	font-weight: bold;
}
.error{
	color:red;
	font-weight: bold;
}

#regalos a{	padding: 1px; border : 1px dashed  white;}


.mi_textarea{ width: 700px;height: 250px;}



/*-------------------------------------------------------------------------------
	jQuery myRating 	Version 1.0 	Autor : Roberto Herrero 	Web : http://www.miblog.indomita.org/	27/06/2009
-------------------------------------------------------------------------------*/

.my_stars{ float: left;	cursor: pointer;	display: block; }
.my_stars span{	display: none; }
.my_star{		background: url('../images/my_star.gif') no-repeat; width: 25px; height: 25px;	}
.my_star_ok{	background-position: 0 -26px; }
.my_star_no{	background-position: 0 0; }
a.my_star:hover{ background-position: 0 -52px; }
.my_clear{ clear: both;}


/*-----------------------------------------------------------------------------------------------
	jQuery myTooltip 	Version 1.0 	Autor : Roberto Herrero 	Web : http://www.miblog.indomita.org/	27/06/2009
/*-----------------------------------------------------------------------------------------------*/

.tTiph {cursor: help;} /* indica si es un title tip de ayuda */
.dTiph {cursor: help;} /* indica si es un div tip de ayuda */
.tTip { cursor: pointer;} /* indica si es un title tip de puntero */
.dTip { cursor: pointer;} /* indica si es un div tip de puntero */
.cTip { /* clase que indica centrar el tooltip */}
.fTip { /* clase que indica no cerrar en mouseout el tooltip */}
.ocTip { /* clase que indica evento onclick del tooltip */}
.clipTip { /* clase que indica efecto del tooltip */}
.shakeTip { /* clase que indica efecto del tooltip */}


.usoCapa{
	overflow: hidden;
	display: none;
	position: absolute;
}

.tip {
/*	width: 212px;*/	
	padding-top: 36px;
	overflow: hidden;
	display: none;
	position: absolute;
	z-index: 9999;	
}

.arriba_izquierda{ 
	width:33px;
	height:51px;
	background: url('../images/tipTopL.png') 0 16px no-repeat;
}

.arriba_centro{ 
	background: url('../images/tipTopC.png') 0 16px repeat-x; 
	height:51px;
}
.arriba_centro_r{ 
	background: url('../images/tipTopCr.png') no-repeat; 
	height:35px;
}

.arriba_derecha{ 
	background: url('../images/tipTopR.png') 0 16px no-repeat; 
	width:35px;
	height:51px;
}



.centro_izquierda{ 
	width:33px;
	background: url('../images/tipMidL.png') repeat-y;
}

.centro_centro{ 
	background: url('../images/tipMidC.png') repeat;
	padding-bottom: 10px;
	min-width: 52px;
}

.centro_derecha{ 
	background: url('../images/tipMidR.png') repeat-y; 
	width: 35px;
}



.abajo_izquierda{ 
	width: 33px;
	height:36px;
	background: url('../images/tipBtmL.png') no-repeat; 		
}

.abajo_centro{ 
	background: url('../images/tipBtmC.png') no-repeat;
	height:36px;	
}

.abajo_centro_r{ 
	background: url('../images/tipBtmCr.png') repeat-x; 
	height:36px;
}

.abajo_derecha{ 
	background: url('../images/tipBtmR.png') no-repeat; 
	width: 35px;
	height:36px;
}

/*-----------------------------------------------------------------------------------------------
 * jQuery lightBox plugin
 * @author Leandro Vieira Pinho - http://leandrovieira.com
 * @version 0.5
 * @date April 11, 2008
-----------------------------------------------------------------------------------------------*/

#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#lightbox-container-image { padding: 10px; }
#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	zoom: 1;
	display: block;
}
#lightbox-nav-btnPrev { 
	left: 0; 
	float: left;
}
#lightbox-nav-btnNext { 
	right: 0; 
	float: right;
}
#lightbox-container-image-data-box {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0 10px 0;
}
#lightbox-container-image-data {
	padding: 0 10px; 
	color: #666; 
}
#lightbox-container-image-data #lightbox-image-details { 
	width: 70%; 
	float: left; 
	text-align: left; 
}	
#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-details-currentNumber {
	display: block; 
	clear: left; 
	padding-bottom: 1.0em;	
}			
#lightbox-secNav-btnClose {
	width: 66px; 
	float: right;
	padding-bottom: 0.7em;	
}