﻿/* general */
p, body, td 
{
    font-family: Tahoma;
    font-size: 10pt;
}

A:link {text-decoration: none;}A:visited {text-decoration: none;}


	.TxtTitle{ color:#96AEBE; font-size:8pt;}
	.TxtWhite{ color:#ffffff; font-size:9pt; font-weight:bold;}
	
	.TxtDescrip{ color:#000000; font-size:8pt;}
	
	
	.TxtTexto
	{
	    font-family:Tahoma, Arial, Times New Roman;
	    font-size: 8pt;
	    color:#96AEBE;
	    /*c8b9a6*/
	}
	
	.TxtNoticias
	{
	    font-family:Tahoma, Arial, Times New Roman;
	    font-size: 8pt;
	    color:#342826;
	}
	
	.TxtMnuNot
	{
	    font-family:Tahoma, Arial, Times New Roman;
	    font-size: 8pt;
	    color:#7a7777;
	}




a {
	color:#806a4b;
}

/*  modal popup */
.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}

.modalPopup {
	/*background-color:#ffffdd;*/
	background-color: #EFF3FB;
	border-width:3px;
	border-style:solid;
	border-color:Gray;
	padding:3px;
	width:250px;
}

/* calendar control (System.Web.UI.WebControls) */

.calendar {
	background-color: white;	
	font-family: Tahoma;
	font-size: 8pt;
}

.calendar td 
{
	font-family: Tahoma;
	font-size: 8pt;
	padding: 2px 2px 2px 2px;
}

.calendar table  {
	background-color: #9EBEF5;
}

.calendar tr td a {
	text-decoration: none;
}

.calendar td a {
	text-decoration: none;
}

.calendar td.today a 
{
    border: solid 1px red;   
}

.calendar td.selected  
{
    background-color: #FBE694;
}