@charset "UTF-8";

	
body{
	font-size: 12px;
	height: 100%;
	margin: 0;
	text-align:left;
	padding: 0;
	background-color: #ffffff;
	overflow-y:auto;		
	}

#cabezal {
	display:block;
	top:0px;
	position:fixed;
	height: 170px;
	width: 940px;
	background-color: #FFF;
	left: 40px;
	z-index: 1;
	}

html {
    height: 100%;
	}

	* html #cabezal {
		position:absolute;
	}
#distribuidor{
	height: 100%;
	padding: 0px 0px 0px 40px;
	display:block;
	z-index:5
	}
.menu_combo {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: normal;
	background-color: #FFF;
	width: 900px;
}


.campos {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	border: 1px solid #000;
	text-decoration: none;
}

.areadetexto {
	font-size: 11px;
	padding-top: 4px;
	padding-left: 4px;
	padding-bottom: 4px;
	font-family: Verdana, Geneva, sans-serif;
}


/* CAMPOS DE FORMULARIO */

/* default (inactive field) */
.sf_inactive{
	
	color:#999;
}
/* on focus (when field is clicked on)  */
.sf_active{
	
	color:#000;
}
/* with text (when field is inactive but contains user's input)  */
.sf_text{
	
	color:#666;
}
