.field {
font-family: "Trebuchet MS";
font-size: 11px;
color: #A41100;
background-color: #EFEFEF;
border: 1px solid #CCCCCC;
}
.link_ag:link {	font-family: Arial;	font-size: 12px;	color: #FF6600; font-weight:bold; text-decoration: none;}
.link_ag:visited { font-family: Arial; font-size: 12px;	color: #FF6600;	  font-weight:bold;  text-decoration: none;}
.link_ag:hover {  font-family: Arial;	font-size: 12px;	color: #000000;	font-weight:bold;  text-decoration: underline;}

/* CALENDARIO */

.barranomemes { 
    font-family: "tahoma"; 
    font-size: 10px; 
    font-style: normal; 
    line-height: normal; 
    font-weight: bold; 
    font-variant: normal; 
    text-transform: none; 
    color: #FFFFFF; 
    text-decoration: none; 
    background-color: #006699; 
    text-align: center; 
} 
.nomesdias { 
    font-family: "tahoma"; 
    font-size: 10px; 
    font-style: normal; 
    line-height: normal; 
    font-weight: bold; 
    font-variant: normal; 
    text-transform: capitalize; 
    color: #FF6600; 
    text-decoration: none; 
    text-align: center;
	padding-top:3px;
	padding-bottom:3px;
} 
.dias {
    font-family: "tahoma"; 
    font-size: 10px; 
    font-style: normal; 
    line-height: normal; 
    font-weight: normal; 
    font-variant: normal; 
    text-transform: none; 
    color: #000000; 
    text-decoration: none; 
    text-align: center;
	border:1px solid #eaeaea;
} 
.dias:hover {
	background-color:#ffd093;
}