body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000;
	text-align:justify;
	margin:0;
	padding:0;
}
a {
	text-decoration:none;
	color:#666
}
a:hover, a:focus, a:active {
	color:#333;
	/*con estas dos propiedades y esos dos estados adicionales evito q firefox muestre ese puto borde alrededor de los links*/
	outline: none;
	-moz-outline-style: none;
}
.over_flow {
	overflow:hidden
}
#content {
	width:520px;
	position:relative
}
#content, #divisor, #sidebar {
	float:left
}
ul, li {
	list-style:none;
	margin:0;
	padding:0
}
/* edoher SWEETCRON
---------------------------------------------------------------------------------------- */
/* edoher ACTIVITY (cuadritos home)
---------------------------------------------------------------------------------------- */

#activity_list li {
	display:block;
	float:left;
	margin-right:6px;
}
#activity_list li.last {
	margin-right:0;
}
.site_info {
	padding-left:25px
}
#featured {
	height:250px;
	margin-bottom:20px;
	background:#000;
	padding:9px;
	width:700px;
	margin-left:-9px;
	margin-top:10px
}
#featured div.cuadro_contiene {
	float:left;
	margin-right:12px;
}
#featured div.last {
	margin-right:0;
}
.cuadro_contiene {
	width:124px;
	overflow:hidden;
	height:180px;
}
#featured .cuadro_contiene {
	width:225px;
	overflow:hidden;
	height:240px;
}
div.cuadro_contenidos {
	position:relative;
	height:150px;
	background:transparent url(images/rayitas.png);
}
#featured div.cuadro_contenidos {
	height:220px;
}
div.titulo_contiene, img.foto_100 {
	position:absolute
}
div.titulo_contiene {
	width:100%;
	background:transparent url(images/negro.png);
	z-index:2;
}
div.titulo_contiene a {
	text-decoration:none;
	color:#FFF;
	display:block;
	font-size:11px;
	padding:6px;
	text-align:left
}
#featured div.titulo_contiene a {
	font-size:16px;
	font-weight:bold;
}
div.titulo_contiene a:hover {
	color:#ccc;
}
img.foto_100 {
	height:100%
}
div.foto_contiene {
	position:relative;
	z-index:1;
	height:100%;
	overflow:hidden;
}
.votar {
	height:20px;
	font-size:11px;
	margin-top:5px
}
.votar a, .votar span, .votar div.puntaje {
	display:block;
	height:20px;
	line-height:20px;
	float:left;
}
.votar div.puntaje {
	width:30px;
	text-align:center;
	margin-right:10px;
	font-size:18px;
	font-weight:bold
}
.votar div.puntaje_neg {
	color: #FF0000
}
.votar a {
	width:20px;
	margin-right:5px;
	font-size:1px;
	text-indent:-999px;
}
.votar a.down {
	background: transparent url(images/down.gif) no-repeat;
}
.votar a.up {
	background: transparent url(images/up.gif) no-repeat;
}
.clear {
	clear:both
}
div.retweet_boton {
	height:18px;
	line-height:18px;
	padding-left:20px;
	width:50px;
	background: transparent url(mensajes/icos_fotoMensaje_tw.png) no-repeat;
	display:none
}
.retweet {
	float:left;
}
.conteo_comentarios, .retweet {
	margin-top:5px
}
#featured .conteo_comentarios {
	float:right;
}
.linea {
	clear:both;
	border-bottom:#666 dashed 1px;
	height:8px;
	margin-bottom:8px;
}
#pagination {
	font-size:20px;
	font-weight:bold;
	position:absolute;
	text-align:center;
	top:390px;
	width:100%;
}
#pagination a {
	margin:0 5px;
}
/* edoher SIDEBAR
---------------------------------------------------------------------------------------- */
#tag_list {
	font-size:12px;
	margin-bottom:10px
}
#tag_list div {
	float:left;
	margin-right:5px;
}
#tag_list div.modulo {
	width:100%;
}
/* cabecera MODULOS */
.modulo {
	margin:0 0 10px;
	font-weight:normal;
	padding:8px;
	font-size:13px;
	color:#3366cc;
	font-family: Helvetica, Arial, sans-serif;
	background:transparent url(images/rayitas_negro.jpg);
}
/* PIE (FOOTER)
---------------------------------------------------------------------------------------- */
#footer {
	text-align:right
}
