﻿h4
{
	font-family:Trebuchet MS;
	font-size:11pt;
	font-weight:bold;
}
h5
{
	font-family:Trebuchet MS;
	font-size:10pt;
	font-weight:bold;
}
.HeaderStyle
{
	font-family:Trebuchet MS;
	font-size:8pt;
}
.ContentStyle
{
	font-family:Trebuchet MS;
	font-size:8pt;
}
.ComboStyle
{
	font-family:Trebuchet MS;
	font-size: 8pt;
}
.CampoStyle
{
	font-family:Trebuchet MS;
	font-size: 8pt;
	color:White;
	background-image: url('../images/bg_dd.jpg');
}
.FormControl
{
	font-family:Trebuchet MS;
	font-size: 8pt;
}
.FormField
{
	font-family:Trebuchet MS;
	font-size: 7pt;
}
.ButtonStyle
{
	font-family:Trebuchet MS;
	font-size: 8pt;
	color:Black;
	background-image: url('../images/bg_nav.gif');
}
.GridTable
{
	background-image:url('../images/fondos/azul4.gif');
	background-repeat:repeat-x;
	color:Black;
	cursor:hand;
	cursor:pointer;
}
.GridTable:hover
{
	background-image:none;
	background-color:Blue;
	color:White;
	cursor:hand;
	cursor:pointer;
}
.GridItemStyle
{
	font-family:Arial;
	font-size:8pt;
}
.CalendarDay
{
	font-family:Trebuchet MS;
	font-size:7pt;
	color:Black;
	text-decoration:none;
}
.modalBackground
{
	background-color:Black;
	filter:alpha(opacity=55);
	-moz-opacity:.55;
	opacity:.55;
}
.modalTitle
{
	font-family:Trebuchet MS;
	font-size:9pt;
	color:White;
}
.Cabecera
{
	font-family:Trebuchet MS;
	font-size:12pt;
	font-weight:bold;
	color:White;
}
.TituloConsulta
{
	font-family:Trebuchet MS;
	font-size:8pt;
	font-weight:bold;
}
.TituloReporte
{
	font-family:Trebuchet MS;
	font-size:12pt;
}
.ratingStar
{
	white-space:nowrap;	
	margin:1em;
	height:14px;
}
.ratingItem {
    font-size: 0pt;
    width: 13px;
    height: 12px;
    margin: 0px;
    padding: 0px;
    display: block;
    background-repeat: no-repeat;
	cursor:pointer;
}
.Filled {
    background-image:url('../images/ratingStarFilled.gif');    
}
.Empty {
    background-image:url('../images/ratingStarEmpty.gif');
}
.Saved {
    background-image:url('../images/ratingStarSaved.gif');
}