
.noticias_menu img
{
	float: left;
	margin-left: 14px;
}

.noticias_menu ul
{
	list-style: none;
	margin-left: 135px;
	padding-top: 10px;
	width: 425px;
	margin-top: 50px;
}

.noticias_menu ul li
{
	padding: 4px 5px;
	border-bottom: 1px solid #ccc;
}

.noticias_menu form label
{
	display: block;
	float: left;
	width: 150px;
	padding: 3px 0px;
	font-weight: bold;
}

.noticias_menu form input#fecha
{
	margin-left: 97px;
}


.noticias_menu form input.boton_buscar
{
	width: 20px;
	height: 20px;
	background: url('../images/layout/jugador/buscar.png');
	border: none;
	margin-left: 4px;
}

.noticias_menu form input.boton_buscar:hover
{
	background: url('../images/layout/jugador/buscar_hover.png');	
}

.noticias_menu form select
{
	font-size: 10px;
}

.noticia img.logotipo
{
	float: left;
	margin: 15px;
	width: 40px;
	height: 40px;
}

.noticia h2
{
	float: left;
	margin-top: 20px;
	font-size: 14px;
	width: 480px;
}

.noticia h3
{
	width: 470px;
	color: black;
	margin-left: 70px;
	margin-top: 30px;
	font-size: 12px;
	background: url('../images/layout/campos/header3-back.png') no-repeat right;
	
	float: left;
}


.noticia em.publicado
{
	display: block;
	margin-left: 5px;
}

.noticia p
{
	margin: 0px 70px;
	margin-bottom: 10px;
}

.noticia .fecha
{
	font-size: 11px;
	float: left;
}

.fotos
{
	width: 470px;
	margin-left: 70px;
}

.fotos img
{
 float: left;
 border: 1px solid #ccc;
 margin: 7px;
 padding: 3px;
}

.photo_row
{
	float: left;
}

table.noticias th img
{
	width: 35px;
	heigth: 35px;
}

.container_big table.noticias
{
	width: 560px;
	float: left;
	margin-left: 10px;
}

.container_big td
{
	padding: 5px;
	margin: 5px;
	font-size: 12px;
	height: 25px;
	border-bottom: 1px solid #ccc;
}

.noticias td .fecha
{
	margin-top: -1.3em;
	float: right;
}

.noticias a.mas
{
	margin-right: 2px;
}

.container_big table img.logo_tabla
{
	width: 35px;
}

.page_links
{
	margin-top: 15px;
	float: left;
	margin-left: 15px;
	text-align: center;
	width: 550px;
}

.page_links a
{
	font-weight: bold;
	padding: 2px;
}

.page_links a:hover
{
	text-decoration: none;
	background-color: #C5EC64;
}

.page_links span
{
	font-weight: bold;
	font-size: 1.1em;
}

div.contenido
{
	margin: 0px 70px;
	margin-bottom: 10px;
}


div.contenido ul
{
	margin-left: 20px;
	margin-top: 0.5em;
}

div.contenido p
{
	margin: 0px;
	padding: 0px;
}

