/* --------------------------------------------------------------------- */
/*  OJODEPEZ CSS													     */
/* --------------------------------------------------------------------- */
/*  by: juanma gonz�lez ///// inquattro.com								 */
/* --------------------------------------------------------------------- */
/*                                                                       */
/*  verde oscuro: #586F17                                                */
/*  verde claro: #BDCB9A												 */
/*  gris: #6A6A6A		         										 */
/* --------------------------------------------------------------------- */

/* -- CONTENIDO -- */ 

#portada {

	padding:0 15px 5px 15px;
	float: left;
	font-size:400%;
	font-weight:normal;
	line-height:1.4em;
	
	color: #5A6B10;
}
.noticia {
	font-size:12px;
	width:622px;
	padding:0px 15px 5px 15px;
	float:left;

}
.noticia  a{
	font-size:10px;
	color:#6B6B6B;
	text-decoration: none;
}
.noticia  a:hover{
	color:#ff0000;
	text-decoration: none;
}
.noticia .foto img{
	margin-bottom:10px	;
	margin-top:10px	;
	width:622px;
}
.noticia  .titulo a{
	font-size:200%;
	font-weight:normal;
	/*color: #5A6B10;*/
	color: #000000;
}
.noticia .subtitulo{
	font-size:140%;
	font-weight:normal;
	/*color: #BDCB9A;*/
	color: #666666;
	margin-bottom:5px;
}
.noticia .texto{
	font-weight:normal;
	color: #6A6A6A;
	margin-bottom:10px;
}
.noticia .comentarios{
	font-weight:bold;
	padding:10px 0;
	color: #6B6B6B;
}
.comentarios .grupo2{
	float:right;
	text-align:right;
	
	width:130px;
}
.comentarios .grupo1{
	float:left;
	width:150px;	
}

.noticia_small {
	margin:0 0 0 15px;
	width:299px;
	padding:0;
}

.noticia_small .foto img{
		width:299px;
}

.separador{
	height:5px;
	width:640px;
	margin:15px;
}


a.volver{
	font-size:12px;
	font-weight:bold;
	color:#586F17;
	text-decoration: none;
}
a.volver:hover{
	color:#ff0000;
	text-decoration: none;
}

input, textarea {border: 1px solid #6b6b6b;  font-size: 12px; background-color: #ffffff;}
.boton {border: 1px solid #6b6b6b;  font-size: 12px; color: #ffffff; background-color: #6b6b6b;}

/* .noticia .fin{
	height:5px;
	background-image: url(../../img/fondo_camisetas.gif);
		padding:0px;
		margin: 0px;

} */ 
#tagclouds a{
	
	font-weight:bold;
	color:#6B6B6B;
	text-decoration: none;
}

#tagclouds a.super{
	font-size:18px;
	color:#6B6B6B;
	text-decoration: none;
}
#tagclouds a.muygrande{
	font-size:16px;
	color:#6B6B6B;
	text-decoration: none;
}
#tagclouds a.grande{
	font-size:14px;
	color:#6B6B6B;
	text-decoration: none;
}
#tagclouds a.mediano{
	font-size:12px;
	color:#6B6B6B;
	text-decoration: none;
}

#tagclouds a:hover{
	color:#ff0000;
	text-decoration: none;
}


#historico .titulo{
	font-weight:bold;
	font-size:14px;
	color:#6B6B6B;
}

#historico a{
	color:#6B6B6B;
	text-decoration: none;
}

#historico a.hover{
	color:#ff0000;
	text-decoration: none;
}








