BODY  {
	font-family : arial;
	font-size : 10pt;
	background-color : #ffffff;
}

TD  {
	font-family : verdana,arial,helvetica;
	font-size : 10pt;
}

INPUT  {
	font-family : arial;
	font-size : 10px;
}

TEXTAREA  {
	font-family : verdana,arial,helvetica;
	font-size : 10pt;
}

SELECT  {
	font-family : verdana,arial,helvetica;
	font-size : 8pt;
}

.altn  {
	font-family : verdana,arial,helvetica;
	font-size : 10pt;
	color: #ffffff;
	background-color: #666666;
}

.tit  {
	font-family : verdana,arial,helvetica;
	font-size : 10pt;
	color: #ffffff;
	background-color: #333333;
	font-weight: bold;
}
.fs	{
	font-family : verdana,arial,helvetica;
	background-color:	#ff0000;
	color:	#FFFFFF;
	font-weight: bold;
	text-align:	center;
	}
.da	{
	font-family : verdana,arial,helvetica;
	background-color: #F0E68C;
	color:	#FFFFFF;
	font-weight: bold;
	text-align:	center;
	}
/* elementos de formularios */

.textbox {
	background-image: url(img/16t.png);
	background-repeat: no-repeat;
	background-position:left;
	font:normal 11px Arial;
	color: #999999;
	padding:3px 3px 3px 19px;
}
.textbox:focus, .textbox:hover {
	background-color: #FFFDDD;
}

.username {
    	background-image: url(img/16m.png);
    	background-repeat: no-repeat;
    	background-position:left;
		width:285px;
    	font:normal 11px Arial;
    	color: #999999;
		padding:3px 3px 3px 19px;
}
.username:focus, .username:hover {
	background-color:#FFFDDD;
}
   
.password {
    	background-image: url(img/16s.png);
    	background-repeat: no-repeat;
		background-position:left;
		width:285px;
    	font:normal 11px Arial;
    	color: #999999;
	padding:3px 3px 3px 19px;
}
.password:focus, .password:hover {
	background-color:#FFFDDD;
}


.button {
	background: #DBF5FD;
	font-family:Arial, Helvetica, sans-serif;
	font-size:8px; 
	color: #347AA0; 
	padding: 3px;
	border-width: 2px;
	border-style: solid;
	border-color: #fff #d8d8d0 #d8d8d0 #fff;
	text-decoration: none;
	text-transform:uppercase;
	font-weight:bold;
}

.button:hover{
background:#0099FF;
color:#FFFFFF;
}

.list {
	font:normal 11px Arial;
	color: #999999;
	padding:3px;
}

.mensaje{
padding:3px;
background-color:#CAEDFF;
border:#000000 thin;
}

}