/* CSS Document */
/* inicio lasnoticiasmas.css */

/* --------------------------------------------------------------------------------*/
/* ESTILOS PARA LA PAGINA CON LA LISTA DE LAS NOTICIAS MAS LEIDAS Y VOTADAS */
/* --------------------------------------------------------------------------------*/

    #lasnoticiasmas {
	width: 640px;
	float: left;
	clear: both;
	font-family:Arial, Helvetica, sans-serif;
}
.columnaderecha {
	width: 300px;
	float: right;
	padding-top:25px;
}
#lasnoticiasmas .listanoticias {
	margin: 0 0 10px 10px;
}
#lasnoticiasmas .listanoticias ol {
	list-style-type: none;
	padding: 0;
	margin: 0;
	font: normal 11px Arial, Helvetica, sans-serif;
	border: 1px solid #ddd;
	border-top: 0;
	padding: 10px;
	clear: both;
}
#lasnoticiasmas .listanoticias ol li {
	padding: 0;
	margin: 0;
	line-height: 1.8em;
}
#lasnoticiasmas .listanoticias ol li em {
	display: block;
	float: left;
	width: 20px;
	text-align: center;
	font-style: normal;
	color: gray;
	margin-right: 5px;
	font-family: Arial;
}
#lasnoticiasmas .listanoticias ol li.puesto1 {
	font-size: 20px;
	font-weight: bold;
}
#lasnoticiasmas .listanoticias ol li.puesto2 {
	font-size: 19px;
	font-weight: bold;
}
#lasnoticiasmas .listanoticias ol li.puesto3 {
	font-size: 18px;
	font-weight: bold;
}
#lasnoticiasmas .listanoticias ol li.puesto4 {
	font-size: 17px;
	font-weight: bold;
}
#lasnoticiasmas .listanoticias ol li.puesto5 {
	font-size: 16px;
	font-weight: bold;
}
#lasnoticiasmas .listanoticias ol li.puesto6 {
	font-size: 15px;
	font-weight: bold;
}
#lasnoticiasmas .listanoticias ol li.puesto7 {
	font-size: 14px;
	font-weight: bold;
}
#lasnoticiasmas .listanoticias ol li.puesto8 {
	font-size: 13px;
	font-weight: bold;
}
#lasnoticiasmas .listanoticias ol li.puesto9 {
	font-size: 12px;
	font-weight: bold;
}
#lasnoticiasmas .listanoticias ol li.puesto10 {
	font-size: 11px;
	font-weight: bold;
}
#lasnoticiasmas .listanoticias ul.pestanas {
	margin:0;
	padding:0 0 23px 0;
	font: bold 11px Verdana;
	border-bottom: 1px solid #ccc;
}
#lasnoticiasmas .listanoticias ul.pestanas li {
	font-family: Arial, Helvetica, sans-serif;
	padding: 0;
	display: inline;
	font-size:12px;
}
#lasnoticiasmas .listanoticias ul.pestanas li a {
	background-color: #F5F5F5;
	display: block;
	float: left;
	padding: 4px 6px 4px 6px;
	margin: 0 5px 0 0;
	height: 14px;
	text-decoration: none;
	color: #6F6F6F;
	border: 1px solid #ccc;
}
#lasnoticiasmas .listanoticias ul.pestanas li.activo a {
	background-color: white;
	border-bottom: 1px solid white;
	border-top: 1px solid #4F4F4F;
	color: black;
}
#lasnoticiasmas p {
	clear: both;
	font: normal 12px Arial, Helvetica, sans-serif;
	margin-left: 10px;
	line-height: 1.4em;
}

/* --------------------------------------------------------------------------------*/
/* FIN ESTILOS PARA LA PAGINA CON LA LISTA DE LAS NOTICIAS MAS LEIDAS Y VOTADAS */
/* --------------------------------------------------------------------------------*/

/* fin lasnoticiasmas.css */
