﻿body
{
	background: #FFFFFF;
	font-size: .80em;
	font-family: Verdana;
	margin: 0px;
	padding: 0px;
	color: #696969;
}

a:link, a:visited
{
    color: #034af3;
}

a:hover
{
    color: #1d60ff;
    text-decoration: none;
}

a:active
{
    color: #034af3;
}

p
{
    margin-bottom: 10px;
    line-height: 1.6em;
}
.TablePrincipal
{
	font-size: 10px;
	font-family: Verdana;
	margin-right: auto;
	margin-left: 0px;
}
.PaginaTable
{
	font-size: 10px;
	font-family: Verdana;
	margin-right:auto;
    margin-left:auto;
}
.TableVideo
{
	font-size: 10px;
	font-family: Verdana;
	margin-right: auto;
	margin-left: auto;
	width: 480px;
}
.DataSetEmptyFont
{
	padding: 2px 5px 2px 25px;
	border: 1px solid #D8000C;
	background-repeat: no-repeat;
	background-position: 5px 50%;
	color: #FFFFFF;
	background-color: #6699FF;
	background-image: url('../sign_info.png');
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
}
.ValidatorFont
{
	font: 600 large Verdana;
	color: #FF0000;
	font-style: italic;
}
.ErrorFont
{
	padding: 2px 5px 2px 25px;
	border: 1px solid #D8000C;
	background-repeat: no-repeat;
	background-position: 5px center;
	color: #FFFFFF;
	background-color: #FFBABA;
	background-image: url( '../sign_error.png' );
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
}
.TableCaption
{
	font-family: Verdana;
	font-size: large;
	margin: 0px;
	color: white;
	background-color: #6075a4;
	padding: 3px 0px 3px 5px;
	background-repeat: no-repeat;
	font-weight: bold;
}
.TituloEventoRow
{
	font-family: Verdana;
	font-size: 12px;
	color: #666666;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #596E9E;
}
.SinEvento
{
	font-family: Verdana;
	font-size: 11px;
	color: #333333;
}
.TituloEvento
{
	font-family: Verdana;
	font-size: 14px;
	color: #596E9E;
}
.TituloProxEvts
{
	font-family: Verdana;
	font-size: 14px;
	color: #596e9e;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #596E9E;
	font-weight: bold;
}
.dhtmlwindow
{
	border: 2px solid #6075a4;
	background-color: white;
	top: 10px;
	width: 200px;
	height: auto;
	left: 5px;
}

/*	Zona programa	*/
.TituloPrograma
{
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	font-style: normal;
	text-align: left;
	color: #596E9E;
}
.DscPrograma
{
	font-family: Verdana;
	font-style: italic;
	font-size: 12px;
	color: #000000;
}


/* Proximos eventos */
.tblProxEvento
{
	font-family: Verdana;
	border-radius: 5px;
	border: thin solid #666666;
	width: 220px;
	margin-right: auto;
	margin-left: auto;
}
.RowProxEventoTitulo
{
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	color: #596E9E;
}
.RowProxEventoFechas
{
	font-family: Verdana;
	font-size: 11px;
	font-style: italic;
	color: #333333;
}
.RowProxEventoMasInfo
{
	font-family: Verdana;
	font-size: 11px;
	color: #000000;
}