/* CSS Document */
	body{
		margin:0px 0px 0px 0px;	
		background-color:#E9DBBE;
		background-image:url(img/bg.gif);
		background-repeat:repeat-x;
	}
	a:link {
		color:#EEE5D6;
		text-decoration:none;
	}
	a:hover {
		color:#FFFFFF;
		text-decoration:none;
	}
	a:visited {
		color:#EEE5D6;
		text-decoration:none;
	}
	a:active {
		color:#EEE5D6;
		text-decoration:none;
	}
	.footer {
		letter-spacing:1px;
		font-family:Arial, Helvetica, sans-serif;
		font-size:9px;
		color:#EEE5D6;
	}
	.footerDark {
		letter-spacing:1px;
		font-family:Arial, Helvetica, sans-serif;
		font-size:9px;
		color:#978061;
	}
	.campo{
		background-color:#F4F4F4;
		border-width:thin;
		font-family: Tahoma, Verdana, Arial, san-serif;
		font-size:11px;
		width:70px;
	}
	.textArea{
		background-color:#F4F4F4;
		border-width:thin;
		font-family: Tahoma, Verdana, Arial, san-serif;
		font-size:11px;
		width:160px;
		height:40px;
	}
	.comboBox{
		background-color:#F4F4F4;
		border-width:thin;
		font-family: Tahoma, Verdana, Arial, san-serif;
		font-size:11px;
		width:100px;
	}
	.boton{
		border: 			1px outset;
		cursor: 			pointer;
		font-family:		Tahoma;
		font-size:			10px;
		font-weight: 		normal;
		margin: 			0px 0px 0px 1px;
		padding: 			1px 1px 1px 1px;
		background: 		url(img/btn.gif) repeat-x;
	}	

