/* 
	CSS Fruticultura Sur 
	Formulario de registro
	Friendlysoft - 2008
	
	GREEEEEEEN: #02712F
	REEEEEEEED: #CC472D
*/

div#seccionRegistro {
	width:450px;
	margin:10px auto;
}

	#seccionRegistro h2 {
		color:#CC472D;
		/*font-size:16px;*/
		font-weight:bold;
		border-bottom:#ddd 1px solid;
		padding-bottom:5px;
		margin-bottom:10px;
		margin-top:10px;
	}
	#seccionRegistro p {
		margin-bottom:13px;
		margin-bottom:10px;
	}
	
	div#seccionRegistro div#formularioRegistro {
		margin-top:25px;
	}
	
	#seccionRegistro fieldset {
		/*border:#ccc 1px solid;*/
		border:none;
		margin-bottom:15px;
		padding:10px;
		color:#444;
		/*background:#eee;*/
	}
	
	#seccionRegistro fieldset#olvido {
		background:#eee;
		border-color:#693;
	}
	#seccionRegistro fieldset#olvido legend{
		/*background:#ddd;*/
	}
	
		#seccionRegistro fieldset div {
			margin-bottom:8px;
		}
		
			#seccionRegistro fieldset div label {
				float:left;
				width:30%;
			}

	#seccionRegistro legend {
		font-size:1.1em;
		font-weight:bold;
		color:#444;
	}

/* Historial de boletines */
#boletinHistorial ul {
	margin:0; padding:0;
}
#boletinHistorial ul li {
	list-style:none;
	margin-bottom:3px;
}
#boletinHistorial ul li a{
	font-size:1.1em;
	font-weight:bold;
}
#boletinHistorial h2, #boletinHistorial h3 {
	color:#CC472D;
	/*font-size:16px;*/
	font-weight:bold;
	border-bottom:#ddd 1px solid;
	padding-bottom:5px;
	margin-bottom:10px;
}

