@charset "utf-8";
/* CSS Document */
body {
		background-image:url(fondo.gif);
		background-repeat:repeat;
		/*background-color: #99CCFF;   */
		margin: 0;
		padding: 0;
	}

#contenedor {
		width:1024px;	
		margin: 0px auto;
		/* background-image:url(fondo.png); */	
		/* background-repeat:repeat-x; */	
		/* background-color: #ffffff;  */		
	}
	
#encabezado {   
		width:920px;
		height: 100px;
		padding: 0px 25px;
		
	}	
	
h1 	{
	visibility:hidden;
		list-style: none;
		margin: 0;
		padding: 0;
	}

#posteo {
		background-color: #000000;
		padding: 15px 25px;
		margin: 5px 25px 25px 25px;
		width:590px;
		height: auto;
		/* height:815px; */
	float: left;
		font-family:Geneva, Arial, Helvetica, sans-serif;
		font-size:14px;
		color:#FFFFFF;
     }
     
#encabezadoposteo { position: relative; margin: 30px 0 0 0; height: 40px }
#botonesleft { position: relative; height: 27px; margin: -27px 0 0 0px; }
#botonesright { position: relative; height: 27px; margin: -27px 0 0 500px; }
#textoposteo { position: relative; height: 27px; margin: -27px 0 0 90px; }

	 
#sidebar {	 

margin: -90px 0 0 0;
		width:300px;
		/* margin: -800px 0 0 650px; */
    float: left; 
		/* margin: -870px 0 0 650px; */
		/* position:relative; */
	}
	
#comic {
		background-color: #000000;
		width:250px;
		height:165px;
		padding: 25px 25px;
		margin: 0 25px 10px 25px;
		*margin: -4px 25px 10px 25px;
     }	 	
     
#bicho {
		width:250px;
		height:44px;
		margin: 0px 0px 0px 45px;
     }	 
 
#fans {
		background-color: #000000;
		width:250px;
		height:590px;
		margin: -5px 25px 25px 25px;
		*margin: -5px 25px 25px 25px;
		padding: 25px 25px;
     }
     
	 
	 


#pie {
	clear: both;
		/* background-image:url(creditos.png); */
		background-repeat:no-repeat;
		background-position:center;
		width:auto;
		height:120px;
		background-color: #000000;
		margin: 0;
		*margin: 25px 0 0 0;
		padding: 0;
	}
	
	#disclaimer {
	clear: both;
		background-image:url(cropped-proteccionalmenor2.jpg);
		background-repeat:no-repeat;
		background-position:center;
		width:auto;
		height:12px;
		background-color: #000000;
		margin: 0;
		padding: 0;
	}

a.enlace:link {color: red;}
a.enlace:visited {color: red;}
a.enlace:active {color: red;}
a.enlace:hover {color: red;}

