/* CSS Document */

/
body {
	background-color: #F0F1EC;
}
body,td,th {
	color: #d4d3d3;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
}

/* tamaņos */

.s{font-size: 10px;}
.b{font-size: 12px;}
/* COLORES */

.blanco {color: #FFFFFF}
.rojo {color: #088f49; }
.negro {color: #000000}
.texto{color: #374951;}
.gris {color: #878787}
/* negrita */ 

.bold{font-weight: bold; }


/* formularios */
.textfield {
	background-color: #25292c;
	border: 1px solid #91928F;
	height: 18px;
	width: 150px;
	color:#FFFFFF;
	font-family: "Trebuchet MS";
	font-size: 11px;
}
.areafiedl{
	border: 1px solid #91928F;
	width: 450px;
	font-family: "Trebuchet MS";
	font-size: 11px;
	
}
.error{
	color: #878787;
	font-family: "Trebuchet MS";
}
/*otros*/

hr{
	border:0px;
	background-color: ##999999;
	height: 1px;
	margin:0px 0px;
	border-top:dashed 1px #999999;
	height:0px;
}
.link{
	text-decoration: none;
}
.link:hover{
	text-decoration: underline;
}
.boton{
	color: #374951;
	font-size: 11px;
	font-family: "Trebuchet MS";
	text-decoration: none;
	font-weight: bold;
	background: url("../images/boton1.gif") ;
	border-bottom: 1px solid #25292c;
	border-top: 1px solid #91928F;
	border-left: 1px solid #91928F;
	border-right: 1px solid #25292c;	
}
#date {
	height:63px;
	width:67px;
	background-image: url(../images/date.png);
	background-repeat:no-repeat;
	text-align: center;
	color: #FFFFFF;
	padding-top: 2px;
	padding-right:25px;
	float: left;
}
#dia {
	font-family:Arial, Helvetica, sans-serif;
	font-size:30px;
}