@charset "utf-8";

/* ~~ Selectores de elemento/etiqueta ~~ */
ul, ol, dl { 
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, {
	margin-top: 0;
	font-size: 30px;
	
}
a img { 
	border: none;
}

a:link {
	color: #900;
	text-decoration: underline; 
}
a:visited {
	color: #900;
	text-decoration: underline;
}
a:hover, a:active, a:focus {
	text-decoration: none;
	color: #060;
	font-family: "Bauhaus 93", "Arial Black";
}

#usuarios_activos a {
	font-family:"Bauhaus 93", "Arial Black";
}
table {
	font:bold;
	text-align:center;
	background-color:#D9BDA5
	}
/* ~~ este contenedor rodea a todas las demás divs, lo que les asigna su anchura basada en porcentaje ~~ */
.container {
	width: 95%;
	max-width: 1260px;
	min-width: 780px;
	overflow: hidden;
	height: auto;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: 80px;
	alignment-adjust:middle
}

.contenido {
	width: 60%;
	float: left;
	text-align: center;
	height: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
	margin-right:2%
}

.publicidad {
	float: left;
	width: 35%;
	margin-top: 0;
	height: auto;
	padding-top: 3px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}



.bloque_izq {
	float: left;
	width: 100%;
	margin-right: 5%;
	margin-top:-30px
}
.cuerpo {
	float: left;
	width: 100%;
	margin-top:2px;
	margin-bottom:10px
}
.bloque_der {
	width: auto;
	float: left;
	margin-bottom: 20px
}

.anuncio {
	width:300px;
	float: left;
	margin-bottom: 20px
}

.cabecera {
	float: left;
	width: 100%;
	margin-right: 5%;
	margin-top:2px
}

.encabezado_temas {
	font-size: 24px;
	font-family: "Bauhaus 93", "Arial Black";
	color: #900;
	alignment-adjust: central;
	text-align: center
	
}
.encabezado_numeros {
	font-size:18px;
	font-family:"Bauhaus 93", "Arial Black";
	color:#900;
	alignment-adjust:central;
	text-align:center
	
}
.Bauhaus_18_verde {
	font-family:"Bauhaus 93", "Arial Black";
	font-size:18px;
	color:#060	
}
.texto_bloques {
	font-size: 16px;
	color: #000;
	font-weight: bold
		
}
.Bauhaus_24_rojo {
	
	font-size:24px;
	font-family:"Bauhaus 93";
	color:#900;
	text-align:center;
	text-decoration:underline		
}

.texto {
	
	font-size:24px;
	font-family:"Bauhaus 93";
	color:#000;
	text-align:center;
	text-decoration:underline		
}

.Bauhaus_14_negro {
	
	font-size:14px;
	font-family:"Bauhaus 93", "Arial Black";
	color:#000
		
}
.Bauhaus_18_negro {
	
	font-size:18px;
	font-family:"Bauhaus 93", "Arial Black";
	color:#000
		
}

.Bauhaus_18_rojo {
	
	font-size:18px;
	font-family:"Bauhaus 93", "Arial Black";
	color:#900;
		
}
.clearfloat { 
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

.verde_cabecera {
	color: #060;
	font-family:"Bauhaus 93", "Arial Black";
	font-size: 6em;
	text-decoration: underline;
}

.rojo_cabecera {
	color: #900;
	font-family:"Bauhaus 93", "Arial Black";
	font-size: 6em;
	text-decoration: underline;
}

.titulo {
	color: #900;
	font-family:"Bauhaus 93", "Arial Black";
	font-size: 1em;
	text-align:center;
	text-decoration: underline;
}

.letra60_blanca {
	color:#FFF;
	font-family:"Bauhaus 93", "Arial Black";
	font-size: 60px;
	text-align:center
}

.tab_fr_lb {
	background-color:#900;
	color:#FFF;
	font-size:20px;
	font-family:"Bauhaus 93", "Arial Black";
	text-align:center
	
	
	}

.fltrt { 
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
