.tTitulo{
	padding-bottom: 5px;
	clear: both;
}

.titulo_informacion{
	font-weight: bold;
	font-size: 14px;
	color: #658E1D;
}

.titulo_informacion h1{
	font-weight: bold;
	font-size: 20px;
	color: #658E1D;
}

.titulo_separador{
	height: 5px;
	border-top: 1px solid #658E1D;
}

.imagen_izda{
	float: left;
	margin: 10px 10px 5px 0px;
}

.imagen_dcha{
	float: right;
	margin: 10px 0px 5px 10px;
}

.imagen_superior{
	margin: auto;
	clear: both;
}

.limpiar{
	clear: both;
}

form{
	color: #000;
}

fieldset{
	margin: auto;
	width: 600px;
	padding: 20px;
	border: none;
}

label{
	width: 120px;
	height: 25px;
	float: left;
	display: block;

}

input,textarea{
	border: 1px solid #000;
	font-size: 12px;
	clear: both;
}