﻿.spnSubTitulo, .spnTitulo
{
	display: block;
	color: #3079C2;
	font-weight: bold;
}

.spnTitulo
{
	color: #FF6600;
	margin-top: 15px;
	font-size: 14px;
	padding-bottom: 3px;
	border-bottom: 1px solid #CCCCCC;
	margin-bottom: 10px;
}


#tblSanciones
{
	border-collapse: collapse;
	width: 100%;
}

#tblSanciones td
{
	text-align: center;
}

#tblSanciones .trCabecera
{
	background-color: #81B0E0;
	font-family: Tahoma, Arial, Sans-Serif;
	font-weight: bold;
	color: White;
}

#tblSanciones .trNormal
{
	
}

#tblSanciones .trAlternativo
{
	background-color: AliceBlue;
}
