/* CSS Document */

/* =Formularios */
fieldset {
	border:0.07em solid #e3e3e3;
	border:none;
	padding:0px;
}
	
fieldset legend {
	display:none;}
	
fieldset hr {
	background-color:#ededed;
	border:0;
	color:#ededed;
	display:block;
	height:1px;}

label {
	color:#b0b09a;
	color:#9c8462;
	font-weight:bold;
}

span.obligatorio, span.opcional {
	font-size:0.8em;
	font-weight:normal;}
	
span.obligatorio {
	color:#a3c989;}

span.opcional {
	color:#ccc;}

input, select, .checkboxes label, .options label {
	font-weight:normal;}

.cajas-texto input {
	background:#fff;
	border:0.07em solid #e3e3d5;
	color:#87877f;
	font-family:Verdana,"Bitstream Vera Sans",sans-serif;
	width:33em;}

.botones input {
	background:#eaf2e3;
	border:0.07em solid #e3e3d5;
	color:#000;
	font-family:Verdana,"Bitstream Vera Sans",sans-serif;}

.botones {
  text-align:right;
}

.botones_upload {
  text-align:left;
}  	
	
.combos select {
	color:#464646;
	font-family:Verdana,"Bitstream Vera Sans",sans-serif;
	width:20em;}