﻿body
{
	margin:0;
}

body,table
{
	background-color:white;
	font-family:Arial,Helvetica,Sans-Serif;
	font-size:12px;
}

td.tdTitulo
{
	font-weight:bold;
	font-size:14px;
	text-align:center;
}

img.imgNoticia
{
	cursor:pointer;
	margin:0px;
}

.tbLogin
{
	border:1px solid black;
}

.AdminMenuItem
{
	color:rgb(65,122,180);
	background-color:white;
	list-style-type:none;
	display:list-item;
	width:300px;
	text-align:center;
	font-size:16px;
	font-weight:bold;
	text-decoration:none;
	cursor:pointer;
	border:1px solid black;
}

.AdminMenuItem:hover
{
	color:white;
	background-color:gray;
	display:list-item;
	list-style-type:none;
	width:300px;
	text-align:center;
	font-size:16px;
	font-weight:bold;
	text-decoration:none;
	cursor:pointer;
	border:1px solid black;
}

.StandardButton
{
	border:1px solid rgb(0,1,127);
	color:white;
	background-color:rgb(65,122,180);
	font-size:12px;
	font-weight:bold;
	cursor:pointer;
}

.StandardButton:hover
{
	border:1px solid rgb(0,1,127);
	color:white;
	background-color:gray;
	font-size:12px;
	font-weight:bold;
	cursor:pointer;
}

.NoDisplay
{
	display:none;
}

.TituloNoticia
{
	height:20px;
	padding-left:5px;
	font-weight:bold;
	font-size:32px;
	color:rgb(153,0,0);
}

.lnkUnderline
{
	color:blue;
	text-decoration:underline;
}

.lnkUnderline:hover
{
	color:gray;
	text-decoration:underline;
}

.lnkTituloHemeroteca
{
	padding-left:5px;
	font-weight:bold;
	font-size:32px;
	color:rgb(153,0,0);
	cursor:pointer;
}

.lblDescripcionHemeroteca
{
	font-size:12px;
}

.lnkPaginaHemeroteca
{
	text-decoration:underline;
	color:rgb(153,0,0);
	font-weight:normal;
}

.lnkPaginaHemerotecaSel
{
	text-decoration:none;
	color:rgb(153,0,0);
	font-weight:bold;
}